Added: zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/AsyncCallback.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/AsyncCallback.html?rev=1577246&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/AsyncCallback.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/AsyncCallback.html Thu Mar 13 16:57:14 2014 @@ -0,0 +1,212 @@ + + + +
+ +public interface AsyncCallback
+Modifier and Type | +Interface and Description | +
---|---|
static interface |
+AsyncCallback.ACLCallback |
+
static interface |
+AsyncCallback.Children2Callback |
+
static interface |
+AsyncCallback.ChildrenCallback |
+
static interface |
+AsyncCallback.DataCallback |
+
static interface |
+AsyncCallback.StatCallback |
+
static interface |
+AsyncCallback.StringCallback |
+
static interface |
+AsyncCallback.VoidCallback |
+
Copyright © 2014 The Apache Software Foundation
+ + Added: zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/CreateMode.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/CreateMode.html?rev=1577246&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/CreateMode.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/CreateMode.html Thu Mar 13 16:57:14 2014 @@ -0,0 +1,421 @@ + + + + + +public enum CreateMode +extends Enum<CreateMode>+
Enum Constant and Description | +
---|
EPHEMERAL
+The znode will be deleted upon the client's disconnect.
+ |
+
EPHEMERAL_SEQUENTIAL
+The znode will be deleted upon the client's disconnect, and its name
+ will be appended with a monotonically increasing number.
+ |
+
PERSISTENT
+The znode will not be automatically deleted upon client's disconnect.
+ |
+
PERSISTENT_SEQUENTIAL
+The znode will not be automatically deleted upon client's disconnect,
+ and its name will be appended with a monotonically increasing number.
+ |
+
Modifier and Type | +Method and Description | +
---|---|
static CreateMode |
+fromFlag(int flag)
+Map an integer value to a CreateMode value
+ |
+
boolean |
+isEphemeral() |
+
boolean |
+isSequential() |
+
int |
+toFlag() |
+
static CreateMode |
+valueOf(String name)
+Returns the enum constant of this type with the specified name.
+ |
+
static CreateMode[] |
+values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ |
+
public static final CreateMode PERSISTENT+
public static final CreateMode PERSISTENT_SEQUENTIAL+
public static final CreateMode EPHEMERAL+
public static final CreateMode EPHEMERAL_SEQUENTIAL+
public static CreateMode[] values()+
+for (CreateMode c : CreateMode.values()) + System.out.println(c); +
public static CreateMode valueOf(String name)+
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
+with the specified nameNullPointerException
- if the argument is nullpublic boolean isEphemeral()+
public boolean isSequential()+
public int toFlag()+
public static CreateMode fromFlag(int flag) + throws KeeperException+
KeeperException
Copyright © 2014 The Apache Software Foundation
+ + Added: zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/KeeperException.APIErrorException.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/KeeperException.APIErrorException.html?rev=1577246&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/KeeperException.APIErrorException.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/KeeperException.APIErrorException.html Thu Mar 13 16:57:14 2014 @@ -0,0 +1,283 @@ + + + + + +public static class KeeperException.APIErrorException +extends KeeperException+
KeeperException.Code.APIERROR
,
+Serialized FormKeeperException.APIErrorException, KeeperException.AuthFailedException, KeeperException.BadArgumentsException, KeeperException.BadVersionException, KeeperException.Code, KeeperException.CodeDeprecated, KeeperException.ConnectionLossException, KeeperException.DataInconsistencyException, KeeperException.InvalidACLException, KeeperException.InvalidCallbackException, KeeperException.MarshallingErrorException, KeeperException.NoAuthException, KeeperException.NoChildrenForEphemeralsException, KeeperException.NodeExistsException, KeeperException.NoNodeException, KeeperException.NotEmptyException, KeeperException.NotReadOnlyException, KeeperException.OperationTimeoutException, KeeperException.RuntimeInconsistencyException, KeeperException.SessionExpiredException, KeeperException.SessionMovedException, KeeperException.SystemErrorException, KeeperException.UnimplementedException
Constructor and Description | +
---|
KeeperException.APIErrorException() |
+
code, create, create, create, create, getCode, getMessage, getPath, getResults, setCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2014 The Apache Software Foundation
+ + Added: zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/KeeperException.AuthFailedException.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/KeeperException.AuthFailedException.html?rev=1577246&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/KeeperException.AuthFailedException.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.6/api/org/apache/zookeeper/KeeperException.AuthFailedException.html Thu Mar 13 16:57:14 2014 @@ -0,0 +1,283 @@ + + + + + +public static class KeeperException.AuthFailedException +extends KeeperException+
KeeperException.Code.AUTHFAILED
,
+Serialized FormKeeperException.APIErrorException, KeeperException.AuthFailedException, KeeperException.BadArgumentsException, KeeperException.BadVersionException, KeeperException.Code, KeeperException.CodeDeprecated, KeeperException.ConnectionLossException, KeeperException.DataInconsistencyException, KeeperException.InvalidACLException, KeeperException.InvalidCallbackException, KeeperException.MarshallingErrorException, KeeperException.NoAuthException, KeeperException.NoChildrenForEphemeralsException, KeeperException.NodeExistsException, KeeperException.NoNodeException, KeeperException.NotEmptyException, KeeperException.NotReadOnlyException, KeeperException.OperationTimeoutException, KeeperException.RuntimeInconsistencyException, KeeperException.SessionExpiredException, KeeperException.SessionMovedException, KeeperException.SystemErrorException, KeeperException.UnimplementedException
Constructor and Description | +
---|
KeeperException.AuthFailedException() |
+
code, create, create, create, create, getCode, getMessage, getPath, getResults, setCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2014 The Apache Software Foundation
+ +