PHP 클래스 Prose\UsingZookeeper

저자: Stuart Herbert ([email protected])
상속: extends Prose
파일 보기 프로젝트 열기: datasift/storyplayer

보호된 프로퍼티들

프로퍼티 타입 설명
$connect_timeout
$default_acl
$host
$zk

공개 메소드들

메소드 설명
__construct ( StoryTeller $st, $args = [] )
delete ( string $key )
deleteChildrenOf ( string $key )
write ( $key, $value )

보호된 메소드들

메소드 설명
connect ( $host )
ensurePathToKeyExists ( $key )

메소드 상세

__construct() 공개 메소드

public __construct ( StoryTeller $st, $args = [] )
$st DataSift\Storyplayer\PlayerLib\StoryTeller

connect() 보호된 메소드

protected connect ( $host )

delete() 공개 메소드

public delete ( string $key )
$key string

deleteChildrenOf() 공개 메소드

public deleteChildrenOf ( string $key )
$key string

ensurePathToKeyExists() 보호된 메소드

protected ensurePathToKeyExists ( $key )

write() 공개 메소드

public write ( $key, $value )

프로퍼티 상세

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

protected $connect_timeout

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

protected $default_acl

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

protected $host

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

protected $zk