| Package | Description | 
|---|---|
| com.gigaspaces.client.iterator | 
 Provides classes to configure GSIterator. 
 | 
| com.j_spaces.core.client | 
 Provides GigaSpaces client interface services 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GSIteratorConfig | 
GSIteratorConfig.setBufferSize(int value)
Sets the iterator's buffer size 
 | 
GSIteratorConfig | 
GSIteratorConfig.setEventSessionConfig(EventSessionConfig value)
Sets the iterator's event session configuration. 
 | 
GSIteratorConfig | 
GSIteratorConfig.setIteratorScope(IteratorScope value)
Sets the iterator's iteration scope. 
 | 
GSIteratorConfig | 
GSIteratorConfig.setLeaseDuration(long value)
Sets the iterator's lease duration. 
 | 
GSIteratorConfig | 
GSIteratorConfig.setReadModifiers(int readModifiers)
Sets the read modifiers the iterator will use to read entries. 
 | 
| Constructor and Description | 
|---|
GSIterator(IJSpace spaceProxy,
          Collection<?> templates,
          GSIteratorConfig config)
Constructs an iterator over a space using a collection of entity instances
 to be incrementally returned. 
 | 
Copyright © GigaSpaces.