Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.cluster.impl |
This package contains the implementation of the cluster functionality.
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.mapreduce |
This package contains the MapReduce API definition for Hazelcast.
All map reduce operations running in a distributed manner inside the active Hazelcast cluster. |
com.hazelcast.nio.serialization |
Contains interfaces/classes related to serialization;
such as serializer interfaces, input/output streams.
|
com.hazelcast.query |
Contains interfaces/classes related to Hazelcast query and indexing support.
|
com.hazelcast.spi.exception |
Contains exceptions for Hazelcast SPI.
|
com.hazelcast.transaction |
Provides interfaces/classes for Hazelcast transaction support.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationException
A
HazelcastException that is thrown when there is an Authentication failure: e.g. |
Modifier and Type | Class and Description |
---|---|
class |
ConfigMismatchException
Exception thrown when 2 nodes want to join, but there configuration doesn't match
|
Modifier and Type | Class and Description |
---|---|
class |
DuplicateInstanceNameException
Thrown when a duplicate instance name is detected.
|
class |
OperationTimeoutException
An unchecked version of
TimeoutException . |
class |
RuntimeInterruptedException
An unchecked version of
InterruptedException . |
Modifier and Type | Class and Description |
---|---|
class |
RemoteMapReduceException
This exception class is used to show stacktraces of multiple failed
remote operations at once.
|
class |
TopologyChangedException
This exception is thrown when a topology change happens during the
execution of a map reduce job and the
TopologyChangedStrategy
is set to TopologyChangedStrategy.CANCEL_RUNNING_OPERATION . |
Modifier and Type | Class and Description |
---|---|
class |
HazelcastSerializationException
This is an exception thrown when an exception occurs while serializing/deserializing objects.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryException
Exception class for the Query.
|
Modifier and Type | Class and Description |
---|---|
class |
CallerNotMemberException
A RetryableHazelcastException that indicates that a request was send to a machine which isn't member
in the cluster.
|
class |
CallTimeoutException
A RetryableHazelcastException that indicates that the execution of an operation ran into a timeout.
|
class |
DistributedObjectDestroyedException
A
HazelcastException that indicates that a DistributedObject
access was attempted, but the object is destroyed. |
class |
PartitionMigratingException
A
RetryableHazelcastException that is thrown when an operation is executed
on a partition, but that partition is currently being moved around. |
class |
ResponseAlreadySentException
A HazelcastException indicating that there is some kind of system error causing a response to be send
multiple times for some operation.
|
class |
RetryableHazelcastException
A 'marker' exception that indicates that an operation can be retried.
|
class |
TargetDisconnectedException
A
RetryableHazelcastException that indicates that an operation is about to
be send to a non existing machine. |
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. |
Modifier and Type | Class and Description |
---|---|
class |
TransactionException
A
HazelcastException that is thrown when something goes wrong while dealing with transactions and transactional
data-structures. |
class |
TransactionNotActiveException
A
HazelcastException thrown when an a transactional operation is executed without an active transaction. |
class |
TransactionTimedOutException
Thrown when a transaction has timed out.
|
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.