public class SpaceEntryPacketIterator extends Object implements IEntryPacketIterator
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, wait
forEachRemaining
public 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()
nextEntry
in interface IEntryPacketIterator
public void remove()
remove
in interface Iterator<IEntryPacket>
public void close()
close
in interface IEntryPacketIterator
Copyright © GigaSpaces.