| Package | Description | 
|---|---|
| com.hazelcast.internal.serialization | Contains the private serialization API + implementation. | 
| com.hazelcast.internal.serialization.impl | |
| com.hazelcast.mapreduce.impl.task | This package contains the base implementation for a standard map reduce job. | 
| com.hazelcast.nio.serialization | Contains interfaces/classes related to serialization;
 such as serializer interfaces, input/output streams. | 
| com.hazelcast.replicatedmap.impl.client | This package contains classes for client communication on replicated map implementation | 
| com.hazelcast.ringbuffer.impl.client | |
| com.hazelcast.security | Provides interfaces/classes for Hazelcast security implementation. | 
| com.hazelcast.spi.impl | Contains implementations for Hazelcast SPI. | 
| Modifier and Type | Method and Description | 
|---|---|
| ClassDefinition | PortableContext. lookupOrRegisterClassDefinition(Portable portable) | 
| Modifier and Type | Method and Description | 
|---|---|
| Portable | MorphingPortableReader. readPortable(String fieldName) | 
| Portable | DefaultPortableReader. readPortable(String path) | 
| Portable[] | MorphingPortableReader. readPortableArray(String fieldName) | 
| Portable[] | DefaultPortableReader. readPortableArray(String fieldName) | 
| Modifier and Type | Method and Description | 
|---|---|
| static int | SerializationUtil. getPortableVersion(Portable portable,
                  int defaultVersion) | 
| void | DefaultPortableWriter. writePortable(String fieldName,
             Portable portable) | 
| void | DefaultPortableWriter. writePortableArray(String fieldName,
                  Portable[] portables) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TransferableJobProcessInformationThis implementation of  JobProcessInformationis used to
 transmit the currently processed number of records and the partition states to a requesting
 client. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | VersionedPortableVersionedPortable is an extension to  Portableto support per class version instead of a global serialization version. | 
| Modifier and Type | Method and Description | 
|---|---|
| <P extends Portable>  | PortableReader. readPortable(String fieldName) | 
| Modifier and Type | Method and Description | 
|---|---|
| Portable | PortableFactory. create(int classId)Creates a Portable instance using given class id | 
| Portable[] | PortableReader. readPortableArray(String fieldName) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PortableWriter. writePortable(String fieldName,
             Portable portable)Writes a Portable. | 
| void | PortableWriter. writePortableArray(String fieldName,
                  Portable[] portables)Writes a an array of Portables. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ReplicatedMapEntriesAn implementation of a portable implementing entry set for client results on entrySet requests | 
| class  | ReplicatedMapKeysClass to implement a replicated map keySet result | 
| class  | ReplicatedMapPortableEntryEventClass to redirect entry listener events on the members to the listening client | 
| class  | ReplicatedMapValueCollectionClass implementing a replicated map value collection result | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PortableReadResultSet<E> | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractCredentialsAbstract implementation of  Credentials | 
| class  | UsernamePasswordCredentialsSimple implementation of  Credentialsusing
 username and password as security attributes. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PortableCachePartitionLostEvent | 
| class  | PortableCollection | 
| class  | PortableDistributedObjectEvent | 
| class  | PortableEntryEvent | 
| class  | PortableItemEvent | 
| class  | PortableMapPartitionLostEvent | 
| class  | PortablePartitionLostEvent | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.