| 
GigaSpaces XAP 9.5 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IteratorScope | |
|---|---|
| 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. | 
| Uses of IteratorScope in com.gigaspaces.client.iterator | 
|---|
| Methods in com.gigaspaces.client.iterator that return IteratorScope | |
|---|---|
 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.  | 
| Methods in com.gigaspaces.client.iterator with parameters of type IteratorScope | |
|---|---|
 GSIteratorConfig | 
GSIteratorConfig.setIteratorScope(IteratorScope value)
Sets the iterator's iteration scope.  | 
| Constructors in com.gigaspaces.client.iterator with parameters of type IteratorScope | |
|---|---|
GSIteratorConfig(int bufferSize,
                 IteratorScope iteratorScope)
Constructor for direct initialization of GSIteratorConfig.setBufferSize(int) and GSIteratorConfig.setIteratorScope(IteratorScope). | 
|
| Uses of IteratorScope in org.openspaces.core | 
|---|
| Methods in org.openspaces.core with parameters of type IteratorScope | |
|---|---|
 IteratorBuilder | 
IteratorBuilder.iteratorScope(IteratorScope iteratorScope)
Determines iterator's scope: current entries, future entries or both.  | 
  | 
GigaSpaces XAP 9.5 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||