| 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 ExecutorServiceand 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.mappackage. | 
| 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.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.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 | 
|---|---|
| Collection<ClassDefinition> | CachePortableHook. getBuiltinDefinitions() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ClassDefinition> | ClientPortableHook. getBuiltinDefinitions() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ClassDefinition> | CollectionPortableHook. getBuiltinDefinitions() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ClassDefinition> | QueuePortableHook. getBuiltinDefinitions() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ClassDefinition> | AtomicLongPortableHook. getBuiltinDefinitions() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ClassDefinition> | AtomicReferencePortableHook. getBuiltinDefinitions() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ClassDefinition> | CountDownLatchPortableHook. getBuiltinDefinitions() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ClassDefinition> | LockPortableHook. getBuiltinDefinitions() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ClassDefinition> | SemaphorePortableHook. getBuiltinDefinitions() | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<ClassDefinition> | SerializationConfig. getClassDefinitions() | 
| Modifier and Type | Method and Description | 
|---|---|
| SerializationConfig | SerializationConfig. addClassDefinition(ClassDefinition classDefinition) | 
| Modifier and Type | Method and Description | 
|---|---|
| SerializationConfig | SerializationConfig. setClassDefinitions(Set<ClassDefinition> classDefinitions) | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ClassDefinition> | ExecutorPortableHook. getBuiltinDefinitions() | 
| Modifier and Type | Method and Description | 
|---|---|
| ClassDefinition | PortableContext. lookupClassDefinition(Data data) | 
| ClassDefinition | PortableContext. lookupClassDefinition(int factoryId,
                     int classId,
                     int version) | 
| ClassDefinition | PortableContext. lookupOrRegisterClassDefinition(Portable portable) | 
| ClassDefinition | PortableContext. registerClassDefinition(ClassDefinition cd) | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ClassDefinition> | PortableHook. getBuiltinDefinitions() | 
| Modifier and Type | Method and Description | 
|---|---|
| SerializationServiceBuilder | SerializationServiceBuilder. addClassDefinition(ClassDefinition cd) | 
| FieldDefinition | PortableContext. getFieldDefinition(ClassDefinition cd,
                  String name) | 
| ClassDefinition | PortableContext. registerClassDefinition(ClassDefinition cd) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClassDefinitionImpl | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ClassDefinition | DefaultPortableReader. cd | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Set<ClassDefinition> | DefaultSerializationServiceBuilder. classDefinitions | 
| Modifier and Type | Method and Description | 
|---|---|
| SerializationServiceBuilder | DefaultSerializationServiceBuilder. addClassDefinition(ClassDefinition cd) | 
| protected void | SerializationServiceV1. registerClassDefinition(ClassDefinition cd,
                       Map<Integer,ClassDefinition> classDefMap,
                       boolean checkClassDefErrors) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | SerializationServiceV1. registerClassDefinition(ClassDefinition cd,
                       Map<Integer,ClassDefinition> classDefMap,
                       boolean checkClassDefErrors) | 
| void | SerializationServiceV1. registerClassDefinitions(Collection<ClassDefinition> classDefinitions,
                        boolean checkClassDefErrors) | 
| Constructor and Description | 
|---|
| DefaultPortableReader(com.hazelcast.internal.serialization.impl.PortableSerializer serializer,
                     BufferObjectDataInput in,
                     ClassDefinition cd) | 
| DefaultPortableWriter(com.hazelcast.internal.serialization.impl.PortableSerializer serializer,
                     BufferObjectDataOutput out,
                     ClassDefinition cd) | 
| MorphingPortableReader(com.hazelcast.internal.serialization.impl.PortableSerializer serializer,
                      BufferObjectDataInput in,
                      ClassDefinition cd) | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ClassDefinition> | MapPortableHook. getBuiltinDefinitions() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ClassDefinition> | MapReducePortableHook. getBuiltinDefinitions() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ClassDefinition> | MultiMapPortableHook. getBuiltinDefinitions() | 
| Modifier and Type | Method and Description | 
|---|---|
| ClassDefinition | ClassDefinitionBuilder. build() | 
| Modifier and Type | Method and Description | 
|---|---|
| ClassDefinitionBuilder | ClassDefinitionBuilder. addPortableArrayField(String fieldName,
                     ClassDefinition def) | 
| ClassDefinitionBuilder | ClassDefinitionBuilder. addPortableField(String fieldName,
                ClassDefinition def) | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ClassDefinition> | PartitionPortableHook. getBuiltinDefinitions() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ClassDefinition> | ReplicatedMapPortableHook. getBuiltinDefinitions() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ClassDefinition> | RingbufferPortableHook. getBuiltinDefinitions() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ClassDefinition> | SpiPortableHook. getBuiltinDefinitions() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ClassDefinition> | TopicPortableHook. getBuiltinDefinitions() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ClassDefinition> | ClientTxnPortableHook. getBuiltinDefinitions() | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.