Click or drag to resize

Hazelcast.Client.Spi Namespace

 
Classes
  ClassDescription
Public classRetryableHazelcastException
Marker interface for exceptions to indicate that an operation can be retried. E.g. a map.get sent to a machine where the partition has just moved to another machine.
Public classTargetDisconnectedException
Thrown when a client invocation is failed because related target is disconnected, and whether the invocation runs or not is indeterminate
Public classTargetNotMemberException
A RetryableHazelcastException that indicates operation is sent to a machine that isn't member of the cluster
Interfaces
Enumerations
  EnumerationDescription
Public enumerationMemberAttributeOperationType
Used to identify the type of member attribute change, either PUT or REMOVED