Package | Description |
---|---|
com.hazelcast.client |
This package contains the serverside client functionality
|
com.hazelcast.cluster | |
com.hazelcast.collection | |
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.executor |
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.map |
Contains Hazelcast map module classes.
|
com.hazelcast.mapreduce.impl |
This package contains the default implementation for the map reduce framework
internals.
|
com.hazelcast.multimap | |
com.hazelcast.nio.serialization |
Contains interfaces/classes related to serialization;
such as serializer interfaces, input/output streams.
|
com.hazelcast.partition |
Contains the partition logic for Hazelcast.
|
com.hazelcast.queue | |
com.hazelcast.spi.impl | |
com.hazelcast.topic |
This package contains ITopic functionality for Hazelcast.
With the ITopic it is possible to create publish subscribe solutions similar to JMS Topics. |
com.hazelcast.web |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
ClientDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
ClusterDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
CollectionDataSerializerHook.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 |
---|---|
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 |
ExecutorDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
MapDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
MapReduceDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
MultiMapDataSerializerHook.createFactory() |
Modifier and Type | Class and Description |
---|---|
class |
ArrayDataSerializableFactory |
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 | Method and Description |
---|---|
DataSerializableFactory |
PartitionDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
QueueDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
SpiDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
TopicDataSerializerHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
WebDataSerializerHook.createFactory() |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.