public class ReadTakeEntriesSpaceOperationResult extends SpaceOperationResult
Constructor and Description |
---|
ReadTakeEntriesSpaceOperationResult()
Required for Externalizable
|
ReadTakeEntriesSpaceOperationResult(IEntryPacket[] entries) |
ReadTakeEntriesSpaceOperationResult(IEntryPacket[] entries,
Exception ex) |
Modifier and Type | Method and Description |
---|---|
IEntryPacket[] |
getEntryPackets() |
int |
getNumOfEntriesMatched() |
int |
getSyncReplicationLevel() |
void |
processExecutionException() |
void |
readExternal(ObjectInput in) |
void |
setEntryPackets(IEntryPacket[] entryPackets) |
void |
setNumOfEntriesMatched(int numOfEntriesMatched) |
void |
setSyncReplicationLevel(int syncReplicationLevel) |
void |
toText(Textualizer textualizer) |
void |
writeExternal(ObjectOutput out) |
getExecutionException, getExplainPlan, hasException, onUnexpectedException, setExecutionException, setExplainPlan, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public ReadTakeEntriesSpaceOperationResult()
public ReadTakeEntriesSpaceOperationResult(IEntryPacket[] entries)
public ReadTakeEntriesSpaceOperationResult(IEntryPacket[] entries, Exception ex)
public void toText(Textualizer textualizer)
toText
in interface Textualizable
toText
in class SpaceOperationResult
public void processExecutionException() throws TransactionException, RemoteException, UnusableEntryException
public int getSyncReplicationLevel()
public void setSyncReplicationLevel(int syncReplicationLevel)
public IEntryPacket[] getEntryPackets()
public void setEntryPackets(IEntryPacket[] entryPackets)
public void setNumOfEntriesMatched(int numOfEntriesMatched)
public int getNumOfEntriesMatched()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class SpaceOperationResult
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class SpaceOperationResult
IOException
ClassNotFoundException
Copyright © GigaSpaces.