PHP 인터페이스 Smile\ElasticsuiteCore\Api\Client\ClientConfigurationInterface

저자: Aurelien FOUCRET ([email protected])
파일 보기 프로젝트 열기: smile-sa/elasticsuite 0 사용 예제들

공개 메소드들

메소드 설명
getConnectionTimeout ( ) : integer Default connect timeout for the ES client.
getHttpAuthPassword ( ) : string Return the basic HTTP authentication password.
getHttpAuthUser ( ) : string Return the basic HTTP authentication user.
getScheme ( ) : string Indicates the protocol scheme used (http/https).
getServerList ( ) : array Return the list of configured ES Servers (client nodes).
isDebugModeEnabled ( ) : boolean Indicates whether the debug node is enabled or not.
isHttpAuthEnabled ( ) : boolean Indicates whether basic HTTP authentication on the node is enabled or not.

메소드 상세

getConnectionTimeout() 공개 메소드

Default connect timeout for the ES client.
public getConnectionTimeout ( ) : integer
리턴 integer

getHttpAuthPassword() 공개 메소드

Return the basic HTTP authentication password.
public getHttpAuthPassword ( ) : string
리턴 string

getHttpAuthUser() 공개 메소드

Return the basic HTTP authentication user.
public getHttpAuthUser ( ) : string
리턴 string

getScheme() 공개 메소드

Indicates the protocol scheme used (http/https).
public getScheme ( ) : string
리턴 string

getServerList() 공개 메소드

Return the list of configured ES Servers (client nodes).
public getServerList ( ) : array
리턴 array

isDebugModeEnabled() 공개 메소드

Indicates whether the debug node is enabled or not.
public isDebugModeEnabled ( ) : boolean
리턴 boolean

isHttpAuthEnabled() 공개 메소드

Indicates whether basic HTTP authentication on the node is enabled or not.
public isHttpAuthEnabled ( ) : boolean
리턴 boolean