public class NonExistingBacklogMemberState extends Object implements IBacklogMemberState
Modifier and Type | Field and Description |
---|---|
static NonExistingBacklogMemberState |
INSTANCE |
Constructor and Description |
---|
NonExistingBacklogMemberState() |
Modifier and Type | Method and Description |
---|---|
Throwable |
getInconsistencyReason() |
long |
getLastConfirmedKey() |
boolean |
isBacklogDropped() |
boolean |
isExistingMember() |
boolean |
isInconsistent() |
void |
readExternal(ObjectInput in) |
String |
toLogMessage() |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
public static final NonExistingBacklogMemberState INSTANCE
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
public boolean isExistingMember()
isExistingMember
in interface IBacklogMemberState
public boolean isBacklogDropped()
isBacklogDropped
in interface IBacklogMemberState
public String toLogMessage()
toLogMessage
in interface IBacklogMemberState
public long getLastConfirmedKey()
getLastConfirmedKey
in interface IBacklogMemberState
public boolean isInconsistent()
isInconsistent
in interface IBacklogMemberState
public Throwable getInconsistencyReason()
getInconsistencyReason
in interface IBacklogMemberState
Copyright © GigaSpaces.