public class ReadTakeEntrySpaceOperationResult extends SpaceOperationResult
Constructor and Description |
---|
ReadTakeEntrySpaceOperationResult()
Required for Externalizable
|
ReadTakeEntrySpaceOperationResult(AnswerPacket answerPacket,
Exception ex) |
Modifier and Type | Method and Description |
---|---|
IEntryPacket |
getEntryPacket() |
int |
getNumOfEntriesMatched() |
int |
getSyncReplicationLevel() |
void |
readExternal(ObjectInput in) |
void |
setEntryPacket(IEntryPacket entry) |
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 ReadTakeEntrySpaceOperationResult()
public ReadTakeEntrySpaceOperationResult(AnswerPacket answerPacket, Exception ex)
public void toText(Textualizer textualizer)
toText
in interface Textualizable
toText
in class SpaceOperationResult
public int getSyncReplicationLevel()
public void setSyncReplicationLevel(int syncReplicationLevel)
public IEntryPacket getEntryPacket()
public void setEntryPacket(IEntryPacket entry)
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.