Uses of Interface
com.hazelcast.core.IndeterminateOperationState
-
Packages that use IndeterminateOperationState Package Description com.hazelcast.core Provides core API interfaces/classes.com.hazelcast.cp.exception Contains exceptions that can be thrown by APIs of CP Subsystem -
-
Uses of IndeterminateOperationState in com.hazelcast.core
Classes in com.hazelcast.core that implement IndeterminateOperationState Modifier and Type Class Description class
MemberLeftException
AExecutionException
thrown when a member left during an invocation or execution. -
Uses of IndeterminateOperationState in com.hazelcast.cp.exception
Classes in com.hazelcast.cp.exception that implement IndeterminateOperationState Modifier and Type Class Description class
StaleAppendRequestException
ACPSubsystemException
which is thrown when a Raft leader node appends an entry to its local Raft log, but demotes to the follower role before learning the commit status of the entry.
-