| Package | Description | 
|---|---|
| com.hazelcast.client | Contains classes/interfaces related to Client | 
| 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.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 Service Provider Interface
 such as ClientProxy , ClientClusterService | 
| com.hazelcast.client.spi.impl | Provides util classes for com.hazelcast.client | 
| com.hazelcast.client.txn | Contains classes related to Txn
 such as TransactionProxy | 
| com.hazelcast.client.txn.proxy.xa | Contains classes related to proxy for XA | 
| 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 | 
|---|
| ClientConnection(HazelcastClientInstanceImpl client,
                IOSelector in,
                IOSelector out,
                int connectionId,
                SocketChannelWrapper socketChannelWrapper) | 
| ClientConnectionManagerImpl(HazelcastClientInstanceImpl client,
                           AddressTranslator addressTranslator) | 
| Modifier and Type | Field and Description | 
|---|---|
| HazelcastClientInstanceImpl | HazelcastClientProxy. client | 
| protected HazelcastClientInstanceImpl | DefaultClientExtension. client | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DefaultClientExtension. afterStart(HazelcastClientInstanceImpl client) | 
| void | DefaultClientExtension. beforeStart(HazelcastClientInstanceImpl client) | 
| Constructor and Description | 
|---|
| ClusterAuthenticator(HazelcastClientInstanceImpl client,
                    Credentials credentials) | 
| HazelcastClientProxy(HazelcastClientInstanceImpl client) | 
| LifecycleServiceImpl(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 | 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) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.