| Package | Description | 
|---|---|
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| com.hazelcast.core | Provides core API interfaces/classes. | 
| com.hazelcast.spi.tenantcontrol | Classes for tenant control | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AdvancedNetworkConfigSimilar to  NetworkConfigwith the additional ability to define multiple
 endpoints, each with its own separate protocol/security and/or socket properties. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | Pipelining<E>The Pipelining can be used to speed up requests. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | DestroyEventContext<T>Hook to decouple Hazelcast object from the tenant | 
| interface  | TenantControlHooks for multi-tenancy for application servers
 Hazelcast uses separate threads to invoke operations
 this interface acts a hook to establish a thread-local tenant context
 so that operation invocations into application servers are handled correctly
 This is used by application servers to establish thread context for class loading,
 CDI, EJB and JPA invocations | 
| interface  | TenantControlFactoryA  TenantControlFactorysuppliesTenantControlobjects when
 Hazelcast service attaches the tenant control to a distributed object. | 
Copyright © 2020 Hazelcast, Inc.. All rights reserved.