public interface ClientConnectionManager extends ConnectionListenable
ClientConnection
objects.Modifier and Type | Method and Description |
---|---|
void |
addConnectionHeartbeatListener(ConnectionHeartbeatListener connectionHeartbeatListener) |
void |
connectToCluster() |
Future<Void> |
connectToClusterAsync() |
Connection |
getActiveConnection(Address address) |
Collection<ClientConnection> |
getActiveConnections() |
Connection |
getOrConnect(Address address) |
Connection |
getOrTriggerConnect(Address address) |
ClientConnection |
getOwnerConnection() |
Address |
getOwnerConnectionAddress() |
ClientPrincipal |
getPrincipal() |
boolean |
isAlive()
Check if client connection manager is alive.
|
addConnectionListener
boolean isAlive()
Connection getActiveConnection(Address address)
address
- to be connectedConnection getOrConnect(Address address) throws IOException
address
- to be connectedIOException
- if connection is not establishedConnection getOrTriggerConnect(Address address) throws IOException
address
- to be connectedIOException
- if connection is not able to triggeredvoid addConnectionHeartbeatListener(ConnectionHeartbeatListener connectionHeartbeatListener)
Collection<ClientConnection> getActiveConnections()
Address getOwnerConnectionAddress()
ClientPrincipal getPrincipal()
ClientConnection getOwnerConnection()
void connectToCluster()
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.