C# 클래스 ElasticSearch.Client.Thrift.ThriftConnection

상속: IConnection, IDisposable
파일 보기 프로젝트 열기: PhonoClick/NEST

공개 메소드들

메소드 설명
Close ( ) : void

DecodeStr ( byte bytes ) : string
Delete ( string path, Action callback ) : void
DeleteSync ( string path ) : ConnectionStatus
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Get ( string path, Action callback ) : void
GetSync ( string path ) : ConnectionStatus
Open ( ) : void

Post ( string path, string data, Action callback ) : void
PostSync ( string path, string data ) : ConnectionStatus
ThriftConnection ( IConnectionSettings connectionSettings ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources

비공개 메소드들

메소드 설명
GetClient ( ) : ElasticSearch.Thrift.Rest.Client

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

DecodeStr() 공개 메소드

public DecodeStr ( byte bytes ) : string
bytes byte
리턴 string

Delete() 공개 메소드

public Delete ( string path, Action callback ) : void
path string
callback Action
리턴 void

DeleteSync() 공개 메소드

public DeleteSync ( string path ) : ConnectionStatus
path string
리턴 ConnectionStatus

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Releases unmanaged and - optionally - managed resources
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
리턴 void

Get() 공개 메소드

public Get ( string path, Action callback ) : void
path string
callback Action
리턴 void

GetSync() 공개 메소드

public GetSync ( string path ) : ConnectionStatus
path string
리턴 ConnectionStatus

Open() 공개 메소드

public Open ( ) : void
리턴 void

Post() 공개 메소드

public Post ( string path, string data, Action callback ) : void
path string
data string
callback Action
리턴 void

PostSync() 공개 메소드

public PostSync ( string path, string data ) : ConnectionStatus
path string
data string
리턴 ConnectionStatus

ThriftConnection() 공개 메소드

public ThriftConnection ( IConnectionSettings connectionSettings ) : System
connectionSettings IConnectionSettings
리턴 System