PHP Interface Smile\ElasticsuiteCore\Api\Client\ClientConfigurationInterface

Author: Aurelien FOUCRET ([email protected])
Afficher le fichier Open project: smile-sa/elasticsuite Interface Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

getConnectionTimeout() public méthode

Default connect timeout for the ES client.
public getConnectionTimeout ( ) : integer
Résultat integer

getHttpAuthPassword() public méthode

Return the basic HTTP authentication password.
public getHttpAuthPassword ( ) : string
Résultat string

getHttpAuthUser() public méthode

Return the basic HTTP authentication user.
public getHttpAuthUser ( ) : string
Résultat string

getScheme() public méthode

Indicates the protocol scheme used (http/https).
public getScheme ( ) : string
Résultat string

getServerList() public méthode

Return the list of configured ES Servers (client nodes).
public getServerList ( ) : array
Résultat array

isDebugModeEnabled() public méthode

Indicates whether the debug node is enabled or not.
public isDebugModeEnabled ( ) : boolean
Résultat boolean

isHttpAuthEnabled() public méthode

Indicates whether basic HTTP authentication on the node is enabled or not.
public isHttpAuthEnabled ( ) : boolean
Résultat boolean