public class SpaceIteratorBatchResult extends AbstractSpaceResponseInfo
Modifier and Type | Field and Description |
---|---|
static int |
NO_BATCH_NUMBER |
Constructor and Description |
---|
SpaceIteratorBatchResult() |
SpaceIteratorBatchResult(Exception exception,
UUID uuid) |
SpaceIteratorBatchResult(Exception exception,
UUID uuid,
int partitionId,
int batchNumber) |
SpaceIteratorBatchResult(Object[] entries,
Integer partitionId,
int batchNumber,
UUID uuid) |
Modifier and Type | Method and Description |
---|---|
int |
getBatchNumber() |
Object[] |
getEntries() |
Exception |
getException() |
Integer |
getPartitionId() |
UUID |
getUuid() |
boolean |
isFailed() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public static final int NO_BATCH_NUMBER
public SpaceIteratorBatchResult()
public SpaceIteratorBatchResult(Exception exception, UUID uuid, int partitionId, int batchNumber)
public Object[] getEntries()
public Integer getPartitionId()
public Exception getException()
public boolean isFailed()
public int getBatchNumber()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class AbstractSpaceResponseInfo
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class AbstractSpaceResponseInfo
IOException
ClassNotFoundException
public UUID getUuid()
Copyright © GigaSpaces.