| Package | Description | 
|---|---|
| com.gigaspaces.client.iterator | 
 Provides classes to configure GSIterator. 
 | 
| 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 | 
|---|---|
IteratorScope | 
GSIteratorConfig.getIteratorScope()
Deprecated.  
Gets the iterator's iteration scope. 
 | 
static IteratorScope | 
IteratorScope.valueOf(String name)
Deprecated.  
Returns the enum constant of this type with the specified name. 
 | 
static IteratorScope[] | 
IteratorScope.values()
Deprecated.  
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GSIteratorConfig | 
GSIteratorConfig.setIteratorScope(IteratorScope value)
Deprecated.  
Sets the iterator's iteration scope. 
 | 
| Constructor and Description | 
|---|
GSIteratorConfig(int bufferSize,
                IteratorScope iteratorScope)
Deprecated.  
Constructor for direct initialization of  
GSIteratorConfig.setBufferSize(int) and GSIteratorConfig.setIteratorScope(IteratorScope). | 
| Modifier and Type | Method and Description | 
|---|---|
IteratorBuilder | 
IteratorBuilder.iteratorScope(IteratorScope iteratorScope)
Deprecated.  
Determines iterator's scope: current entries, future entries or both. 
 | 
Copyright © GigaSpaces.