C# 클래스 Hazelcast.Client.Connection.ClientConnectionManager

파일 보기 프로젝트 열기: hazelcast/hazelcast-csharp-client 1 사용 예제들

공개 메소드들

메소드 설명
AddConnectionHeartBeatListener ( IConnectionHeartbeatListener connectonHeartbeatListener ) : void
AddConnectionListener ( IConnectionListener connectionListener ) : void
ClientConnectionManager ( HazelcastClient client ) : System
DestroyConnection ( ClientConnection connection, Exception cause ) : void
GetConnection ( Address address ) : ClientConnection

Gets an existing connection for the given address

GetOrConnect ( Address target ) : ClientConnection

Gets the connection for the address. If there is no connection, a new one will be created

GetOrConnect ( Address address, Authenticator authenticator ) : ClientConnection
GetOrConnectAsync ( Address address ) : Task
Shutdown ( ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
CheckLive ( ) : void
ClusterAuthenticator ( ClientConnection connection ) : void
FireConnectionListenerEvent ( Action listenerAction ) : void
FireHeartBeatEvent ( Action listenerAction ) : void
Heartbeat ( ) : void
InitializeConnection ( Address address, Authenticator authenticator ) : ClientConnection

메소드 상세

AddConnectionHeartBeatListener() 공개 메소드

public AddConnectionHeartBeatListener ( IConnectionHeartbeatListener connectonHeartbeatListener ) : void
connectonHeartbeatListener IConnectionHeartbeatListener
리턴 void

AddConnectionListener() 공개 메소드

public AddConnectionListener ( IConnectionListener connectionListener ) : void
connectionListener IConnectionListener
리턴 void

ClientConnectionManager() 공개 메소드

public ClientConnectionManager ( HazelcastClient client ) : System
client HazelcastClient
리턴 System

DestroyConnection() 공개 메소드

public DestroyConnection ( ClientConnection connection, Exception cause ) : void
connection ClientConnection
cause System.Exception
리턴 void

GetConnection() 공개 메소드

Gets an existing connection for the given address
public GetConnection ( Address address ) : ClientConnection
address Hazelcast.IO.Address
리턴 ClientConnection

GetOrConnect() 공개 메소드

Gets the connection for the address. If there is no connection, a new one will be created
public GetOrConnect ( Address target ) : ClientConnection
target Hazelcast.IO.Address
리턴 ClientConnection

GetOrConnect() 공개 메소드

public GetOrConnect ( Address address, Authenticator authenticator ) : ClientConnection
address Hazelcast.IO.Address
authenticator Authenticator
리턴 ClientConnection

GetOrConnectAsync() 공개 메소드

public GetOrConnectAsync ( Address address ) : Task
address Hazelcast.IO.Address
리턴 Task

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void