Méthode | 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 |
Méthode | Description | |
---|---|---|
CheckLive ( ) : void | ||
ClusterAuthenticator ( |
||
FireConnectionListenerEvent ( Action |
||
FireHeartBeatEvent ( Action |
||
Heartbeat ( ) : void | ||
InitializeConnection ( |
public AddConnectionHeartBeatListener ( IConnectionHeartbeatListener connectonHeartbeatListener ) : void | ||
connectonHeartbeatListener | IConnectionHeartbeatListener | |
Résultat | void |
public AddConnectionListener ( IConnectionListener connectionListener ) : void | ||
connectionListener | IConnectionListener | |
Résultat | void |
public ClientConnectionManager ( HazelcastClient client ) : System | ||
client | HazelcastClient | |
Résultat | System |
public DestroyConnection ( |
||
connection | ||
cause | ||
Résultat | void |
public GetConnection ( |
||
address | ||
Résultat |
public GetOrConnect ( |
||
target | ||
Résultat |
public GetOrConnect ( |
||
address | ||
authenticator | Authenticator | |
Résultat |
public GetOrConnectAsync ( |
||
address | ||
Résultat | Task |