| 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 | 
 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 Service Provider Interface
 such as ClientProxy , ClientClusterService 
 | 
| com.hazelcast.client.spi.impl | 
 Provides util classes for com.hazelcast.client 
 | 
| com.hazelcast.client.spi.impl.listener | |
| 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 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ClientConnectionManagerImpl.initializeSelectors(HazelcastClientInstanceImpl client)  | 
| Constructor and Description | 
|---|
ClientConnection(HazelcastClientInstanceImpl client,
                int connectionId)  | 
ClientConnection(HazelcastClientInstanceImpl client,
                NonBlockingIOThread in,
                NonBlockingIOThread 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)  | 
ClientConnectionManager | 
DefaultClientConnectionManagerFactory.createConnectionManager(ClientConfig config,
                       HazelcastClientInstanceImpl client,
                       DiscoveryService discoveryService)  | 
ClientConnectionManager | 
ClientConnectionManagerFactory.createConnectionManager(ClientConfig config,
                       HazelcastClientInstanceImpl client,
                       DiscoveryService discoveryService)  | 
| Constructor and Description | 
|---|
ClusterAuthenticator(HazelcastClientInstanceImpl client,
                    Credentials credentials)  | 
HazelcastClientProxy(HazelcastClientInstanceImpl client)  | 
LifecycleServiceImpl(HazelcastClientInstanceImpl client)  | 
| 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)  | 
| 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 © 2016 Hazelcast, Inc.. All Rights Reserved.