public class MismatchingGroupMembersCommitIndexException extends CPSubsystemException
CPSubsystemException
which is thrown when a membership change is
requested but expected members commitIndex doesn't match the actual members
commitIndex in the Raft state.
Handled internally.Constructor and Description |
---|
MismatchingGroupMembersCommitIndexException(long commitIndex,
Collection<Endpoint> members) |
Modifier and Type | Method and Description |
---|---|
long |
getCommitIndex() |
Collection<Endpoint> |
getMembers() |
getLeader
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MismatchingGroupMembersCommitIndexException(long commitIndex, Collection<Endpoint> members)
public long getCommitIndex()
public Collection<Endpoint> getMembers()
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.