| Package | Description | 
|---|---|
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| com.hazelcast.internal.partition.impl | 
 Contains the actual implementation of the  
InternalPartitionService. | 
| com.hazelcast.internal.serialization | 
 Contains the private serialization API + implementation. 
 | 
| com.hazelcast.internal.serialization.impl | |
| com.hazelcast.map.impl.client | |
| com.hazelcast.mapreduce.impl | 
 This package contains the default implementation for the map reduce framework
 internals. 
 | 
| 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. 
 | 
| 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 | 
PartitionPortableHook.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 | 
ReplicatedMapPortableHook.createFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
PortableFactory | 
RingbufferPortableHook.createFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
PortableFactory | 
SpiPortableHook.createFactory()  | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.