| Package | Description |
|---|---|
| com.hazelcast.client |
Contains classes/interfaces related to Client
|
| com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
| com.hazelcast.nio.serialization |
Contains interfaces/classes related to serialization;
such as serializer interfaces, input/output streams.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientPortableFactory
Factory class for central client requests
|
| Modifier and Type | Method and Description |
|---|---|
PortableFactory |
ClientPortableHook.createFactory() |
| 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 | Class and Description |
|---|---|
class |
ArrayPortableFactory |
| Modifier and Type | Method and Description |
|---|---|
PortableFactory |
PortableHook.createFactory() |
| Modifier and Type | Method and Description |
|---|---|
SerializationServiceBuilder |
SerializationServiceBuilder.addPortableFactory(int id,
PortableFactory factory) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.