| 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)
Deprecated.  
Adds a template that will be used to control the matching entries the iterator will iterate
 over. 
 | 
IteratorBuilder | 
IteratorBuilder.addTemplate(Object template)
Deprecated.  
Adds a template that will be used to control the matching entries the iterator will iterate
 over. 
 | 
IteratorBuilder | 
IteratorBuilder.bufferSize(int bufferSize)
Deprecated.  
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)
Deprecated.  
The event session configuration to be used when subscribing for notifications. 
 | 
IteratorBuilder | 
DefaultGigaSpace.iterator()  | 
IteratorBuilder | 
GigaSpace.iterator()
Deprecated. 
 
since 14.0 - use  
GigaSpace.iterator(Object) or one of its overloads instead. | 
IteratorBuilder | 
IteratorBuilder.iteratorScope(IteratorScope iteratorScope)
Deprecated.  
Determines iterator's scope: current entries, future entries or both. 
 | 
IteratorBuilder | 
IteratorBuilder.leaseDuration(long leaseDuration)
Deprecated.  
The requested initial lease time on the resulting match set. 
 | 
Copyright © GigaSpaces.