| Package | Description | 
|---|---|
| com.hazelcast.client.connection.nio | Contains classes related to New IO for com.hazelcast.client.connection | 
| 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 | Method and Description | 
|---|---|
| protected ClientConnection | ClientConnectionManagerImpl. createSocketConnection(Address address) | 
| ClientConnection | ClientConnectionManagerImpl. getConnection(Address target) | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientConnection | TransactionContextProxy. getConnection() | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientConnection | XATransactionContextProxy. getConnection() | 
| Constructor and Description | 
|---|
| XATransactionProxy(HazelcastClientInstanceImpl client,
                  ClientConnection connection,
                  Xid xid,
                  int timeout) | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientConnection | ClientTransactionContext. getConnection() | 
| ClientConnection | ClientInvocationService. getConnection(int partitionId) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClientInvocationService. invokeOnConnection(ClientInvocation invocation,
                  ClientConnection connection) | 
| void | ClientListenerService. onClusterConnect(ClientConnection clientConnection)Do the appropriate action based on connection to the cluster | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientConnection | ClientTransactionManagerServiceImpl. connect() | 
| ClientConnection | ClientSmartInvocationServiceImpl. getConnection(int partitionId) | 
| ClientConnection | ClientNonSmartInvocationServiceImpl. getConnection(int partitionId) | 
| ClientConnection | ClientInvocation. getSendConnection() | 
| ClientConnection | ClientInvocation. getSendConnectionOrWait() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClientSmartInvocationServiceImpl. invokeOnConnection(ClientInvocation invocation,
                  ClientConnection connection) | 
| void | ClientNonSmartInvocationServiceImpl. invokeOnConnection(ClientInvocation invocation,
                  ClientConnection connection) | 
| void | ClientInvocation. setSendConnection(ClientConnection connection) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClientSmartListenerService. onClusterConnect(ClientConnection clientConnection) | 
| void | ClientNonSmartListenerService. onClusterConnect(ClientConnection clientConnection) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.