| Package | Description | 
|---|---|
| com.hazelcast.client.config | 
 Contains classes related to config for com.hazelcast.client 
 | 
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| com.hazelcast.instance | 
 This package contains Hazelcast Instance functionality. 
 | 
| com.hazelcast.internal.serialization | 
 Contains the private serialization API + implementation. 
 | 
| com.hazelcast.internal.serialization.impl | |
| com.hazelcast.spring.context | 
 Contains context classes for Spring. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ManagedContext | 
ClientConfig.getManagedContext()
Gets  
ManagedContext | 
| Modifier and Type | Method and Description | 
|---|---|
ClientConfig | 
ClientConfig.setManagedContext(ManagedContext managedContext)
Sets  
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 | 
PortableContext.getManagedContext()  | 
ManagedContext | 
SerializationService.getManagedContext()  | 
| Modifier and Type | Method and Description | 
|---|---|
SerializationServiceBuilder | 
SerializationServiceBuilder.setManagedContext(ManagedContext managedContext)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected ManagedContext | 
AbstractSerializationService.managedContext  | 
protected ManagedContext | 
DefaultSerializationServiceBuilder.managedContext  | 
| Modifier and Type | Method and Description | 
|---|---|
ManagedContext | 
AbstractSerializationService.getManagedContext()  | 
| Modifier and Type | Method and Description | 
|---|---|
SerializationServiceBuilder | 
DefaultSerializationServiceBuilder.setManagedContext(ManagedContext managedContext)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SpringManagedContext  | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.