Package | Description |
---|---|
com.hazelcast.client.connection |
Provides connection interfaces/classes for com.hazelcast.client
|
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.
|
Modifier and Type | Method and Description |
---|---|
ClientConnection |
ClientConnectionManager.getOwnerConnection() |
Modifier and Type | Method and Description |
---|---|
Collection<ClientConnection> |
ClientConnectionManager.getActiveConnections() |
Modifier and Type | Method and Description |
---|---|
abstract void |
ClientConnectionStrategy.onConnect(ClientConnection connection)
If the
ClientConnectionManager opens a new connection to a member,
this method will be called with the connection parameter |
abstract void |
ClientConnectionStrategy.onDisconnect(ClientConnection connection)
If a connection is disconnected, this method will be called with the connection parameter
|
abstract void |
ClientConnectionStrategy.onHeartbeatResumed(ClientConnection connection)
The
ClientConnectionManager will inform this method that the provided connection's heartbeat resumed |
abstract void |
ClientConnectionStrategy.onHeartbeatStopped(ClientConnection connection)
The
ClientConnectionManager will inform this method that the provided connection's heartbeat stopped |
Modifier and Type | Method and Description |
---|---|
protected ClientConnection |
ClientConnectionManagerImpl.createSocketConnection(Address address) |
ClientConnection |
ClientConnectionManagerImpl.getOwnerConnection() |
Modifier and Type | Method and Description |
---|---|
Collection<ClientConnection> |
ClientConnectionManagerImpl.getActiveConnections() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultClientConnectionStrategy.onConnect(ClientConnection connection) |
void |
DefaultClientConnectionStrategy.onDisconnect(ClientConnection connection) |
void |
DefaultClientConnectionStrategy.onHeartbeatResumed(ClientConnection connection) |
void |
DefaultClientConnectionStrategy.onHeartbeatStopped(ClientConnection connection) |
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() |
Modifier and Type | Method and Description |
---|---|
void |
ClientInvocationService.invokeOnConnection(ClientInvocation invocation,
ClientConnection connection) |
Modifier and Type | Method and Description |
---|---|
ClientConnection |
ClientTransactionManagerServiceImpl.connect() |
ClientConnection |
ClientInvocation.getSendConnection() |
ClientConnection |
ClientInvocation.getSendConnectionOrWait() |
Modifier and Type | Method and Description |
---|---|
void |
NonSmartClientInvocationService.invokeOnConnection(ClientInvocation invocation,
ClientConnection connection) |
void |
SmartClientInvocationService.invokeOnConnection(ClientInvocation invocation,
ClientConnection connection) |
protected void |
AbstractClientInvocationService.send(ClientInvocation invocation,
ClientConnection connection) |
void |
ClientInvocation.setSendConnection(ClientConnection connection) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.