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.serialization |
Contains the private serialization API + implementation.
|
com.hazelcast.internal.serialization.impl | |
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.nio.serialization.impl | |
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 | Method and Description |
---|---|
DataSerializableFactory |
AggregatorDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
CacheDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
CardinalityEstimatorDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
ClientDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
CollectionDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
QueueDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
AtomicLongDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
AtomicReferenceDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
CountDownLatchDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
LockDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
SemaphoreDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
ConfigDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
Map<Integer,DataSerializableFactory> |
SerializationConfig.getDataSerializableFactories() |
Modifier and Type | Method and Description |
---|---|
SerializationConfig |
SerializationConfig.addDataSerializableFactory(int factoryId,
DataSerializableFactory dataSerializableFactory) |
Modifier and Type | Method and Description |
---|---|
SerializationConfig |
SerializationConfig.addDataSerializableFactoryClass(int factoryId,
Class<? extends DataSerializableFactory> dataSerializableFactoryClass) |
SerializationConfig |
SerializationConfig.setDataSerializableFactories(Map<Integer,DataSerializableFactory> dataSerializableFactories) |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
RaftServiceDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
RaftDataServiceDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
RaftAtomicLongDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
RaftAtomicReferenceDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
RaftCountDownLatchDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
RaftLockDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
RaftSemaphoreDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
RaftDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
RaftSessionServiceDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
CRDTDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
DurableExecutorDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
ExecutorDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
FlakeIdGeneratorDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
TextProtocolsDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
ClusterDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
EventJournalDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
ManagementDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
PartitionDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
DataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
SerializationServiceBuilder |
SerializationServiceBuilder.addDataSerializableFactory(int id,
DataSerializableFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
ArrayDataSerializableFactory |
Modifier and Type | Field and Description |
---|---|
protected Map<Integer,DataSerializableFactory> |
DefaultSerializationServiceBuilder.dataSerializableFactories |
Modifier and Type | Method and Description |
---|---|
Map<Integer,? extends DataSerializableFactory> |
SerializationServiceV1.AbstractBuilder.getDataSerializableFactories() |
Modifier and Type | Method and Description |
---|---|
SerializationServiceBuilder |
DefaultSerializationServiceBuilder.addDataSerializableFactory(int id,
DataSerializableFactory factory) |
Modifier and Type | Method and Description |
---|---|
T |
SerializationServiceV1.AbstractBuilder.withDataSerializableFactories(Map<Integer,? extends DataSerializableFactory> dataSerializableFactories) |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
UserCodeDeploymentSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
MapDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
AggregationsDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
MapReduceDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
MultiMapDataSerializerHook.createFactory() |
Modifier and Type | Interface and Description |
---|---|
interface |
VersionedDataSerializableFactory
VersionedDataSerializableFactory is used to create IdentifiedDataSerializable instances during de-serialization.
|
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
ProjectionDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
PredicateDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
ReplicatedMapDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
RingbufferDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
ScheduledExecutorDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
SpiDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
SplitBrainDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
TopicDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
TransactionDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
WanDataSerializerHook.createFactory() |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.