Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.client.connection.nio |
Contains classes related to New IO for com.hazelcast.client.connection
|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.cluster.impl |
This package contains the implementation of the cluster functionality.
|
com.hazelcast.nio |
This package contains classes related to New IO
|
com.hazelcast.nio.tcp |
Contains functionality for the TCP/IP Networking between cluster members
|
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
com.hazelcast.spi.impl |
Contains implementations for Hazelcast SPI.
|
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 | Class and Description |
---|---|
class |
ClientConnection |
Modifier and Type | Method and Description |
---|---|
Connection |
ClientEndpointImpl.getConnection() |
Modifier and Type | Method and Description |
---|---|
ClientEndpoint |
ClientEndpointManagerImpl.getEndpoint(Connection connection) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterServiceImpl.connectionAdded(Connection connection) |
void |
ClusterServiceImpl.connectionRemoved(Connection connection) |
void |
ClusterServiceImpl.handleJoinRequest(JoinRequest joinRequest,
Connection connection) |
Modifier and Type | Method and Description |
---|---|
Connection |
Packet.getConn()
Gets the Connection this Packet was send with.
|
Connection |
ConnectionManager.getConnection(Address address) |
Connection |
ConnectionManager.getOrConnect(Address address) |
Connection |
ConnectionManager.getOrConnect(Address address,
boolean silent) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionListener.connectionAdded(Connection connection) |
void |
ConnectionListener.connectionRemoved(Connection connection) |
void |
ConnectionManager.destroyConnection(Connection conn) |
static void |
CipherHelper.handleCipherException(Exception e,
Connection connection) |
boolean |
ConnectionManager.registerConnection(Address address,
Connection connection) |
void |
Packet.setConn(Connection conn)
Sets the Connection this Packet is send with.
|
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.destroyConnection(Connection connection) |
boolean |
TcpIpConnectionManager.registerConnection(Address remoteEndPoint,
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) |
Modifier and Type | Method and Description |
---|---|
Connection |
RemotePropagatable.getConnection() |
Modifier and Type | Method and Description |
---|---|
boolean |
NodeEngineImpl.send(Packet packet,
Connection connection) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.