Package | Description |
---|---|
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.crdt |
This package contains CRDT (conflict-free replicated data type)
implementations based on the Hazelcast infrastructure.
|
com.hazelcast.jet.core |
Jet's Core API.
|
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 |
CRDTDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
JetDataSerializerHook.createFactory() |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.