Uses of Interface
com.hazelcast.nio.serialization.DataSerializerHook

Packages that use DataSerializerHook
com.hazelcast.cache.impl Hazelcast JSR-107 aka JCache implementation 
com.hazelcast.client.impl Contains most of the client side HazelcastInstance implementation functionality. 
com.hazelcast.cluster.impl This package contains the implementation of the cluster functionality.
 
com.hazelcast.collection This package contains classes related to Collections (IList,ISet etc..)
 
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 This package contains Lock for Hazelcast.
The ILock is the distributed version of the Lock
com.hazelcast.concurrent.semaphore This package contains ISemaphore functionality for Hazelcast.
The ISemaphore is the distributed version of the Semaphore
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.aggregation.impl This package contains a set of predefined aggregation implementations 
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.operation This package contains some remote operations to execute on remote nodes 
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.web Provides Hazelcast-based session replication. 
 

Uses of DataSerializerHook in com.hazelcast.cache.impl
 

Classes in com.hazelcast.cache.impl that implement DataSerializerHook
 class CacheDataSerializerHook
          CacheDataSerializerHook contains all the ID hooks for IdentifiedDataSerializable classes used inside the JCache framework.
 

Uses of DataSerializerHook in com.hazelcast.client.impl
 

Classes in com.hazelcast.client.impl that implement DataSerializerHook
 class ClientDataSerializerHook
          Client DataSerializable Factory ID
 

Uses of DataSerializerHook in com.hazelcast.cluster.impl
 

Classes in com.hazelcast.cluster.impl that implement DataSerializerHook
 class ClusterDataSerializerHook
           
 

Uses of DataSerializerHook in com.hazelcast.collection
 

Classes in com.hazelcast.collection that implement DataSerializerHook
 class CollectionDataSerializerHook
           
 

Uses of DataSerializerHook in com.hazelcast.concurrent.atomiclong
 

Classes in com.hazelcast.concurrent.atomiclong that implement DataSerializerHook
 class AtomicLongDataSerializerHook
           
 

Uses of DataSerializerHook in com.hazelcast.concurrent.atomicreference
 

Classes in com.hazelcast.concurrent.atomicreference that implement DataSerializerHook
 class AtomicReferenceDataSerializerHook
           
 

Uses of DataSerializerHook in com.hazelcast.concurrent.countdownlatch
 

Classes in com.hazelcast.concurrent.countdownlatch that implement DataSerializerHook
 class CountDownLatchDataSerializerHook
           
 

Uses of DataSerializerHook in com.hazelcast.concurrent.lock
 

Classes in com.hazelcast.concurrent.lock that implement DataSerializerHook
 class LockDataSerializerHook
           
 

Uses of DataSerializerHook in com.hazelcast.concurrent.semaphore
 

Classes in com.hazelcast.concurrent.semaphore that implement DataSerializerHook
 class SemaphoreDataSerializerHook
           
 

Uses of DataSerializerHook in com.hazelcast.executor.impl
 

Classes in com.hazelcast.executor.impl that implement DataSerializerHook
 class ExecutorDataSerializerHook
           
 

Uses of DataSerializerHook in com.hazelcast.map.impl
 

Classes in com.hazelcast.map.impl that implement DataSerializerHook
 class MapDataSerializerHook
           
 

Uses of DataSerializerHook in com.hazelcast.mapreduce.aggregation.impl
 

Classes in com.hazelcast.mapreduce.aggregation.impl that implement DataSerializerHook
 class AggregationsDataSerializerHook
          This class contains all the ID hooks for IdentifiedDataSerializable classes used for aggregations.
 

Uses of DataSerializerHook in com.hazelcast.mapreduce.impl
 

Classes in com.hazelcast.mapreduce.impl that implement DataSerializerHook
 class MapReduceDataSerializerHook
          This class contains all the ID hooks for IdentifiedDataSerializable classes used inside the MR framework.
 

Uses of DataSerializerHook in com.hazelcast.multimap.impl
 

Classes in com.hazelcast.multimap.impl that implement DataSerializerHook
 class MultiMapDataSerializerHook
           
 

Uses of DataSerializerHook in com.hazelcast.partition
 

Classes in com.hazelcast.partition that implement DataSerializerHook
 class PartitionDataSerializerHook
           
 

Uses of DataSerializerHook in com.hazelcast.queue.impl
 

Classes in com.hazelcast.queue.impl that implement DataSerializerHook
 class QueueDataSerializerHook
          A DataSerializerHook for the queue operations and support structures.
 

Uses of DataSerializerHook in com.hazelcast.replicatedmap.impl.operation
 

Classes in com.hazelcast.replicatedmap.impl.operation that implement DataSerializerHook
 class ReplicatedMapDataSerializerHook
          This class contains all the ID hooks for IdentifiedDataSerializable classes used inside the replicated map.
 

Uses of DataSerializerHook in com.hazelcast.spi.impl
 

Classes in com.hazelcast.spi.impl that implement DataSerializerHook
 class SpiDataSerializerHook
           
 

Uses of DataSerializerHook in com.hazelcast.topic.impl
 

Classes in com.hazelcast.topic.impl that implement DataSerializerHook
 class TopicDataSerializerHook
           
 

Uses of DataSerializerHook in com.hazelcast.web
 

Classes in com.hazelcast.web that implement DataSerializerHook
 class WebDataSerializerHook
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.