Package | Description |
---|---|
com.hazelcast.client.connection | |
com.hazelcast.client.connection.nio | |
com.hazelcast.client.spi.impl | |
com.hazelcast.client.txn |
This package contains client transaction code
|
Modifier and Type | Method and Description |
---|---|
ClientConnection |
ClientConnectionManager.ownerConnection(Address address) |
ClientConnection |
ClientConnectionManager.tryToConnect(Address address) |
Modifier and Type | Method and Description |
---|---|
void |
Authenticator.auth(ClientConnection connection) |
Modifier and Type | Field and Description |
---|---|
protected ClientConnection |
ClientAbstractSelectionHandler.connection |
Modifier and Type | Method and Description |
---|---|
ClientConnection |
ClientConnectionManagerImpl.ownerConnection(Address address) |
ClientConnection |
ClientConnectionManagerImpl.tryToConnect(Address target) |
Modifier and Type | Method and Description |
---|---|
void |
ClientConnectionManagerImpl.ManagerAuthenticator.auth(ClientConnection connection) |
void |
ClientConnectionManagerImpl.destroyConnection(ClientConnection clientConnection) |
Object |
ClientConnectionManagerImpl.sendAndReceive(ClientRequest request,
ClientConnection connection) |
Constructor and Description |
---|
ClientAbstractSelectionHandler(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.