Package | Description |
---|---|
com.hazelcast.client |
This package contains the serverside client functionality
|
com.hazelcast.client.txn |
This package contains client transaction code
|
com.hazelcast.collection | |
com.hazelcast.concurrent.atomiclong.client |
This package contains client requests for the IAtomicLong.
This package contains all the client requests object to operate on the IAtomicLong that are send by the client. |
com.hazelcast.concurrent.atomicreference.client |
This package contains client requests for the IAtomicLong.
This package contains all the client requests object to operate on the IAtomicLong that are send by the client. |
com.hazelcast.concurrent.countdownlatch.client |
This package contains client requests for the ICountDownLatch.
This package contains all the client requests object to operate on the ICountDownLatch that are send by the client. |
com.hazelcast.concurrent.lock.client |
This package contains client requests for the ILock.
This package contains all the client requests object to operate on the ILock that are send by the client. |
com.hazelcast.concurrent.semaphore.client |
This package contains client requests for the ISemaphore.
|
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. |
Modifier and Type | Class and Description |
---|---|
class |
ClientPortableFactory |
Modifier and Type | Method and Description |
---|---|
PortableFactory |
ClientPortableHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
PortableFactory |
ClientTxnPortableHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
PortableFactory |
CollectionPortableHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
PortableFactory |
AtomicLongPortableHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
PortableFactory |
AtomicReferencePortableHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
PortableFactory |
CountDownLatchPortableHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
PortableFactory |
LockPortableHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
PortableFactory |
SemaphorePortableHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
Map<Integer,PortableFactory> |
SerializationConfig.getPortableFactories() |
Modifier and Type | Method and Description |
---|---|
SerializationConfig |
SerializationConfig.addPortableFactory(int factoryId,
PortableFactory portableFactory) |
Modifier and Type | Method and Description |
---|---|
SerializationConfig |
SerializationConfig.addPortableFactoryClass(int factoryId,
Class<? extends PortableFactory> portableFactoryClass) |
SerializationConfig |
SerializationConfig.setPortableFactories(Map<Integer,PortableFactory> portableFactories) |
Modifier and Type | Method and Description |
---|---|
PortableFactory |
ExecutorPortableHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
PortableFactory |
MapPortableHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
PortableFactory |
MapReducePortableHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
PortableFactory |
MultiMapPortableHook.createFactory() |
Modifier and Type | Class and Description |
---|---|
class |
ArrayPortableFactory |
Modifier and Type | Method and Description |
---|---|
PortableFactory |
PortableHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
SerializationServiceBuilder |
SerializationServiceBuilder.addPortableFactory(int id,
PortableFactory factory) |
Modifier and Type | Method and Description |
---|---|
PortableFactory |
PartitionPortableHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
PortableFactory |
QueuePortableHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
PortableFactory |
SpiPortableHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
PortableFactory |
TopicPortableHook.createFactory() |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.