Package | Description |
---|---|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.crdt |
This package contains CRDT (conflict-free replicated data type)
implementations based on the Hazelcast infrastructure.
|
com.hazelcast.spi.exception |
Contains exceptions for Hazelcast SPI.
|
Modifier and Type | Class and Description |
---|---|
class |
MemberLeftException
A
ExecutionException thrown when a member left during an invocation or execution. |
Modifier and Type | Class and Description |
---|---|
class |
TargetNotReplicaException
Exception that indicates that the receiver of a CRDT operation is not
a CRDT replica.
|
Modifier and Type | Class and Description |
---|---|
class |
CallerNotMemberException
A
RetryableHazelcastException that indicates that an operation was sent by a machine which isn't member
in the cluster when the operation is executed. |
class |
PartitionMigratingException
A
RetryableHazelcastException that is thrown when an operation is executed
on a partition, but that partition is currently being moved around. |
class |
RetryableHazelcastException
A 'marker' exception that indicates that an operation can be retried.
|
class |
RetryableIOException
A
IOException indicating that there was a IO failure, but it can be retried. |
class |
TargetNotMemberException
A
RetryableHazelcastException that indicates operation is send to a
machine that isn't member of the cluster. |
class |
WrongTargetException
A
RetryableHazelcastException indicating that an operation is executed on
the wrong machine. |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.