public class WaitForDrainPartitionResponse extends Object implements SpaceResponseInfo
Constructor and Description |
---|
WaitForDrainPartitionResponse() |
Modifier and Type | Method and Description |
---|---|
TimeoutException |
getException() |
int |
getPartitionId() |
boolean |
isSuccessful() |
void |
readExternal(ObjectInput in) |
WaitForDrainPartitionResponse |
setException(TimeoutException exception) |
WaitForDrainPartitionResponse |
setPartitionId(int partitionId) |
WaitForDrainPartitionResponse |
setSuccessful(boolean successful) |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
public WaitForDrainPartitionResponse setPartitionId(int partitionId)
public int getPartitionId()
public boolean isSuccessful()
public WaitForDrainPartitionResponse setSuccessful(boolean successful)
public TimeoutException getException()
public WaitForDrainPartitionResponse setException(TimeoutException 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.