Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.cluster |
This package contains the cluster functionality.
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.hibernate | |
com.hazelcast.monitor |
Contains Hazelcast statistics interfaces related to map, queue, topic, multimap, executor service etc.
|
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 |
Provides interfaces/classes for Hazelcast SPI.
|
com.hazelcast.transaction |
Provides interfaces/classes for Hazelcast transaction support.
|
com.hazelcast.web |
This package contains Hazelcast Session Replication functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientDisconnectionOperation |
class |
ClientReAuthOperation |
class |
ClientResponse |
class |
OperationFactoryWrapper |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationFailureOperation |
class |
AuthorizationOperation |
class |
BindOperation |
class |
ConfigCheck |
class |
FinalizeJoinOperation |
class |
HeartbeatOperation |
class |
JoinCheckOperation |
class |
JoinMessage |
class |
JoinRequest |
class |
JoinRequestOperation |
class |
MasterConfirmationOperation |
class |
MemberAttributeChangedOperation |
class |
MemberInfo |
class |
MemberInfoUpdateOperation |
class |
MemberRemoveOperation |
class |
MergeClustersOperation |
class |
PostJoinOperation |
class |
PrepareMergeOperation |
class |
SetMasterOperation |
static class |
TcpIpJoiner.MasterClaim |
Modifier and Type | Interface and Description |
---|---|
interface |
Member
Cluster member interface.
|
Modifier and Type | Class and Description |
---|---|
class |
MemberAttributeEvent |
class |
MemberLeftException
Thrown when a member left during an invocation or execution.
|
class |
MigrationEvent
An event fired when a partition migration starts, completes or fails.
|
class |
PartitionAwareKey<K,P>
A
PartitionAware key. |
Modifier and Type | Class and Description |
---|---|
class |
VersionAwareMapMergePolicy |
Modifier and Type | Interface and Description |
---|---|
interface |
LocalExecutorStats |
interface |
LocalInstanceStats |
interface |
LocalMapStats
Local map statistics.
|
interface |
LocalMultiMapStats |
interface |
LocalQueueStats
Local queue statistics.
|
interface |
LocalReplicatedMapStats |
interface |
LocalTopicStats |
interface |
NearCacheStats |
Modifier and Type | Interface and Description |
---|---|
interface |
ClassDefinition
ClassDefinition defines a class schema for Portable classes.
|
interface |
FieldDefinition
FieldDefinition defines name, type, index of a field
|
interface |
IdentifiedDataSerializable
IdentifiedDataSerializable is an extension to
DataSerializable
to avoid reflection during de-serialization. |
Modifier and Type | Class and Description |
---|---|
class |
BinaryClassDefinitionProxy |
class |
Data |
Modifier and Type | Class and Description |
---|---|
class |
PagingPredicate
This class is a special Predicate which helps to get a page-by-page result of a query
Can be constructed with a page-size, an inner predicate for filtering, A comparator for sorting \
This class is not thread-safe and stateless.
|
class |
PredicateBuilder |
static class |
Predicates.AbstractPredicate |
static class |
Predicates.AndPredicate |
static class |
Predicates.BetweenPredicate |
static class |
Predicates.EqualPredicate |
static class |
Predicates.GreaterLessPredicate |
static class |
Predicates.ILikePredicate |
static class |
Predicates.InPredicate |
static class |
Predicates.LikePredicate |
static class |
Predicates.NotEqualPredicate |
static class |
Predicates.NotPredicate |
static class |
Predicates.OrPredicate |
static class |
Predicates.RegexPredicate |
class |
SqlPredicate |
Modifier and Type | Interface and Description |
---|---|
interface |
EventRegistration
The result of a Event Registration.
|
interface |
ObjectNamespace |
interface |
OperationFactory
A Factory for creating
Operation instances. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOperation |
class |
DefaultObjectNamespace |
class |
MemberAttributeServiceEvent |
class |
Operation
An operation could be compared the a
Runnable . |
Modifier and Type | Class and Description |
---|---|
class |
TransactionOptions
Contains the configuration for a Hazelcast transaction.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidateEntryProcessor |
class |
SessionAttributePredicate |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.