Class SpaceIterator<T>
java.lang.Object
com.gigaspaces.client.iterator.SpaceIterator<T>
- All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<T>, Iterator<T>
-
Constructor Summary
ConstructorsConstructorDescriptionSpaceIterator(ISpaceProxy spaceProxy, Object query, Transaction txn, SpaceIteratorConfiguration spaceIteratorConfiguration) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
SpaceIterator
public SpaceIterator(ISpaceProxy spaceProxy, Object query, Transaction txn, SpaceIteratorConfiguration spaceIteratorConfiguration)
-
-
Method Details
-
hasNext
-
next
-
remove
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
iterator
-