Package | Description |
---|---|
com.hazelcast.client.connection.nio | |
com.hazelcast.cluster | |
com.hazelcast.management | |
com.hazelcast.nio | |
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
com.hazelcast.spi.impl |
Modifier and Type | Class and Description |
---|---|
class |
ClientConnection |
Modifier and Type | Method and Description |
---|---|
void |
ClusterServiceImpl.connectionAdded(Connection connection) |
void |
ClusterServiceImpl.connectionRemoved(Connection connection) |
Constructor and Description |
---|
ClusterRuntimeState(Collection<Member> members,
InternalPartition[] partitions,
Collection<MigrationInfo> activeMigrations,
Map<Address,Connection> connections,
Collection<LockResource> locks) |
Modifier and Type | Class and Description |
---|---|
class |
TcpIpConnection
The Tcp/Ip implementation of the
Connection . |
Modifier and Type | Method and Description |
---|---|
Connection |
ClientPacket.getConn() |
Connection |
Packet.getConn()
Gets the Connection this Packet was send with.
|
Connection |
TcpIpConnectionManager.getConnection(Address address) |
Connection |
ConnectionManager.getConnection(Address address) |
Connection |
TcpIpConnectionManager.getOrConnect(Address address) |
Connection |
ConnectionManager.getOrConnect(Address address) |
Connection |
TcpIpConnectionManager.getOrConnect(Address address,
boolean silent) |
Connection |
ConnectionManager.getOrConnect(Address address,
boolean silent) |
Modifier and Type | Method and Description |
---|---|
Map<Address,Connection> |
TcpIpConnectionManager.getReadonlyConnectionMap() |
Map<Address,Connection> |
ConnectionManager.getReadonlyConnectionMap() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionListener.connectionAdded(Connection connection) |
void |
ConnectionListener.connectionRemoved(Connection connection) |
void |
TcpIpConnectionManager.destroyConnection(Connection connection) |
void |
ConnectionManager.destroyConnection(Connection conn) |
static void |
CipherHelper.handleCipherException(Exception e,
Connection connection) |
void |
ClientPacket.setConn(Connection conn) |
void |
Packet.setConn(Connection conn)
Sets the Connection this Packet is send with.
|
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 |
---|---|
boolean |
NodeEngineImpl.send(Packet packet,
Connection connection) |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.