public interface ConnectionManager
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) |
Map<Address,Connection> |
getReadonlyConnectionMap() |
boolean |
isSSLEnabled() |
void |
restart() |
void |
shutdown() |
void |
start() |
Connection getConnection(Address address)
Connection getOrConnect(Address address)
Connection getOrConnect(Address address, boolean silent)
void shutdown()
void start()
void addConnectionListener(ConnectionListener connectionListener)
Map<Address,Connection> getReadonlyConnectionMap()
void destroyConnection(Connection conn)
void restart()
int getCurrentClientConnections()
int getConnectionCount()
int getAllTextConnections()
int getActiveConnectionCount()
boolean isSSLEnabled()
Copyright © 2014 Hazelcast, Inc.. All rights reserved.