検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 48 for ZooKeeper (0.040 sec.)
Lists the children of a node synchronously 8815
« Zookeeper::getAcl Zookeeper::getClientId » PHP Manual Zookeeper Lists the children of a node s ... ynchronously Zookeeper::getChildren (PECL zookeeper >= 0.1.0) Zookeeper:: ... s the children of a node synchronously 説明 public Zookeeper::getChildren ( string $path , callable $watcher_cb ... node. 警告 Since version 0.3.0, this method emits ZookeeperException and it's derivatives. 例 例1 Zookeeper::g ... hildren() example Lists children of a node. <?php $zookeeper = new Zookeeper ( 'locahost:2181' ); $path = '/zoo ...
https://man.plustar.jp/php/zookeeper.getchildren.html - [similar]
Create a node synchronously 8784
« Zookeeper::__construct Zookeeper::delete » PHP Manual Zookeeper Create a node synchronously Zookeeper ... okeeper::create (PECL zookeeper >= 0.1.0) Zookeeper::create — Create a node synchr ... onously 説明 public Zookeeper::create ( string $path , string $value , array $ac ... = null ): string This method will create a node in ZooKeeper. A node can only be created if it does not already ... node. 警告 Since version 0.3.0, this method emits ZookeeperException and it's derivatives. 例 例1 Zookeeper::c ...
https://man.plustar.jp/php/zookeeper.create.html - [similar]
Specify application credentials 8754
« Zookeeper Zookeeper::close » PHP Manual Zookeeper Specify application credentials Zookeeper::a ... ddAuth (PECL zookeeper >= 0.1.0) Zookeeper::addAuth — Specify application ... credentials 説明 public Zookeeper::addAuth ( string $scheme , string $cert , callabl ... fails. 警告 Since version 0.3.0, this method emits ZookeeperException and it's derivatives. 例 例1 Zookeeper::a ... mple Add auth before requesting node value. <?php $zookeeper = new Zookeeper ( 'locahost:2181' ); $path = '/pat ...
https://man.plustar.jp/php/zookeeper.addauth.html - [similar]
Gets the acl associated with a node synchronously 8754
« Zookeeper::get Zookeeper::getChildren » PHP Manual Zookeeper Gets the acl associated with a no ... de synchronously Zookeeper::getAcl (PECL zookeeper >= 0.1.0) Zookeeper::getAc ... l associated with a node synchronously 説明 public Zookeeper::getAcl ( string $path ): array パラメータ path Th ... node. 警告 Since version 0.3.0, this method emits ZookeeperException and it's derivatives. 例 例1 Zookeeper::g ... etAcl() example Get ACL of a node. <?php $zookeeper = new Zookeeper ( 'locahost:2181' ); $aclArray = a ...
https://man.plustar.jp/php/zookeeper.getacl.html - [similar]
Sets the acl associated with a node synchronously 8709
« Zookeeper::set Zookeeper::setDebugLevel » PHP Manual Zookeeper Sets the acl associated with a ... node synchronously Zookeeper::setAcl (PECL zookeeper >= 0.1.0) Zookeeper::setAc ... l associated with a node synchronously 説明 public Zookeeper::setAcl ( string $path , int $version , array $acl ... node. 警告 Since version 0.3.0, this method emits ZookeeperException and it's derivatives. 例 例1 Zookeeper::s ... etAcl() example Set ACL for a node. <?php $zookeeper = new Zookeeper ( 'locahost:2181' ); $aclArray = a ...
https://man.plustar.jp/php/zookeeper.setacl.html - [similar]
Sets the debugging level for the library 8709
« Zookeeper::setAcl Zookeeper::setDeterministicConnOrder » PHP Manual Zookeeper Sets the debuggi ... ng level for the library Zookeeper::setDebugLevel (PECL zookeeper >= 0.1.0) Zookeeper ... debugging level for the library 説明 public static Zookeeper::setDebugLevel ( int $logLevel ): bool パラメータ ... logLevel ZooKeeper log level constants. 戻り値 成功した場合に true を ... level. 警告 Since version 0.3.0, this method emits ZookeeperException and it's derivatives. 例 例1 Zookeeper::s ...
https://man.plustar.jp/php/zookeeper.setdebuglevel.html - [similar]
Create a handle to used communicate with zookeeper 8678
« Zookeeper::connect Zookeeper::create » PHP Manual Zookeeper Create a handle to used communicat ... e with zookeeper Zookeeper::__construct (PECL zookeeper >= 0.1.0) Z ... nstruct — Create a handle to used communicate with zookeeper 説明 public Zookeeper::__construct ( string $host ... t = 10000 ) This method creates a new handle and a zookeeper session that corresponds to that handle. Session e ... tance. 警告 Since version 0.3.0, this method emits ZookeeperException and it's derivatives. 参考 Zookeeper::con ...
https://man.plustar.jp/php/zookeeper.construct.html - [similar]
Create a handle to used communicate with zookeeper 8648
« Zookeeper::close Zookeeper::__construct » PHP Manual Zookeeper Create a handle to used communi ... cate with zookeeper Zookeeper::connect (PECL zookeeper >= 0.2.0) Zooke ... connect — Create a handle to used communicate with zookeeper 説明 public Zookeeper::connect ( string $host , ca ... 000 ): void This method creates a new handle and a zookeeper session that corresponds to that handle. Session e ... tance. 警告 Since version 0.3.0, this method emits ZookeeperException and it's derivatives. 参考 Zookeeper::__c ...
https://man.plustar.jp/php/zookeeper.connect.html - [similar]
Gets the data associated with a node synchronously 8648
« Zookeeper::exists Zookeeper::getAcl » PHP Manual Zookeeper Gets the data associated with a nod ... e synchronously Zookeeper::get (PECL zookeeper >= 0.1.0) Zookeeper::get — Ge ... a associated with a node synchronously 説明 public Zookeeper::get ( string $path , callable $watcher_cb = null ... node. 警告 Since version 0.3.0, this method emits ZookeeperException and it's derivatives. 例 例1 Zookeeper::g ... et() example Get value from node. <?php $zookeeper = new Zookeeper ( 'locahost:2181' ); $path = '/pat ...
https://man.plustar.jp/php/zookeeper.get.html - [similar]
Return the timeout for this session, only valid if the connections is currently ... 8572
« Zookeeper::getConfig Zookeeper::getState » PHP Manual Zookeeper Return the timeout for this se ... ). This value may change after a server re-connect Zookeeper::getRecvTimeout (PECL zookeeper >= 0.1.0) Zookeepe ... e may change after a server re-connect 説明 public Zookeeper::getRecvTimeout (): int パラメータ この関数にはパラ ... fails. 警告 Since version 0.3.0, this method emits ZookeeperException and it's derivatives. 参考 Zookeeper::__c ... truct() - Create a handle to used communicate with zookeeper Zookeeper::connect() - Create a handle to used com ...
https://man.plustar.jp/php/zookeeper.getrecvtimeout.html - [similar]
PREV 1 2 3 4 5 NEXT