PHP 클래스 Basho\Riak\Node\Config

파일 보기 프로젝트 열기: basho/riak-php-client 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
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 )

메소드 상세

getCaDirectory() 공개 메소드

public getCaDirectory ( ) : string
리턴 string

getCaFile() 공개 메소드

public getCaFile ( ) : string
리턴 string

getCertificate() 공개 메소드

public getCertificate ( ) : string
리턴 string

getCertificatePassword() 공개 메소드

public getCertificatePassword ( ) : string
리턴 string

getConnectionTimeout() 공개 메소드

public getConnectionTimeout ( ) : integer
리턴 integer

getHost() 공개 메소드

public getHost ( ) : string
리턴 string

getPass() 공개 메소드

public getPass ( ) : string
리턴 string

getPort() 공개 메소드

public getPort ( ) : integer
리턴 integer

getPrivateKey() 공개 메소드

public getPrivateKey ( ) : string
리턴 string

getPrivateKeyPassword() 공개 메소드

public getPrivateKeyPassword ( ) : string
리턴 string

getStreamTimeout() 공개 메소드

public getStreamTimeout ( ) : integer
리턴 integer

getUser() 공개 메소드

public getUser ( ) : string
리턴 string

isAuth() 공개 메소드

public isAuth ( ) : boolean
리턴 boolean

setAuth() 공개 메소드

public setAuth ( boolean $auth )
$auth boolean

setCaDirectory() 공개 메소드

public setCaDirectory ( string $ca_directory )
$ca_directory string

setCaFile() 공개 메소드

public setCaFile ( string $ca_file )
$ca_file string

setCertificate() 공개 메소드

public setCertificate ( string $certificate )
$certificate string

setCertificatePassword() 공개 메소드

public setCertificatePassword ( string $certificate_password )
$certificate_password string

setConnectionTimeout() 공개 메소드

public setConnectionTimeout ( integer $connection_timeout )
$connection_timeout integer

setHost() 공개 메소드

public setHost ( string $host )
$host string

setPass() 공개 메소드

public setPass ( string $pass )
$pass string

setPort() 공개 메소드

public setPort ( integer $port )
$port integer

setPrivateKey() 공개 메소드

public setPrivateKey ( string $private_key )
$private_key string

setPrivateKeyPassword() 공개 메소드

public setPrivateKeyPassword ( string $private_key_password )
$private_key_password string

setStreamTimeout() 공개 메소드

public setStreamTimeout ( integer $stream_timeout )
$stream_timeout integer

setUser() 공개 메소드

public setUser ( string $user )
$user string

프로퍼티 상세

$auth 보호되어 있는 프로퍼티

If true, client will use HTTPS (TLS1.2) to connect to Riak node
protected bool $auth
리턴 boolean

$ca_directory 보호되어 있는 프로퍼티

[short description]
protected string $ca_directory
리턴 string

$ca_file 보호되어 있는 프로퍼티

protected $ca_file

$certificate 보호되어 있는 프로퍼티

Certificate to authenticate to Riak with
protected string $certificate
리턴 string

$certificate_password 보호되어 있는 프로퍼티

Certificate to authenticate to Riak with
protected string $certificate_password
리턴 string

$connection_timeout 보호되어 있는 프로퍼티

Client side connection timeout
protected int $connection_timeout
리턴 integer

$host 보호되어 있는 프로퍼티

Host address
protected string $host
리턴 string

$pass 보호되어 있는 프로퍼티

User password
protected string $pass
리턴 string

$port 보호되어 있는 프로퍼티

Port number
protected int $port
리턴 integer

$private_key 보호되어 있는 프로퍼티

[short description]
protected string $private_key
리턴 string

$private_key_password 보호되어 있는 프로퍼티

[short description]
protected string $private_key_password
리턴 string

$stream_timeout 보호되어 있는 프로퍼티

Client side stream (socket read/write) timeout. Default is 60 seconds as that is the default operation timeout in Riak
protected int $stream_timeout
리턴 integer

$user 보호되어 있는 프로퍼티

User name
protected string $user
리턴 string