PHP Интерфейс Smile\ElasticsuiteCore\Api\Client\ClientConfigurationInterface

Автор: Aurelien FOUCRET ([email protected])
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
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