|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.gigaspaces.client.iterator.GSIteratorConfig
public class GSIteratorConfig
Configuration class for GSIterator.
GSIterator
Constructor Summary | |
---|---|
GSIteratorConfig()
Default constructor. |
|
GSIteratorConfig(int bufferSize,
IteratorScope iteratorScope)
Constructor for direct initialization of setBufferSize(int) and setIteratorScope(IteratorScope) . |
Method Summary | |
---|---|
int |
getBufferSize()
Gets the iterator's buffer size. |
EventSessionConfig |
getEventSessionConfig()
Gets the iterator's event session configuration. |
IteratorScope |
getIteratorScope()
Gets the iterator's iteration scope. |
long |
getLeaseDuration()
Gets the iterator's lease duration. |
void |
setBufferSize(int value)
Sets the iterator's buffer size |
void |
setEventSessionConfig(EventSessionConfig value)
Sets the iterator's event session configuration. |
void |
setIteratorScope(IteratorScope value)
Sets the iterator's iteration scope. |
void |
setLeaseDuration(long value)
Sets the iterator's lease duration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GSIteratorConfig()
public GSIteratorConfig(int bufferSize, IteratorScope iteratorScope)
setBufferSize(int)
and setIteratorScope(IteratorScope)
.
bufferSize
- iteratorScope
- Method Detail |
---|
public int getBufferSize()
public void setBufferSize(int value)
value
- Buffer size.public IteratorScope getIteratorScope()
public void setIteratorScope(IteratorScope value)
value
- Iteration scope.public long getLeaseDuration()
public void setLeaseDuration(long value)
value
- lease duration in milliseconds.public EventSessionConfig getEventSessionConfig()
public void setEventSessionConfig(EventSessionConfig value)
value
- Event session configuration.
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |