Package | Description |
---|---|
com.hazelcast.aggregation.impl | |
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.cardinality.impl | |
com.hazelcast.client.impl |
Implementation classes of the com.hazelcast.client interfaces
|
com.hazelcast.collection.impl.collection | |
com.hazelcast.collection.impl.queue | |
com.hazelcast.concurrent.atomiclong |
This package contains IAtomicLong functionality for Hazelcast.
The IAtomicLong is the distributed version of the AtomicLong . |
com.hazelcast.concurrent.atomicreference |
This package contains IAtomicReferece functionality for Hazelcast.
The IAtomicReference is the distributed version of the AtomicReference . |
com.hazelcast.concurrent.countdownlatch |
This package contains ICountDownLatch functionality for Hazelcast.
The ICountDownLatch is the distributed version of the CountDownLatch . |
com.hazelcast.concurrent.lock | |
com.hazelcast.concurrent.semaphore |
This package contains ISemaphore functionality for Hazelcast.
The ISemaphore is the distributed version of the Semaphore . |
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.cp.internal |
Contains implementation of the CP subsystem
|
com.hazelcast.cp.internal.datastructures |
Contains Raft-based implementations of Hazelcast's concurrency APIs
|
com.hazelcast.cp.internal.datastructures.atomiclong |
Contains service classes for the Raft-based
IAtomicLong implementation |
com.hazelcast.cp.internal.datastructures.atomicref |
Contains service classes for the Raft-based
IAtomicReference implementation |
com.hazelcast.cp.internal.datastructures.countdownlatch |
Contains service classes for the Raft-based
ICountDownLatch implementation |
com.hazelcast.cp.internal.datastructures.lock |
Contains service classes for the Raft-based
ILock
and FencedLock implementation |
com.hazelcast.cp.internal.datastructures.semaphore |
Contains service classes for the Raft-based
ISemaphore implementation |
com.hazelcast.cp.internal.raft.impl |
Contains implementation classes of the Raft algorithm
|
com.hazelcast.cp.internal.session |
Contains service classes
for the Raft-based
ISemaphore implementation |
com.hazelcast.crdt |
This package contains CRDT (conflict-free replicated data type)
implementations based on the Hazelcast infrastructure.
|
com.hazelcast.durableexecutor.impl |
Contains the
DurableExecutorService implementation classes. |
com.hazelcast.executor.impl |
This package contains IExecutorService functionality for Hazelcast.
The IExecutorService extends the ExecutorService and provides all kinds
of additional methods related to distributed systems. |
com.hazelcast.flakeidgen.impl | |
com.hazelcast.internal.ascii |
This package contains Ascii functionality for Hazelcast.
This is required for Memcached and the REST api. |
com.hazelcast.internal.cluster.impl |
This package contains the implementation of the cluster functionality.
|
com.hazelcast.internal.journal |
This package contains supporting classes for data structure specific event journals.
|
com.hazelcast.internal.management |
Contains classes to provide data/operation interface for Management Center.
|
com.hazelcast.internal.partition.impl |
Contains the actual implementation of the
InternalPartitionService . |
com.hazelcast.internal.usercodedeployment.impl | |
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.mapreduce.aggregation.impl |
This package contains a set of predefined aggregation implementations
|
com.hazelcast.mapreduce.impl |
This package contains the default implementation for the map reduce framework
internals.
|
com.hazelcast.multimap.impl |
Contains classes for Hazelcast MultiMap module.
|
com.hazelcast.projection.impl | |
com.hazelcast.query.impl.predicates | |
com.hazelcast.replicatedmap.impl.operation |
This package contains replicated map operations which are executed on remote nodes
|
com.hazelcast.ringbuffer.impl |
Contains the
Ringbuffer implementation classes. |
com.hazelcast.scheduledexecutor.impl | |
com.hazelcast.spi.impl |
Contains implementations for Hazelcast SPI.
|
com.hazelcast.spi.impl.merge |
This package contains split-brain related classes.
|
com.hazelcast.topic.impl |
This package contains ITopic functionality for Hazelcast.
With the ITopic it is possible to create publish subscribe solutions similar to JMS Topics. |
com.hazelcast.transaction.impl |
Provides implementation for Hazelcast transaction support.
|
com.hazelcast.wan.impl |
This package contains the opensource implementation of WAN replication
|
Modifier and Type | Class and Description |
---|---|
class |
AggregatorDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
CacheDataSerializerHook
CacheDataSerializerHook contains all the ID hooks for IdentifiedDataSerializable classes used
inside the JCache framework. |
Modifier and Type | Class and Description |
---|---|
class |
CardinalityEstimatorDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
ClientDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
CollectionDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
QueueDataSerializerHook
A
DataSerializerHook for the queue operations and support structures. |
Modifier and Type | Class and Description |
---|---|
class |
AtomicLongDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
AtomicReferenceDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
CountDownLatchDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
LockDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
SemaphoreDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
ConfigDataSerializerHook
DataSerializerHook for com.hazelcast.config classes
|
Modifier and Type | Class and Description |
---|---|
class |
RaftServiceDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
RaftDataServiceDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
RaftAtomicLongDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
RaftAtomicReferenceDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
RaftCountDownLatchDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
RaftLockDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
RaftSemaphoreDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
RaftDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
RaftSessionServiceDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
CRDTDataSerializerHook
Serialization constants for all CRDT related objects
|
Modifier and Type | Class and Description |
---|---|
class |
DurableExecutorDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
ExecutorDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
FlakeIdGeneratorDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
TextProtocolsDataSerializerHook
DataSerializerHook for memcache & REST protocol support classes
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
EventJournalDataSerializerHook
Data serializer hook for common classes related to the
EventJournal . |
Modifier and Type | Class and Description |
---|---|
class |
ManagementDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
PartitionDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
UserCodeDeploymentSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
MapDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
AggregationsDataSerializerHook
This class contains all the ID hooks for IdentifiedDataSerializable classes used for aggregations.
|
Modifier and Type | Class and Description |
---|---|
class |
MapReduceDataSerializerHook
This class contains all the ID hooks for IdentifiedDataSerializable classes used inside the MR framework.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiMapDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
ProjectionDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
PredicateDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
ReplicatedMapDataSerializerHook
This class contains all the ID hooks for IdentifiedDataSerializable classes used inside the replicated map.
|
Modifier and Type | Class and Description |
---|---|
class |
RingbufferDataSerializerHook
The
DataSerializerHook for the Ringbuffer. |
Modifier and Type | Class and Description |
---|---|
class |
ScheduledExecutorDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
SpiDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
SplitBrainDataSerializerHook
Contains all the ID hooks for
IdentifiedDataSerializable classes used by the split-brain framework. |
Modifier and Type | Class and Description |
---|---|
class |
TopicDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
TransactionDataSerializerHook |
Modifier and Type | Class and Description |
---|---|
class |
WanDataSerializerHook
DataSerializerHook implementation for Wan Replication classes |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.