ObjectDatabaseConfiguration
in package
Tags
Table of Contents
- __construct() : mixed
- getHostAddress() : string
- getPassword() : string
- getPort() : int
- getScheme() : string
- getTablePrefix() : string
- getUniqueKey() : string
- getUserName() : string
- loadFromOptions() : void
- Load ElasticSearch configurations from the administrations or custom settings
- loadFromProperties() : void
- setHostAddress() : void
- setPassword() : void
- setPort() : void
- setScheme() : void
- setTablePrefix() : void
- setUserName() : void
Methods
__construct()
public
__construct() : mixed
Tags
Return values
mixed —getHostAddress()
public
final getHostAddress() : string
Tags
Return values
string —getPassword()
public
final getPassword() : string
Tags
Return values
string —getPort()
public
final getPort() : int
Tags
Return values
int —getScheme()
public
final getScheme() : string
Tags
Return values
string —getTablePrefix()
public
final getTablePrefix() : string
Tags
Return values
string —getUniqueKey()
public
final getUniqueKey() : string
Tags
Return values
string —getUserName()
public
final getUserName() : string
Tags
Return values
string —loadFromOptions()
Load ElasticSearch configurations from the administrations or custom settings
public
final loadFromOptions() : void
Tags
Return values
void —loadFromProperties()
public
final loadFromProperties() : void
Tags
Return values
void —setHostAddress()
public
final setHostAddress(string $sHostAddress) : void
Parameters
- $sHostAddress : string
Tags
Return values
void —setPassword()
public
final setPassword(string $sPassword) : void
Parameters
- $sPassword : string
Tags
Return values
void —setPort()
public
final setPort(int $iPort) : void
Parameters
- $iPort : int
Tags
Return values
void —setScheme()
public
final setScheme(string $sScheme) : void
Parameters
- $sScheme : string
Tags
Return values
void —setTablePrefix()
public
final setTablePrefix([string $sPrefix = '' ]) : void
Parameters
- $sPrefix : string = ''
Tags
Return values
void —setUserName()
public
final setUserName(string $sUserName) : void
Parameters
- $sUserName : string
