OpenSDN source code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
zookeeper::client::ZookeeperLock::ZookeeperLockImpl Class Reference
Collaboration diagram for zookeeper::client::ZookeeperLock::ZookeeperLockImpl:

Public Member Functions

 ZookeeperLockImpl (impl::ZookeeperClientImpl *clientImpl, const char *path)
 
std::string Id () const
 
bool Lock ()
 
bool Release ()
 

Private Attributes

impl::ZookeeperClientImplclientImpl_
 
std::string path_
 
bool is_acquired_
 
std::string id_
 

Detailed Description

Definition at line 336 of file zookeeper_client.cc.

Constructor & Destructor Documentation

zookeeper::client::ZookeeperLock::ZookeeperLockImpl::ZookeeperLockImpl ( impl::ZookeeperClientImpl clientImpl,
const char *  path 
)
inline

Definition at line 338 of file zookeeper_client.cc.

Here is the call graph for this function:

Member Function Documentation

std::string zookeeper::client::ZookeeperLock::ZookeeperLockImpl::Id ( ) const
inline

Definition at line 346 of file zookeeper_client.cc.

bool zookeeper::client::ZookeeperLock::ZookeeperLockImpl::Lock ( )
inline

Definition at line 350 of file zookeeper_client.cc.

Here is the call graph for this function:

bool zookeeper::client::ZookeeperLock::ZookeeperLockImpl::Release ( )
inline

Definition at line 417 of file zookeeper_client.cc.

Here is the call graph for this function:

Member Data Documentation

impl::ZookeeperClientImpl* zookeeper::client::ZookeeperLock::ZookeeperLockImpl::clientImpl_
private

Definition at line 450 of file zookeeper_client.cc.

std::string zookeeper::client::ZookeeperLock::ZookeeperLockImpl::id_
private

Definition at line 453 of file zookeeper_client.cc.

bool zookeeper::client::ZookeeperLock::ZookeeperLockImpl::is_acquired_
private

Definition at line 452 of file zookeeper_client.cc.

std::string zookeeper::client::ZookeeperLock::ZookeeperLockImpl::path_
private

Definition at line 451 of file zookeeper_client.cc.


The documentation for this class was generated from the following file: