Property | Type | Description | |
---|---|---|---|
$auth | boolean | If true, client will use HTTPS (TLS1.2) to connect to Riak node | |
$ca_directory | string | [short description] | |
$ca_file | |||
$certificate | string | Certificate to authenticate to Riak with | |
$certificate_password | string | Certificate to authenticate to Riak with | |
$connection_timeout | integer | Client side connection timeout | |
$host | string | Host address | |
$pass | string | User password | |
$port | integer | Port number | |
$private_key | string | [short description] | |
$private_key_password | string | [short description] | |
$stream_timeout | integer | Client side stream (socket read/write) timeout. Default is 60 seconds as that is the default operation timeout in Riak | |
$user | string | User name |
Method | Description | |
---|---|---|
getCaDirectory ( ) : string | ||
getCaFile ( ) : string | ||
getCertificate ( ) : string | ||
getCertificatePassword ( ) : string | ||
getConnectionTimeout ( ) : integer | ||
getHost ( ) : string | ||
getPass ( ) : string | ||
getPort ( ) : integer | ||
getPrivateKey ( ) : string | ||
getPrivateKeyPassword ( ) : string | ||
getStreamTimeout ( ) : integer | ||
getUser ( ) : string | ||
isAuth ( ) : boolean | ||
setAuth ( boolean $auth ) | ||
setCaDirectory ( string $ca_directory ) | ||
setCaFile ( string $ca_file ) | ||
setCertificate ( string $certificate ) | ||
setCertificatePassword ( string $certificate_password ) | ||
setConnectionTimeout ( integer $connection_timeout ) | ||
setHost ( string $host ) | ||
setPass ( string $pass ) | ||
setPort ( integer $port ) | ||
setPrivateKey ( string $private_key ) | ||
setPrivateKeyPassword ( string $private_key_password ) | ||
setStreamTimeout ( integer $stream_timeout ) | ||
setUser ( string $user ) |
public setCertificatePassword ( string $certificate_password ) | ||
$certificate_password | string |
public setConnectionTimeout ( integer $connection_timeout ) | ||
$connection_timeout | integer |
public setPrivateKeyPassword ( string $private_key_password ) | ||
$private_key_password | string |
public setStreamTimeout ( integer $stream_timeout ) | ||
$stream_timeout | integer |
protected bool $auth | ||
return | boolean |
protected string $certificate | ||
return | string |
protected string $certificate_password | ||
return | string |
protected int $connection_timeout | ||
return | integer |
protected string $private_key_password | ||
return | string |
protected int $stream_timeout | ||
return | integer |