| Package | Description | 
|---|---|
| com.hazelcast.client | Contains classes/interfaces related to Client | 
| com.hazelcast.client.cache.impl | 
     Hazelcast JSR-107 aka JCache implementation client side | 
| com.hazelcast.client.connection.nio | Contains classes related to New IO for com.hazelcast.client.connection | 
| com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. | 
| com.hazelcast.client.impl.querycache.subscriber | Contains Hazelcast Enterprise version client-side query cache
 subscriber implementation classes. | 
| com.hazelcast.client.proxy | This package contains client side proxy implementations of the different Hazelcast data structures
 and operation types | 
| com.hazelcast.client.proxy.txn | Contains classes related to proxy for client transactions | 
| com.hazelcast.client.proxy.txn.xa | Contains classes related to proxy for XA | 
| com.hazelcast.client.spi | Contains classes/interfaces related to the Hazelcast client Service Provider Interface. | 
| com.hazelcast.client.spi.impl | Provides util classes for the Hazelcast client SPI. | 
| com.hazelcast.client.spi.impl.listener | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | HazelcastClientFactory<T extends HazelcastClientInstanceImpl,V extends HazelcastClientProxy,C extends ClientConfig>Provides the capability for the customization of Hazelcast client factories. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClientExtension. afterStart(HazelcastClientInstanceImpl client)Called after node is started | 
| void | ClientExtension. beforeStart(HazelcastClientInstanceImpl client)Called before client is started | 
| Constructor and Description | 
|---|
| ClientCacheProxyFactory(HazelcastClientInstanceImpl client) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | ClientConnectionManagerImpl. initIOThreads(HazelcastClientInstanceImpl client) | 
| Constructor and Description | 
|---|
| ClientConnection(HazelcastClientInstanceImpl client,
                int connectionId) | 
| ClientConnection(HazelcastClientInstanceImpl client,
                IOThreadingModel ioThreadingModel,
                int connectionId,
                SocketChannelWrapper socketChannel) | 
| ClientConnectionManagerImpl(HazelcastClientInstanceImpl client,
                           AddressTranslator addressTranslator) | 
| Modifier and Type | Field and Description | 
|---|---|
| HazelcastClientInstanceImpl | HazelcastClientProxy. client | 
| protected HazelcastClientInstanceImpl | DefaultClientExtension. client | 
| Modifier and Type | Method and Description | 
|---|---|
| protected HazelcastClientInstanceImpl | HazelcastClientProxy. getClient() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DefaultClientExtension. afterStart(HazelcastClientInstanceImpl client) | 
| void | DefaultClientExtension. beforeStart(HazelcastClientInstanceImpl client) | 
| ClientConnectionManager | DefaultClientConnectionManagerFactory. createConnectionManager(ClientConfig config,
                       HazelcastClientInstanceImpl client,
                       DiscoveryService discoveryService) | 
| ClientConnectionManager | ClientConnectionManagerFactory. createConnectionManager(ClientConfig config,
                       HazelcastClientInstanceImpl client,
                       DiscoveryService discoveryService) | 
| Constructor and Description | 
|---|
| HazelcastClientProxy(HazelcastClientInstanceImpl client) | 
| LifecycleServiceImpl(HazelcastClientInstanceImpl client) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected HazelcastClientInstanceImpl | ClientInvokerWrapper. getClient() | 
| Constructor and Description | 
|---|
| ClientReliableTopicProxy(String objectId,
                        HazelcastClientInstanceImpl client) | 
| Modifier and Type | Method and Description | 
|---|---|
| HazelcastClientInstanceImpl | TransactionContextProxy. getClient() | 
| Modifier and Type | Method and Description | 
|---|---|
| HazelcastClientInstanceImpl | XATransactionContextProxy. getClient() | 
| Constructor and Description | 
|---|
| XATransactionProxy(HazelcastClientInstanceImpl client,
                  ClientConnection connection,
                  Xid xid,
                  int timeout) | 
| Modifier and Type | Method and Description | 
|---|---|
| HazelcastClientInstanceImpl | ClientTransactionContext. getClient() | 
| protected HazelcastClientInstanceImpl | ClientProxy. getClient() | 
| Constructor and Description | 
|---|
| ProxyManager(HazelcastClientInstanceImpl client) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected HazelcastClientInstanceImpl | ClusterListenerSupport. client | 
| Modifier and Type | Method and Description | 
|---|---|
| HazelcastClientInstanceImpl | ClientTransactionManagerServiceImpl. getClient() | 
| Modifier and Type | Field and Description | 
|---|---|
| protected HazelcastClientInstanceImpl | ClientListenerServiceImpl. client | 
| Constructor and Description | 
|---|
| ClientListenerServiceImpl(HazelcastClientInstanceImpl client,
                         int eventThreadCount,
                         int eventQueueCapacity) | 
| ClientNonSmartListenerService(HazelcastClientInstanceImpl client,
                             int eventThreadCount,
                             int eventQueueCapacity) | 
| ClientSmartListenerService(HazelcastClientInstanceImpl client,
                          int eventThreadCount,
                          int eventQueueCapacity) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.