public class InstancesQuiesceState extends Object implements SmartExternalizable
Constructor and Description |
---|
InstancesQuiesceState() |
InstancesQuiesceState(Integer missing) |
Modifier and Type | Method and Description |
---|---|
void |
addFailure(String name,
Throwable e) |
void |
addQuiesced(String name) |
boolean |
equals(Object o) |
Map<String,Throwable> |
getFailedToQuiesceInstances() |
Integer |
getMissingInstancesCount() |
Set<String> |
getQuiescedInstances() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public InstancesQuiesceState()
public InstancesQuiesceState(Integer missing)
public void addQuiesced(String name)
public Integer getMissingInstancesCount()
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.