Results of 1 - 10 of about 48 for zookeeper (0.013 sec.)
- The Zookeeper class 10511
- « zookeeper_dispatch Zookeeper::addAuth » PHP Manual ZooKeeper The Zookeeper class The Zookeeper
...
class (PECL zookeeper >= 0.1.0) はじめに Represents ZooKeeper session. ク ...
ラス概要 class Zookeeper { /* メソッド */ public __construct ( string $host ...
ay public getClientId (): int public getConfig (): ZookeeperConfig public getRecvTimeout (): int public getStat ...
const int RECONFIGDISABLED = -122 ; } 定義済み定数 ZooKeeper Permissions Zookeeper::PERM_READ Can read nodes va ...
-
https://man.plustar.jp/php/class.zookeeper.html
- [similar]
- ZooKeeper 10102
- « ZMQDevice::setTimerTimeout はじめに » PHP Manual その他のサービス ZooKeeper ZooKeeper はじめに
...
インストール手順 実行時設定 リソース型 定義済み定数 ZooKeeper 関数 zookeeper_dispatch — Calls callbacks for pend ...
ing operations Zookeeper — The Zookeeper class Zookeeper::addAuth — Specify ...
application credentials Zookeeper::close — Close the zookeeper handle and free up an ...
y resources Zookeeper::connect — Create a handle to used communicate wit ...
-
https://man.plustar.jp/php/book.zookeeper.html
- [similar]
- Calls callbacks for pending operations 9557
- « ZooKeeper 関数 Zookeeper » PHP Manual ZooKeeper 関数 Calls callbacks for pending operations zookeeper
...
okeeper_dispatch (PECL zookeeper >= 0.4.0) zookeeper_dispatch — Calls callbacks for ...
pending operations 説明 zookeeper_dispatch (): void The zookeeper_dispatch() functio ...
n calls the callbacks passwd by operations like Zookeeper::get() or Zookeeper::exists() . 警告 Since version ...
warning when callback could not be invoked. 例 例1 zookeeper_dispatch() example #1 Dispatch callbacks manually. ...
-
https://man.plustar.jp/php/function.zookeeper-dispatch.html
- [similar]
- Get the state of the zookeeper connection 9284
- « Zookeeper::getRecvTimeout Zookeeper::isRecoverable » PHP Manual Zookeeper Get the state of the
...
zookeeper connection Zookeeper::getState (PECL zookeeper >= ...
0.1.0) Zookeeper::getState — Get the state of the zookeeper connect ...
ion 説明 public Zookeeper::getState (): int パラメータ この関数にはパラメータ ...
はありません。 戻り値 Returns the state of zookeeper connection on success, and false on failure. エラー ...
-
https://man.plustar.jp/php/zookeeper.getstate.html
- [similar]
- Checks if the current zookeeper connection state can be recovered 9057
- « Zookeeper::getState Zookeeper::set » PHP Manual Zookeeper Checks if the current zookeeper conn
...
ection state can be recovered Zookeeper::isRecoverable (PECL zookeeper >= 0.1.0) Zookeeper ...
::isRecoverable — Checks if the current zookeeper connection state can be recovered 説明 public Zook ...
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.isrecoverable.html
- [similar]
- Close the zookeeper handle and free up any resources 9042
- « Zookeeper::addAuth Zookeeper::connect » PHP Manual Zookeeper Close the zookeeper handle and fr
...
ee up any resources Zookeeper::close (PECL zookeeper >= 0.5.0) Zookeeper::close ...
— Close the zookeeper handle and free up any resources 説明 public Zooke ...
値 値を返しません。 エラー / 例外 This method emits ZookeeperException and it's derivatives when closing an unin ...
itialized instance. 参考 Zookeeper::__construct() - Create a handle to used communica ...
-
https://man.plustar.jp/php/zookeeper.close.html
- [similar]
- Delete a node in zookeeper synchronously 8891
- « Zookeeper::create Zookeeper::exists » PHP Manual Zookeeper Delete a node in zookeeper synchron
...
ously Zookeeper::delete (PECL zookeeper >= 0.2.0) Zookeeper::delet ...
e — Delete a node in zookeeper synchronously 説明 public Zookeeper::delete ( stri ...
node. 警告 Since version 0.3.0, this method emits ZookeeperException and it's derivatives. 例 例1 Zookeeper::d ...
elete() example Delete a existing node. <?php $zookeeper = new Zookeeper ( 'locahost:2181' ); $path = '/pat ...
-
https://man.plustar.jp/php/zookeeper.delete.html
- [similar]
- Return the client session id, only valid if the connections is currently connect... 8845
- « Zookeeper::getChildren Zookeeper::getConfig » PHP Manual Zookeeper Return the client session i
...
ed (ie. last watcher state is ZOO_CONNECTED_STATE) Zookeeper::getClientId (PECL zookeeper >= 0.1.0) Zookeeper:: ...
watcher state is ZOO_CONNECTED_STATE) 説明 public Zookeeper::getClientId (): int パラメータ この関数にはパラメ ...
on id. 警告 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.getclientid.html
- [similar]
- Enable/disable quorum endpoint order randomization 8845
- « Zookeeper::setDebugLevel Zookeeper::setLogStream » PHP Manual Zookeeper Enable/disable quorum
...
endpoint order randomization Zookeeper::setDeterministicConnOrder (PECL zookeeper >= 0.1. ...
0) Zookeeper::setDeterministicConnOrder — Enable/disable quorum ...
endpoint order randomization 説明 public static Zookeeper::setDeterministicConnOrder ( bool $yesOrNo ): bool ...
t to quorum peers in the order as specified in the zookeeper_init() call. A false value causes zookeeper_init() ...
-
https://man.plustar.jp/php/zookeeper.setdeterministicconnorder.html
- [similar]
- Checks the existence of a node in zookeeper synchronously 8815
- « Zookeeper::delete Zookeeper::get » PHP Manual Zookeeper Checks the existence of a node in zookeeper
...
eeper synchronously Zookeeper::exists (PECL zookeeper >= 0.1.0) Zookeeper::exist ...
s — Checks the existence of a node in zookeeper synchronously 説明 public Zookeeper::exists ( stri ...
node. 警告 Since version 0.3.0, this method emits ZookeeperException and it's derivatives. 例 例1 Zookeeper::e ...
ts() example Check the existence of a node. <?php $zookeeper = new Zookeeper ( 'locahost:2181' ); $path = '/pat ...
-
https://man.plustar.jp/php/zookeeper.exists.html
- [similar]