public class SpaceEntryPacketIterator extends Object implements Iterator<IEntryPacket>, Closeable
| Constructor and Description | 
|---|
SpaceEntryPacketIterator(ISpaceProxy spaceProxy,
                        Object query,
                        Transaction txn,
                        int batchSize,
                        int modifiers)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
ITemplatePacket | 
getQueryPacket()  | 
boolean | 
hasNext()  | 
IEntryPacket | 
next()  | 
Object | 
nextEntry()  | 
void | 
remove()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic SpaceEntryPacketIterator(ISpaceProxy spaceProxy, Object query, Transaction txn, int batchSize, int modifiers)
public ITemplatePacket getQueryPacket()
public boolean hasNext()
hasNext in interface Iterator<IEntryPacket>public IEntryPacket next()
next in interface Iterator<IEntryPacket>public Object nextEntry()
public void remove()
remove in interface Iterator<IEntryPacket>public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © GigaSpaces.