public class DrainResponseInfo extends Object implements SpaceResponseInfo
Constructor and Description |
---|
DrainResponseInfo() |
Modifier and Type | Method and Description |
---|---|
Exception |
getException() |
int |
getPartitionId() |
boolean |
isSuccessful() |
void |
readExternal(ObjectInput in) |
DrainResponseInfo |
setException(Exception exception) |
DrainResponseInfo |
setPartitionId(int partitionId) |
DrainResponseInfo |
setSuccessful(boolean successful) |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
public DrainResponseInfo setPartitionId(int partitionId)
public int getPartitionId()
public boolean isSuccessful()
public DrainResponseInfo setSuccessful(boolean successful)
public Exception getException()
public DrainResponseInfo setException(Exception exception)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © GigaSpaces.