| Package | Description |
|---|---|
| com.hazelcast.client.config | |
| com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
| com.hazelcast.instance | |
| com.hazelcast.nio.serialization |
Contains interfaces/classes related to serialization;
such as serializer interfaces, input/output streams.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedContext |
ClientConfig.getManagedContext() |
| Modifier and Type | Method and Description |
|---|---|
ClientConfig |
ClientConfig.setManagedContext(ManagedContext managedContext) |
| Modifier and Type | Method and Description |
|---|---|
ManagedContext |
Config.getManagedContext() |
| Modifier and Type | Method and Description |
|---|---|
Config |
Config.setManagedContext(ManagedContext managedContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
HazelcastManagedContext |
| Constructor and Description |
|---|
HazelcastManagedContext(HazelcastInstanceImpl instance,
ManagedContext externalContext) |
| Modifier and Type | Method and Description |
|---|---|
ManagedContext |
SerializationContext.getManagedContext() |
ManagedContext |
SerializationService.getManagedContext() |
ManagedContext |
SerializationServiceImpl.getManagedContext() |
| Modifier and Type | Method and Description |
|---|---|
SerializationServiceBuilder |
SerializationServiceBuilder.setManagedContext(ManagedContext managedContext) |
Copyright © 2021 Hazelcast, Inc.. All rights reserved.