C# 클래스 ElasticsearchInside.Elasticsearch

상속: IDisposable
파일 보기 프로젝트 열기: poulfoged/Elasticsearch-Inside 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Elasticsearch System
ExtractEmbeddedLz4Stream void
Info void
InstallPlugins void
SetupEnvironment void
StartProcess void
WaitForGreen void

공개 메소드들

메소드 설명
Dispose ( ) : void
Elasticsearch ( IElasticsearchParameters>.Func configurationAction = null ) : System
Restart ( ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
Elasticsearch ( ) : System
ExtractEmbeddedLz4Stream ( string name, DirectoryInfo destination ) : void
Info ( string format ) : void
InstallPlugins ( ) : void
SetupEnvironment ( ) : void
StartProcess ( ) : void
WaitForGreen ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Elasticsearch() 공개 메소드

public Elasticsearch ( IElasticsearchParameters>.Func configurationAction = null ) : System
configurationAction IElasticsearchParameters>.Func
리턴 System

Restart() 공개 메소드

public Restart ( ) : void
리턴 void