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()
Gets the iterator's iteration scope.
|
static IteratorScope |
IteratorScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IteratorScope[] |
IteratorScope.values()
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)
Sets the iterator's iteration scope.
|
Constructor and Description |
---|
GSIteratorConfig(int bufferSize,
IteratorScope iteratorScope)
Constructor for direct initialization of
GSIteratorConfig.setBufferSize(int) and GSIteratorConfig.setIteratorScope(IteratorScope) . |
Modifier and Type | Method and Description |
---|---|
IteratorBuilder |
IteratorBuilder.iteratorScope(IteratorScope iteratorScope)
Determines iterator's scope: current entries, future entries or both.
|
Copyright © GigaSpaces.