PHP Class Prose\UsingZookeeper

Inheritance: extends Prose
Show file Open project: datasift/storyplayer

Protected Properties

Property Type Description
$connect_timeout
$default_acl
$host
$zk

Public Methods

Method Description
__construct ( StoryTeller $st, $args = [] )
delete ( string $key )
deleteChildrenOf ( string $key )
write ( $key, $value )

Protected Methods

Method Description
connect ( $host )
ensurePathToKeyExists ( $key )

Method Details

__construct() public method

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

connect() protected method

protected connect ( $host )

delete() public method

public delete ( string $key )
$key string

deleteChildrenOf() public method

public deleteChildrenOf ( string $key )
$key string

ensurePathToKeyExists() protected method

protected ensurePathToKeyExists ( $key )

write() public method

public write ( $key, $value )

Property Details

$connect_timeout protected property

protected $connect_timeout

$default_acl protected property

protected $default_acl

$host protected property

protected $host

$zk protected property

protected $zk