|
GigaSpaces - Open Spaces | |||||||||
| 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(com.j_spaces.core.client.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 |
DefaultGigaSpace.iterator()
|
IteratorBuilder |
GigaSpace.iterator()
Returns an iterator builder allowing to configure and create a GSIterator
over the Space. |
IteratorBuilder |
IteratorBuilder.leaseDuration(long leaseDuration)
The requested initial lease time on the resulting match set. |
IteratorBuilder |
IteratorBuilder.withHistory()
Sets to initially contain all of the visible matching entities in the space. |
|
GigaSpaces - Open Spaces | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||