public interface ClientConnectionManager extends ConnectionListenable
ClientConnection
objects.Modifier and Type | Method and Description |
---|---|
void |
connectToCluster() |
Future<Void> |
connectToClusterAsync() |
Connection |
getActiveConnection(Address address) |
Collection<com.hazelcast.client.connection.nio.ClientConnection> |
getActiveConnections() |
Connection |
getOrConnect(Address address) |
Connection |
getOrTriggerConnect(Address address,
boolean acquiresResource) |
com.hazelcast.client.connection.nio.ClientConnection |
getOwnerConnection() |
Address |
getOwnerConnectionAddress() |
com.hazelcast.client.impl.client.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, boolean acquiresResource) throws IOException
address
- to be connectedIOException
- if connection is not able to triggeredCollection<com.hazelcast.client.connection.nio.ClientConnection> getActiveConnections()
Address getOwnerConnectionAddress()
com.hazelcast.client.impl.client.ClientPrincipal getPrincipal()
com.hazelcast.client.connection.nio.ClientConnection getOwnerConnection()
void connectToCluster()
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.