|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortableHook | |
---|---|
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 | This package contains classes related to Collections (IList,ISet etc..) |
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.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.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.queue.impl | This package contains the IQueue functionality. The IQueue is the distributed version of the BlockingQueue . |
com.hazelcast.replicatedmap.impl.client | This package contains classes for client communication on replicated map implementation |
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 |
Uses of PortableHook in com.hazelcast.cache.impl |
---|
Classes in com.hazelcast.cache.impl that implement PortableHook | |
---|---|
class |
CachePortableHook
CachePortableHook contains all the ID hooks for classes used inside the JCache framework which implement
Portable . |
Uses of PortableHook in com.hazelcast.client.impl.client |
---|
Classes in com.hazelcast.client.impl.client that implement PortableHook | |
---|---|
class |
ClientPortableHook
Portable that creates a lot of the client related Portable instances. |
Uses of PortableHook in com.hazelcast.collection |
---|
Classes in com.hazelcast.collection that implement PortableHook | |
---|---|
class |
CollectionPortableHook
|
Uses of PortableHook in com.hazelcast.concurrent.atomiclong.client |
---|
Classes in com.hazelcast.concurrent.atomiclong.client that implement PortableHook | |
---|---|
class |
AtomicLongPortableHook
|
Uses of PortableHook in com.hazelcast.concurrent.atomicreference.client |
---|
Classes in com.hazelcast.concurrent.atomicreference.client that implement PortableHook | |
---|---|
class |
AtomicReferencePortableHook
|
Uses of PortableHook in com.hazelcast.concurrent.countdownlatch.client |
---|
Classes in com.hazelcast.concurrent.countdownlatch.client that implement PortableHook | |
---|---|
class |
CountDownLatchPortableHook
|
Uses of PortableHook in com.hazelcast.concurrent.lock.client |
---|
Classes in com.hazelcast.concurrent.lock.client that implement PortableHook | |
---|---|
class |
LockPortableHook
|
Uses of PortableHook in com.hazelcast.concurrent.semaphore.client |
---|
Classes in com.hazelcast.concurrent.semaphore.client that implement PortableHook | |
---|---|
class |
SemaphorePortableHook
|
Uses of PortableHook in com.hazelcast.executor.impl |
---|
Classes in com.hazelcast.executor.impl that implement PortableHook | |
---|---|
class |
ExecutorPortableHook
|
Uses of PortableHook in com.hazelcast.map.impl |
---|
Classes in com.hazelcast.map.impl that implement PortableHook | |
---|---|
class |
MapPortableHook
|
Uses of PortableHook in com.hazelcast.mapreduce.impl |
---|
Classes in com.hazelcast.mapreduce.impl that implement PortableHook | |
---|---|
class |
MapReducePortableHook
This class registers all Portable serializers that are needed for communication between nodes and clients |
Uses of PortableHook in com.hazelcast.multimap.impl |
---|
Classes in com.hazelcast.multimap.impl that implement PortableHook | |
---|---|
class |
MultiMapPortableHook
|
Uses of PortableHook in com.hazelcast.partition |
---|
Classes in com.hazelcast.partition that implement PortableHook | |
---|---|
class |
PartitionPortableHook
|
Uses of PortableHook in com.hazelcast.queue.impl |
---|
Classes in com.hazelcast.queue.impl that implement PortableHook | |
---|---|
class |
QueuePortableHook
Provides a Portable hook for the queue operations. |
Uses of PortableHook in com.hazelcast.replicatedmap.impl.client |
---|
Classes in com.hazelcast.replicatedmap.impl.client that implement PortableHook | |
---|---|
class |
ReplicatedMapPortableHook
This class registers all Portable serializers that are needed for communication between nodes and clients |
Uses of PortableHook in com.hazelcast.spi.impl |
---|
Classes in com.hazelcast.spi.impl that implement PortableHook | |
---|---|
class |
SpiPortableHook
|
Uses of PortableHook in com.hazelcast.topic.impl |
---|
Classes in com.hazelcast.topic.impl that implement PortableHook | |
---|---|
class |
TopicPortableHook
|
Uses of PortableHook in com.hazelcast.transaction.client |
---|
Classes in com.hazelcast.transaction.client that implement PortableHook | |
---|---|
class |
ClientTxnPortableHook
Factory class for client transaction related classes |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |