Package | Description |
---|---|
com.hazelcast.cluster | |
com.hazelcast.impl | |
com.hazelcast.impl.management | |
com.hazelcast.impl.partition | |
com.hazelcast.nio | |
com.hazelcast.nio.ascii |
Modifier and Type | Field and Description |
---|---|
protected Connection |
AbstractRemotelyProcessable.conn |
Modifier and Type | Method and Description |
---|---|
Connection |
SyncProcess.getConnection() |
Connection |
AbstractRemotelyProcessable.getConnection() |
Connection |
AbstractRemotelyCallable.getConnection() |
Modifier and Type | Method and Description |
---|---|
JoinInfo |
ClusterManager.checkJoin(Connection conn) |
void |
ClusterManager.connectionAdded(Connection connection) |
void |
ClusterManager.connectionRemoved(Connection connection) |
void |
SyncProcess.setConnection(Connection conn) |
void |
AbstractRemotelyProcessable.setConnection(Connection conn) |
void |
AbstractRemotelyCallable.setConnection(Connection conn) |
void |
RemotelyProcessable.setConnection(Connection conn) |
Modifier and Type | Field and Description |
---|---|
protected Connection |
BaseManager.ConnectionAwareOp.targetConnection |
protected Connection |
BaseManager.TargetAwareOp.targetConnection |
Modifier and Type | Method and Description |
---|---|
void |
ClientHandlerService.connectionAdded(Connection connection) |
void |
ClientEndpoint.connectionAdded(Connection connection) |
void |
ClientHandlerService.connectionRemoved(Connection connection) |
void |
ClientEndpoint.connectionRemoved(Connection connection) |
ClientEndpoint |
ClientHandlerService.getClientEndpoint(Connection conn) |
boolean |
BaseManager.returnResponse(Request request,
Connection conn) |
protected boolean |
BaseManager.send(Packet packet,
Connection conn)
Do not forget to release packet if send fails.
|
protected boolean |
BaseManager.sendOrReleasePacket(Packet packet,
Connection conn) |
void |
BaseManager.sendProcessableTo(RemotelyProcessable rp,
Connection conn) |
void |
ClientHandlerService.CountDownLatchLeave.setConnection(Connection conn) |
Constructor and Description |
---|
BaseManager.ConnectionAwareOp(Connection targetConnection) |
Constructor and Description |
---|
ClusterRuntimeState(Collection<Member> members,
PartitionInfo[] partitions,
MigratingPartition migratingPartition,
Map<Address,Connection> connections,
Collection<Record> lockedRecords) |
Modifier and Type | Method and Description |
---|---|
Connection |
PartitionRuntimeState.getConnection() |
Modifier and Type | Method and Description |
---|---|
void |
PartitionStateProcessable.setConnection(Connection conn) |
Modifier and Type | Field and Description |
---|---|
Connection |
Packet.conn |
Modifier and Type | Method and Description |
---|---|
Connection |
ConnectionManager.detachAndGetConnection(Address address) |
Connection |
ConnectionManager.getConnection(Address address) |
Connection |
ConnectionManager.getOrConnect(Address address) |
Connection |
ConnectionManager.getOrConnect(Address address,
boolean silent) |
Modifier and Type | Method and Description |
---|---|
Map<Address,Connection> |
ConnectionManager.getReadonlyConnectionMap() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionManager.attachConnection(Address address,
Connection conn) |
boolean |
ConnectionManager.bind(Connection connection,
Address remoteEndPoint,
Address localEndpoint,
boolean replyBack) |
void |
ConnectionListener.connectionAdded(Connection connection) |
void |
ConnectionListener.connectionRemoved(Connection connection) |
void |
ConnectionManager.destroyConnection(Connection connection) |
void |
Packet.setFromConnection(Connection conn) |
Constructor and Description |
---|
SocketTextReader(Connection connection) |
SocketTextWriter(Connection connection) |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.