public class MultiBucketSingleFileBacklogMemberState extends Object implements IBacklogMemberState
Constructor and Description |
---|
MultiBucketSingleFileBacklogMemberState() |
MultiBucketSingleFileBacklogMemberState(String memberName,
boolean hadAnyHandshake,
long lastConfirmedKey,
long[] bucketLastConfirmedKeys,
boolean backlogDropped,
Throwable inconsistencyReason) |
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 MultiBucketSingleFileBacklogMemberState()
public boolean isExistingMember()
isExistingMember
in interface IBacklogMemberState
public boolean isBacklogDropped()
isBacklogDropped
in interface IBacklogMemberState
public boolean isInconsistent()
isInconsistent
in interface IBacklogMemberState
public long getLastConfirmedKey()
getLastConfirmedKey
in interface IBacklogMemberState
public Throwable getInconsistencyReason()
getInconsistencyReason
in interface IBacklogMemberState
public String toLogMessage()
toLogMessage
in interface IBacklogMemberState
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.