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.spi.impl |
Provides util classes for com.hazelcast.client
|
com.hazelcast.client.txn |
Contains classes related to Txn
such as TransactionProxy
|
Modifier and Type | Method and Description |
---|---|
ClientConnection |
ClientConnectionManager.connectToAddress(Address target) |
ClientConnection |
ClientConnectionManager.ownerConnection(Address address)
Creates a new owner connection to given address
|
ClientConnection |
ClientConnectionManager.tryToConnect(Address address)
Tries to connect to an address in member list.
|
Modifier and Type | Method and Description |
---|---|
void |
Authenticator.auth(ClientConnection connection)
Authenticates a ClientConnection.
|
void |
ClientConnectionManager.onConnectionClose(ClientConnection clientConnection)
Called when an connection is closed.
|
void |
ClientConnectionManager.onDetectingUnresponsiveConnection(ClientConnection connection)
Called heartbeat timeout is detected on a connection.
|
Object |
ClientConnectionManager.sendAndReceive(ClientRequest request,
ClientConnection connection)
Sends request and waits for response
|
Modifier and Type | Field and Description |
---|---|
protected ClientConnection |
AbstractClientSelectionHandler.connection |
Modifier and Type | Method and Description |
---|---|
ClientConnection |
ClientConnectionManagerImpl.connectToAddress(Address target) |
ClientConnection |
ClientConnectionManagerImpl.ownerConnection(Address address) |
ClientConnection |
ClientConnectionManagerImpl.tryToConnect(Address target) |
Modifier and Type | Method and Description |
---|---|
void |
ClientConnectionManagerImpl.ManagerAuthenticator.auth(ClientConnection connection) |
void |
ClientConnectionManagerImpl.onConnectionClose(ClientConnection clientConnection) |
void |
ClientConnectionManagerImpl.onDetectingUnresponsiveConnection(ClientConnection connection) |
Object |
ClientConnectionManagerImpl.sendAndReceive(ClientRequest request,
ClientConnection connection) |
Constructor and Description |
---|
AbstractClientSelectionHandler(ClientConnection connection,
IOSelector ioSelector) |
ClientReadHandler(ClientConnection connection,
IOSelector ioSelector,
int bufferSize) |
ClientWriteHandler(ClientConnection connection,
IOSelector ioSelector,
int bufferSize) |
Modifier and Type | Method and Description |
---|---|
ClientConnection |
ClientCallFuture.getConnection() |
Modifier and Type | Method and Description |
---|---|
ICompletableFuture |
ClientInvocationServiceImpl.send(ClientRequest request,
ClientConnection connection) |
void |
ClientCallFuture.setConnection(ClientConnection connection) |
Modifier and Type | Method and Description |
---|---|
ClientConnection |
TransactionContextProxy.getConnection() |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.