From 73944b9f7eff3a41472d5eed74c63c55eca37b19 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 May 2018 16:19:56 +0200 Subject: v0.4.1 --- REFLECTION | 98 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 49 insertions(+), 49 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index f022007..91c7bf0 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #163 zookeeper version 0.4.0 ] { +Extension [ extension #178 zookeeper version 0.4.1 ] { - INI { Entry [ zookeeper.recv_timeout ] @@ -21,54 +21,54 @@ Extension [ extension #163 zookeeper version 0.4.0 ] { Class [ class Zookeeper ] { - Constants [48] { - Constant [ integer PERM_READ ] { 1 } - Constant [ integer PERM_WRITE ] { 2 } - Constant [ integer PERM_CREATE ] { 4 } - Constant [ integer PERM_DELETE ] { 8 } - Constant [ integer PERM_ALL ] { 31 } - Constant [ integer PERM_ADMIN ] { 16 } - Constant [ integer EPHEMERAL ] { 1 } - Constant [ integer SEQUENCE ] { 2 } - Constant [ integer EXPIRED_SESSION_STATE ] { -112 } - Constant [ integer AUTH_FAILED_STATE ] { -113 } - Constant [ integer CONNECTING_STATE ] { 1 } - Constant [ integer ASSOCIATING_STATE ] { 2 } - Constant [ integer CONNECTED_STATE ] { 3 } - Constant [ integer NOTCONNECTED_STATE ] { 999 } - Constant [ integer CREATED_EVENT ] { 1 } - Constant [ integer DELETED_EVENT ] { 2 } - Constant [ integer CHANGED_EVENT ] { 3 } - Constant [ integer CHILD_EVENT ] { 4 } - Constant [ integer SESSION_EVENT ] { -1 } - Constant [ integer NOTWATCHING_EVENT ] { -2 } - Constant [ integer LOG_LEVEL_ERROR ] { 1 } - Constant [ integer LOG_LEVEL_WARN ] { 2 } - Constant [ integer LOG_LEVEL_INFO ] { 3 } - Constant [ integer LOG_LEVEL_DEBUG ] { 4 } - Constant [ integer SYSTEMERROR ] { -1 } - Constant [ integer RUNTIMEINCONSISTENCY ] { -2 } - Constant [ integer DATAINCONSISTENCY ] { -3 } - Constant [ integer CONNECTIONLOSS ] { -4 } - Constant [ integer MARSHALLINGERROR ] { -5 } - Constant [ integer UNIMPLEMENTED ] { -6 } - Constant [ integer OPERATIONTIMEOUT ] { -7 } - Constant [ integer BADARGUMENTS ] { -8 } - Constant [ integer INVALIDSTATE ] { -9 } - Constant [ integer OK ] { 0 } - Constant [ integer APIERROR ] { -100 } - Constant [ integer NONODE ] { -101 } - Constant [ integer NOAUTH ] { -102 } - Constant [ integer BADVERSION ] { -103 } - Constant [ integer NOCHILDRENFOREPHEMERALS ] { -108 } - Constant [ integer NODEEXISTS ] { -110 } - Constant [ integer NOTEMPTY ] { -111 } - Constant [ integer SESSIONEXPIRED ] { -112 } - Constant [ integer INVALIDCALLBACK ] { -113 } - Constant [ integer INVALIDACL ] { -114 } - Constant [ integer AUTHFAILED ] { -115 } - Constant [ integer CLOSING ] { -116 } - Constant [ integer NOTHING ] { -117 } - Constant [ integer SESSIONMOVED ] { -118 } + Constant [ public integer PERM_READ ] { 1 } + Constant [ public integer PERM_WRITE ] { 2 } + Constant [ public integer PERM_CREATE ] { 4 } + Constant [ public integer PERM_DELETE ] { 8 } + Constant [ public integer PERM_ALL ] { 31 } + Constant [ public integer PERM_ADMIN ] { 16 } + Constant [ public integer EPHEMERAL ] { 1 } + Constant [ public integer SEQUENCE ] { 2 } + Constant [ public integer EXPIRED_SESSION_STATE ] { -112 } + Constant [ public integer AUTH_FAILED_STATE ] { -113 } + Constant [ public integer CONNECTING_STATE ] { 1 } + Constant [ public integer ASSOCIATING_STATE ] { 2 } + Constant [ public integer CONNECTED_STATE ] { 3 } + Constant [ public integer NOTCONNECTED_STATE ] { 999 } + Constant [ public integer CREATED_EVENT ] { 1 } + Constant [ public integer DELETED_EVENT ] { 2 } + Constant [ public integer CHANGED_EVENT ] { 3 } + Constant [ public integer CHILD_EVENT ] { 4 } + Constant [ public integer SESSION_EVENT ] { -1 } + Constant [ public integer NOTWATCHING_EVENT ] { -2 } + Constant [ public integer LOG_LEVEL_ERROR ] { 1 } + Constant [ public integer LOG_LEVEL_WARN ] { 2 } + Constant [ public integer LOG_LEVEL_INFO ] { 3 } + Constant [ public integer LOG_LEVEL_DEBUG ] { 4 } + Constant [ public integer SYSTEMERROR ] { -1 } + Constant [ public integer RUNTIMEINCONSISTENCY ] { -2 } + Constant [ public integer DATAINCONSISTENCY ] { -3 } + Constant [ public integer CONNECTIONLOSS ] { -4 } + Constant [ public integer MARSHALLINGERROR ] { -5 } + Constant [ public integer UNIMPLEMENTED ] { -6 } + Constant [ public integer OPERATIONTIMEOUT ] { -7 } + Constant [ public integer BADARGUMENTS ] { -8 } + Constant [ public integer INVALIDSTATE ] { -9 } + Constant [ public integer OK ] { 0 } + Constant [ public integer APIERROR ] { -100 } + Constant [ public integer NONODE ] { -101 } + Constant [ public integer NOAUTH ] { -102 } + Constant [ public integer BADVERSION ] { -103 } + Constant [ public integer NOCHILDRENFOREPHEMERALS ] { -108 } + Constant [ public integer NODEEXISTS ] { -110 } + Constant [ public integer NOTEMPTY ] { -111 } + Constant [ public integer SESSIONEXPIRED ] { -112 } + Constant [ public integer INVALIDCALLBACK ] { -113 } + Constant [ public integer INVALIDACL ] { -114 } + Constant [ public integer AUTHFAILED ] { -115 } + Constant [ public integer CLOSING ] { -116 } + Constant [ public integer NOTHING ] { -117 } + Constant [ public integer SESSIONMOVED ] { -118 } } - Static properties [0] { -- cgit