|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IteratorBuilder | |
---|---|
org.openspaces.core | Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and the ability to create it. |
Uses of IteratorBuilder in org.openspaces.core |
---|
Methods in org.openspaces.core that return IteratorBuilder | |
---|---|
IteratorBuilder |
IteratorBuilder.addTemplate(Object template)
Adds a template that will be used to control the matching entries the iterator will iterate over. |
IteratorBuilder |
IteratorBuilder.addTemplate(Query query)
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. |
IteratorBuilder |
IteratorBuilder.withHistory()
Deprecated. |
|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |