Package | Description |
---|---|
org.openspaces.core |
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
|
Modifier and Type | Method and Description |
---|---|
IteratorBuilder |
IteratorBuilder.addTemplate(ISpaceQuery query)
Adds a template that will be used to control the matching entries the iterator
will iterate over.
|
IteratorBuilder |
IteratorBuilder.addTemplate(Object template)
Adds a template that will be used to control the matching entries the iterator
will iterate over.
|
IteratorBuilder |
IteratorBuilder.bufferSize(int bufferSize)
The maximum number of entries to pull from the space can be controlled using
bufferSize(int)
and defaults to 100 . |
IteratorBuilder |
IteratorBuilder.eventSessionConfig(EventSessionConfig eventSessionConfig)
The event session configuration to be used when subscribing
for notifications.
|
IteratorBuilder |
DefaultGigaSpace.iterator() |
IteratorBuilder |
GigaSpace.iterator()
Returns an iterator builder allowing to configure and create a
GSIterator
over the Space. |
IteratorBuilder |
IteratorBuilder.iteratorScope(IteratorScope iteratorScope)
Determines iterator's scope: current entries, future entries or both.
|
IteratorBuilder |
IteratorBuilder.leaseDuration(long leaseDuration)
The requested initial lease time on the resulting
match set.
|
Copyright © GigaSpaces.