Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.client.impl.client |
This contains the Requests and other DTO's exchanged between client/server
|
com.hazelcast.collection.impl.collection | |
com.hazelcast.collection.impl.queue | |
com.hazelcast.concurrent.atomiclong.client |
This package contains client requests for the IAtomicLong.
This package contains all the client request 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 request 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.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.internal.serialization |
Contains the private serialization API + implementation.
|
com.hazelcast.internal.serialization.impl | |
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
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.partition |
Contains the partition logic for Hazelcast.
|
com.hazelcast.replicatedmap.impl.client |
This package contains classes for client communication on replicated map implementation
|
com.hazelcast.ringbuffer.impl.client | |
com.hazelcast.spi.impl |
Contains implementations for Hazelcast SPI.
|
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.client |
This package contains client transaction code
|
Modifier and Type | Method and Description |
---|---|
PortableFactory |
CachePortableHook.createFactory() |
Modifier and Type | Class and Description |
---|---|
class |
ClientPortableFactory
Factory class for central client request
|
Modifier and Type | Method and Description |
---|---|
PortableFactory |
ClientPortableHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
PortableFactory |
CollectionPortableHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
PortableFactory |
QueuePortableHook.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 |
PortableHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
SerializationServiceBuilder |
SerializationServiceBuilder.addPortableFactory(int id,
PortableFactory factory) |
Modifier and Type | Field and Description |
---|---|
protected Map<Integer,PortableFactory> |
DefaultSerializationServiceBuilder.portableFactories |
Modifier and Type | Method and Description |
---|---|
SerializationServiceBuilder |
DefaultSerializationServiceBuilder.addPortableFactory(int id,
PortableFactory factory) |
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 | Method and Description |
---|---|
PortableFactory |
PartitionPortableHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
PortableFactory |
ReplicatedMapPortableHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
PortableFactory |
RingbufferPortableHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
PortableFactory |
SpiPortableHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
PortableFactory |
TopicPortableHook.createFactory() |
Modifier and Type | Method and Description |
---|---|
PortableFactory |
ClientTxnPortableHook.createFactory() |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.