public interface ConnectionManager
Connection
objects.Modifier and Type | Method and Description |
---|---|
void |
addConnectionListener(ConnectionListener connectionListener) |
void |
destroyConnection(Connection conn) |
int |
getActiveConnectionCount() |
int |
getAllTextConnections() |
Connection |
getConnection(Address address) |
int |
getConnectionCount() |
int |
getCurrentClientConnections() |
Connection |
getOrConnect(Address address) |
Connection |
getOrConnect(Address address,
boolean silent) |
boolean |
registerConnection(Address address,
Connection connection) |
void |
restart() |
void |
shutdown() |
void |
start() |
int getCurrentClientConnections()
int getConnectionCount()
int getAllTextConnections()
int getActiveConnectionCount()
Connection getConnection(Address address)
Connection getOrConnect(Address address)
Connection getOrConnect(Address address, boolean silent)
boolean registerConnection(Address address, Connection connection)
void destroyConnection(Connection conn)
void shutdown()
void start()
void restart()
void addConnectionListener(ConnectionListener connectionListener)
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.