Package | Description |
---|---|
com.hazelcast.client |
This package contains the serverside client functionality
|
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.spi |
Contains classes/interfaces related to the Hazelcast client Service Provider Interface.
|
com.hazelcast.nio |
This package contains classes related to New IO
|
com.hazelcast.nio.tcp |
Contains functionality for the TCP/IP Networking for cluster members
This whole package is internal and no compatibility will be provided. |
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
Modifier and Type | Method and Description |
---|---|
Connection |
ClientEndpoint.getConnection() |
Modifier and Type | Method and Description |
---|---|
ClientEndpoint |
ClientEndpointManager.getEndpoint(Connection connection)
Gets the endpoint for a given connection.
|
Modifier and Type | Method and Description |
---|---|
Connection |
ClientConnectionManager.getActiveConnection(Address address) |
Connection |
ClientConnectionManager.getOrConnect(Address address) |
Connection |
ClientConnectionManager.getOrTriggerConnect(Address address,
boolean acquiresResource) |
Modifier and Type | Class and Description |
---|---|
class |
ClientConnection
Client implementation of
Connection . |
Modifier and Type | Method and Description |
---|---|
Connection |
ClientConnectionManagerImpl.getActiveConnection(Address target) |
Connection |
ClientConnectionManagerImpl.getOrConnect(Address address) |
Connection |
ClientConnectionManagerImpl.getOrTriggerConnect(Address target,
boolean acquiresResources) |
Modifier and Type | Method and Description |
---|---|
void |
ClientICMPManager.connectionAdded(Connection connection) |
void |
ClientICMPManager.connectionRemoved(Connection connection) |
void |
ClientConnectionManagerImpl.heartbeatResumed(Connection connection) |
void |
ClientConnectionManagerImpl.heartbeatStopped(Connection connection) |
Modifier and Type | Method and Description |
---|---|
static com.hazelcast.client.impl.protocol.ClientMessage |
ClientTransactionUtil.invoke(com.hazelcast.client.impl.protocol.ClientMessage request,
String objectName,
com.hazelcast.client.impl.HazelcastClientInstanceImpl client,
Connection connection)
Handles the invocation exception for transactions so that users will not see internal exceptions.
|
Modifier and Type | Method and Description |
---|---|
void |
ProxyManager.createDistributedObjectsOnCluster(Connection ownerConnection) |
Modifier and Type | Method and Description |
---|---|
Connection |
Packet.getConn()
Gets the Connection this Packet was send with.
|
Connection |
ConnectionManager.getConnection(Address address)
Gets the connection for a given address.
|
Connection |
ConnectionManager.getOrConnect(Address address)
Gets the existing connection for a given address or connects.
|
Connection |
ConnectionManager.getOrConnect(Address address,
boolean silent)
Gets the existing connection for a given address.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionListener.connectionAdded(Connection connection) |
void |
ConnectionListener.connectionRemoved(Connection connection) |
void |
ConnectionManager.onConnectionClose(Connection connection)
Deals with cleaning up a closed connection.
|
boolean |
ConnectionManager.registerConnection(Address address,
Connection connection) |
Packet |
Packet.setConn(Connection conn)
Sets the Connection this Packet is send with.
|
boolean |
ConnectionManager.transmit(Packet packet,
Connection connection)
Transmits a packet to a certain connection.
|
Modifier and Type | Class and Description |
---|---|
class |
TcpIpConnection
The Tcp/Ip implementation of the
Connection . |
Modifier and Type | Method and Description |
---|---|
Connection |
TcpIpConnectionManager.getConnection(Address address) |
Connection |
TcpIpConnectionManager.getOrConnect(Address address) |
Connection |
TcpIpConnectionManager.getOrConnect(Address address,
boolean silent) |
Modifier and Type | Method and Description |
---|---|
void |
TcpIpConnectionManager.onConnectionClose(Connection connection)
Deals with cleaning up a closed connection.
|
boolean |
TcpIpConnectionManager.registerConnection(Address remoteEndPoint,
Connection connection) |
boolean |
TcpIpConnectionManager.transmit(Packet packet,
Connection connection) |
Modifier and Type | Method and Description |
---|---|
Connection |
Operation.getConnection() |
Modifier and Type | Method and Description |
---|---|
static void |
OperationAccessor.setConnection(Operation op,
Connection connection) |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.