Method | Description | |
---|---|---|
AddConnectionHeartBeatListener ( IConnectionHeartbeatListener connectonHeartbeatListener ) : void | ||
AddConnectionListener ( IConnectionListener connectionListener ) : void | ||
ClientConnectionManager ( HazelcastClient client ) : System | ||
DestroyConnection ( |
||
GetConnection ( |
Gets an existing connection for the given address
|
|
GetOrConnect ( |
Gets the connection for the address. If there is no connection, a new one will be created
|
|
GetOrConnect ( |
||
GetOrConnectAsync ( |
||
Shutdown ( ) : void | ||
Start ( ) : void |
Method | Description | |
---|---|---|
CheckLive ( ) : void | ||
ClusterAuthenticator ( |
||
FireConnectionListenerEvent ( Action |
||
FireHeartBeatEvent ( Action |
||
Heartbeat ( ) : void | ||
InitializeConnection ( |
public AddConnectionHeartBeatListener ( IConnectionHeartbeatListener connectonHeartbeatListener ) : void | ||
connectonHeartbeatListener | IConnectionHeartbeatListener | |
return | void |
public AddConnectionListener ( IConnectionListener connectionListener ) : void | ||
connectionListener | IConnectionListener | |
return | void |
public ClientConnectionManager ( HazelcastClient client ) : System | ||
client | HazelcastClient | |
return | System |
public DestroyConnection ( |
||
connection | ||
cause | ||
return | void |
public GetConnection ( |
||
address | ||
return |
public GetOrConnect ( |
||
target | ||
return |
public GetOrConnect ( |
||
address | ||
authenticator | Authenticator | |
return |
public GetOrConnectAsync ( |
||
address | ||
return | Task |