<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.remote.other.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'book.zookeeper.php',
    1 => 'ZooKeeper',
    2 => 'ZooKeeper',
  ),
  'up' => 
  array (
    0 => 'refs.remote.other.php',
    1 => 'Diğer Hizmetler',
  ),
  'prev' => 
  array (
    0 => 'zmqdevice.settimertimeout.php',
    1 => 'ZMQDevice::setTimerTimeout',
  ),
  'next' => 
  array (
    0 => 'zookeeper.setup.php',
    1 => 'Yapılandırma/Kurulum',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/zookeeper/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.zookeeper.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.zookeeper" class="book">
 
 <h1 class="title">ZooKeeper</h1>
 

 
 <div id="intro.zookeeper" class="preface">
  <h1 class="title">Giriş</h1>
  <p class="para">
  This extension uses libzookeeper library to provide API for communicating with ZooKeeper service.
  </p>
  <p class="para">
   ZooKeeper is an Apache project that enables centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.
  </p>
 </div>
 

 








 







 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 



 




<ul class="chunklist chunklist_book"><li><a href="zookeeper.setup.php">Yapılandırma/Kurulum</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="zookeeper.requirements.php">Gereksinimler</a></li><li><a href="zookeeper.installation.php">Kurulum</a></li><li><a href="zookeeper.configuration.php">&Ccedil;alışma Anı Yapılandırması</a></li></ul></li><li><a href="ref.zookeeper.php">ZooKeeper İşlevleri</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.zookeeper-dispatch.php">zookeeper_dispatch</a> — Calls callbacks for pending operations</li></ul></li><li><a href="class.zookeeper.php">Zookeeper</a> — The Zookeeper class<ul class="chunklist chunklist_book chunklist_children"><li><a href="zookeeper.addauth.php">Zookeeper::addAuth</a> — Specify application credentials</li><li><a href="zookeeper.close.php">Zookeeper::close</a> — Close the zookeeper handle and free up any resources</li><li><a href="zookeeper.connect.php">Zookeeper::connect</a> — Create a handle to used communicate with zookeeper</li><li><a href="zookeeper.construct.php">Zookeeper::__construct</a> — Create a handle to used communicate with zookeeper</li><li><a href="zookeeper.create.php">Zookeeper::create</a> — Create a node synchronously</li><li><a href="zookeeper.delete.php">Zookeeper::delete</a> — Delete a node in zookeeper synchronously</li><li><a href="zookeeper.exists.php">Zookeeper::exists</a> — Checks the existence of a node in zookeeper synchronously</li><li><a href="zookeeper.get.php">Zookeeper::get</a> — Gets the data associated with a node synchronously</li><li><a href="zookeeper.getacl.php">Zookeeper::getAcl</a> — Gets the acl associated with a node synchronously</li><li><a href="zookeeper.getchildren.php">Zookeeper::getChildren</a> — Lists the children of a node synchronously</li><li><a href="zookeeper.getclientid.php">Zookeeper::getClientId</a> — Return the client session id, only valid if the connections is currently connected (ie. last watcher state is ZOO_CONNECTED_STATE)</li><li><a href="zookeeper.getconfig.php">Zookeeper::getConfig</a> — Get instance of ZookeeperConfig</li><li><a href="zookeeper.getrecvtimeout.php">Zookeeper::getRecvTimeout</a> — Return the timeout for this session, only valid if the connections is currently connected (ie. last watcher state is ZOO_CONNECTED_STATE). This value may change after a server re-connect</li><li><a href="zookeeper.getstate.php">Zookeeper::getState</a> — Get the state of the zookeeper connection</li><li><a href="zookeeper.isrecoverable.php">Zookeeper::isRecoverable</a> — Checks if the current zookeeper connection state can be recovered</li><li><a href="zookeeper.set.php">Zookeeper::set</a> — Sets the data associated with a node</li><li><a href="zookeeper.setacl.php">Zookeeper::setAcl</a> — Sets the acl associated with a node synchronously</li><li><a href="zookeeper.setdebuglevel.php">Zookeeper::setDebugLevel</a> — Sets the debugging level for the library</li><li><a href="zookeeper.setdeterministicconnorder.php">Zookeeper::setDeterministicConnOrder</a> — Enable/disable quorum endpoint order randomization</li><li><a href="zookeeper.setlogstream.php">Zookeeper::setLogStream</a> — Sets the stream to be used by the library for logging</li><li><a href="zookeeper.setwatcher.php">Zookeeper::setWatcher</a> — Set a watcher function</li></ul></li><li><a href="class.zookeeperconfig.php">ZookeeperConfig</a> — The ZookeeperConfig class<ul class="chunklist chunklist_book chunklist_children"><li><a href="zookeeperconfig.add.php">ZookeeperConfig::add</a> — Add servers to the ensemble</li><li><a href="zookeeperconfig.get.php">ZookeeperConfig::get</a> — Gets the last committed configuration of the ZooKeeper cluster as it is known to the server to which the client is connected, synchronously</li><li><a href="zookeeperconfig.remove.php">ZookeeperConfig::remove</a> — Remove servers from the ensemble</li><li><a href="zookeeperconfig.set.php">ZookeeperConfig::set</a> — Change ZK cluster ensemble membership and roles of ensemble peers</li></ul></li><li><a href="class.zookeeperexception.php">ZookeeperException</a> — The ZookeeperException class</li><li><a href="class.zookeeperauthenticationexception.php">ZookeeperAuthenticationException</a> — The ZookeeperAuthenticationException class</li><li><a href="class.zookeeperconnectionexception.php">ZookeeperConnectionException</a> — The ZookeeperConnectionException class</li><li><a href="class.zookeepermarshallingexception.php">ZookeeperMarshallingException</a> — The ZookeeperMarshallingException class</li><li><a href="class.zookeepernonodeexception.php">ZookeeperNoNodeException</a> — The ZookeeperNoNodeException class</li><li><a href="class.zookeeperoperationtimeoutexception.php">ZookeeperOperationTimeoutException</a> — The ZookeeperOperationTimeoutException class</li><li><a href="class.zookeepersessionexception.php">ZookeeperSessionException</a> — The ZookeeperSessionException class</li></ul></div><?php manual_footer($setup); ?>