- abort() - Method in class org.apache.zookeeper.common.AtomicFileOutputStream
-
Close the atomic file, but do not "commit" the temporary file on top of
the destination.
- ACL - Class in org.apache.zookeeper.data
-
- ACL() - Constructor for class org.apache.zookeeper.data.ACL
-
- ACL(int, Id) - Constructor for class org.apache.zookeeper.data.ACL
-
- add(OpResult) - Method in class org.apache.zookeeper.MultiResponse
-
- add(Op) - Method in class org.apache.zookeeper.MultiTransactionRecord
-
- addAuthInfo(String, byte[]) - Method in class org.apache.zookeeper.ClientCnxn
-
- addAuthInfo(String, byte[]) - Method in class org.apache.zookeeper.ZooKeeper
-
Add the specified scheme:auth information to this connection.
- addPath(String) - Method in class org.apache.zookeeper.common.PathTrie
-
add a path to the path trie
- adjustBeginLineColumn(int, int) - Method in class org.apache.jute.compiler.generated.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- ADMIN - Static variable in interface org.apache.zookeeper.ZooDefs.Perms
-
- ALL - Static variable in interface org.apache.zookeeper.ZooDefs.Perms
-
- ANYONE_ID_UNSAFE - Static variable in interface org.apache.zookeeper.ZooDefs.Ids
-
This Id represents anyone.
- APIError - Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated
-
- APIErrorException() - Constructor for exception org.apache.zookeeper.KeeperException.APIErrorException
-
- AsyncCallback - Interface in org.apache.zookeeper
-
Interface definitions of asynchronous callbacks.
- AsyncCallback.ACLCallback - Interface in org.apache.zookeeper
-
This callback is used to retrieve the ACL and stat of the node.
- AsyncCallback.Children2Callback - Interface in org.apache.zookeeper
-
This callback is used to retrieve the children and stat of the node.
- AsyncCallback.ChildrenCallback - Interface in org.apache.zookeeper
-
This callback is used to retrieve the children of the node.
- AsyncCallback.DataCallback - Interface in org.apache.zookeeper
-
This callback is used to retrieve the data and stat of the node.
- AsyncCallback.MultiCallback - Interface in org.apache.zookeeper
-
This callback is used to process the multiple results from
a single multi call.
- AsyncCallback.StatCallback - Interface in org.apache.zookeeper
-
This callback is used to retrieve the stat of the node.
- AsyncCallback.StringCallback - Interface in org.apache.zookeeper
-
This callback is used to retrieve the name of the node.
- AsyncCallback.VoidCallback - Interface in org.apache.zookeeper
-
This callback doesn't retrieve anything from the node.
- AtomicFileOutputStream - Class in org.apache.zookeeper.common
-
A FileOutputStream that has the property that it will only show up at its
destination once it has been entirely written and flushed to disk.
- AtomicFileOutputStream(File) - Constructor for class org.apache.zookeeper.common.AtomicFileOutputStream
-
- auth - Static variable in interface org.apache.zookeeper.ZooDefs.OpCode
-
- AUTH_IDS - Static variable in interface org.apache.zookeeper.ZooDefs.Ids
-
This Id is only usable to set ACLs.
- AuthFailed - Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated
-
- AuthFailedException() - Constructor for exception org.apache.zookeeper.KeeperException.AuthFailedException
-
- callbackHandler - Variable in class org.apache.zookeeper.Login
-
- check(String, int) - Static method in class org.apache.zookeeper.Op
-
Constructs an version check operation.
- check(String, int) - Method in class org.apache.zookeeper.Transaction
-
- check - Static variable in interface org.apache.zookeeper.ZooDefs.OpCode
-
- CheckResult() - Constructor for class org.apache.zookeeper.OpResult.CheckResult
-
- cleanup(Logger, Closeable...) - Static method in class org.apache.zookeeper.common.IOUtils
-
Close the Closeable objects and ignore any IOException
or
null pointers.
- clear() - Method in class org.apache.zookeeper.common.PathTrie
-
clear all nodes
- ClientCnxn - Class in org.apache.zookeeper
-
This class manages the socket i/o for the client.
- ClientCnxn(String, HostProvider, int, ZooKeeper, ClientWatchManager, ClientCnxnSocket, boolean) - Constructor for class org.apache.zookeeper.ClientCnxn
-
Creates a connection object.
- ClientCnxn(String, HostProvider, int, ZooKeeper, ClientWatchManager, ClientCnxnSocket, long, byte[], boolean) - Constructor for class org.apache.zookeeper.ClientCnxn
-
Creates a connection object.
- ClientCnxnSocketNIO - Class in org.apache.zookeeper
-
- clientTunneledAuthenticationInProgress() - Method in class org.apache.zookeeper.client.ZooKeeperSaslClient
-
- ClientWatchManager - Interface in org.apache.zookeeper
-
- close() - Method in class org.apache.zookeeper.ClientCnxn
-
Close the connection, which includes; send session disconnect to the
server, shutdown the send/event threads.
- close() - Method in class org.apache.zookeeper.common.AtomicFileOutputStream
-
- close() - Method in class org.apache.zookeeper.ZooKeeper
-
Close this client object.
- closeSession - Static variable in interface org.apache.zookeeper.ZooDefs.OpCode
-
- closeStream(Closeable) - Static method in class org.apache.zookeeper.common.IOUtils
-
Closes the stream ignoring IOException
.
- code() - Method in exception org.apache.zookeeper.KeeperException
-
Read the error Code for this exception
- COMMA_TKN - Static variable in interface org.apache.jute.compiler.generated.RccConstants
-
RegularExpression Id.
- commit() - Method in class org.apache.zookeeper.Transaction
-
- commit(AsyncCallback.MultiCallback, Object) - Method in class org.apache.zookeeper.Transaction
-
- CommonNames - Class in org.apache.zookeeper.jmx
-
A bunch of constants.
- CommonNames() - Constructor for class org.apache.zookeeper.jmx.CommonNames
-
- compareBytes(byte[], int, int, byte[], int, int) - Static method in class org.apache.jute.Utils
-
- compareTo(Object) - Method in class org.apache.zookeeper.data.ACL
-
- compareTo(Object) - Method in class org.apache.zookeeper.data.Id
-
- compareTo(Object) - Method in class org.apache.zookeeper.data.Stat
-
- compareTo(Object) - Method in class org.apache.zookeeper.data.StatPersisted
-
- compareTo(Object) - Method in class org.apache.zookeeper.data.StatPersistedV1
-
- ConnectionLoss - Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated
-
- ConnectionLossException() - Constructor for exception org.apache.zookeeper.KeeperException.ConnectionLossException
-
- ConnectStringParser - Class in org.apache.zookeeper.client
-
A parser for ZooKeeper Client connect strings.
- ConnectStringParser(String) - Constructor for class org.apache.zookeeper.client.ConnectStringParser
-
- copyBytes(InputStream, OutputStream, int, boolean) - Static method in class org.apache.zookeeper.common.IOUtils
-
Copies from one stream to another.
- copyBytes(InputStream, OutputStream, int) - Static method in class org.apache.zookeeper.common.IOUtils
-
Copies from one stream to another.
- create(KeeperException.Code, String) - Static method in exception org.apache.zookeeper.KeeperException
-
All non-specific keeper exceptions should be constructed via
this factory method in order to guarantee consistency in error
codes and such.
- create(int, String) - Static method in exception org.apache.zookeeper.KeeperException
-
- create(int) - Static method in exception org.apache.zookeeper.KeeperException
-
- create(KeeperException.Code) - Static method in exception org.apache.zookeeper.KeeperException
-
All non-specific keeper exceptions should be constructed via
this factory method in order to guarantee consistency in error
codes and such.
- create(String, byte[], List<ACL>, int) - Static method in class org.apache.zookeeper.Op
-
Constructs a create operation.
- create(String, byte[], List<ACL>, CreateMode) - Static method in class org.apache.zookeeper.Op
-
Constructs a create operation.
- create(String, byte[], List<ACL>, CreateMode) - Method in class org.apache.zookeeper.Transaction
-
- create - Static variable in interface org.apache.zookeeper.ZooDefs.OpCode
-
- CREATE - Static variable in interface org.apache.zookeeper.ZooDefs.Perms
-
- create(String, byte[], List<ACL>, CreateMode) - Method in class org.apache.zookeeper.ZooKeeper
-
Create a node with the given path.
- create(String, byte[], List<ACL>, CreateMode, AsyncCallback.StringCallback, Object) - Method in class org.apache.zookeeper.ZooKeeper
-
The asynchronous version of create.
- CreateMode - Enum in org.apache.zookeeper
-
CreateMode value determines how the znode is created on ZooKeeper.
- createQuota(ZooKeeper, String, long, int) - Static method in class org.apache.zookeeper.ZooKeeperMain
-
this method creates a quota node for the path
- CreateResult(String) - Constructor for class org.apache.zookeeper.OpResult.CreateResult
-
- createSaslClient(Subject, String, String, String, Logger, String) - Static method in class org.apache.zookeeper.util.SecurityUtils
-
Create an instance of a SaslClient.
- createSaslServer(Subject, String, String, CallbackHandler, Logger) - Static method in class org.apache.zookeeper.util.SecurityUtils
-
Create an instance of a SaslServer.
- createSession - Static variable in interface org.apache.zookeeper.ZooDefs.OpCode
-
- CREATOR_ALL_ACL - Static variable in interface org.apache.zookeeper.ZooDefs.Ids
-
This ACL gives the creators authentication id's all permissions.
- CSharpGenerator - Class in org.apache.jute.compiler
-
- CSTRING_TKN - Static variable in interface org.apache.jute.compiler.generated.RccConstants
-
RegularExpression Id.
- CsvOutputArchive - Class in org.apache.jute
-
- CsvOutputArchive(OutputStream) - Constructor for class org.apache.jute.CsvOutputArchive
-
Creates a new instance of CsvOutputArchive
- currentElapsedTime() - Static method in class org.apache.zookeeper.common.Time
-
Returns time in milliseconds as does System.currentTimeMillis(),
but uses elapsed time from an arbitrary epoch more like System.nanoTime().
- currentToken - Variable in exception org.apache.jute.compiler.generated.ParseException
-
This is the last token that has been consumed successfully.
- currentWallTime() - Static method in class org.apache.zookeeper.common.Time
-
Explicitly returns system dependent current wall time.
- genCCode(FileWriter, FileWriter) - Method in class org.apache.jute.compiler.JRecord
-
- genCDecl() - Method in class org.apache.jute.compiler.JField
-
- genCode(String, File) - Method in class org.apache.jute.compiler.JFile
-
Generate record code in given language.
- genCppCode(FileWriter, FileWriter) - Method in class org.apache.jute.compiler.JRecord
-
- genCppDecl() - Method in class org.apache.jute.compiler.JField
-
- genCppDecl(String) - Method in class org.apache.jute.compiler.JRecord
-
- genCppGetSet(String, int) - Method in class org.apache.jute.compiler.JBuffer
-
- genCppGetSet(int) - Method in class org.apache.jute.compiler.JField
-
- genCsharpCode(File) - Method in class org.apache.jute.compiler.JRecord
-
- genCsharpCompareTo() - Method in class org.apache.jute.compiler.JField
-
- genCsharpConstructorParam(String) - Method in class org.apache.jute.compiler.JField
-
- genCsharpConstructorParam(String) - Method in class org.apache.jute.compiler.JType
-
- genCsharpConstructorSet(String) - Method in class org.apache.jute.compiler.JField
-
- genCsharpDecl() - Method in class org.apache.jute.compiler.JField
-
- genCsharpDecl(String) - Method in class org.apache.jute.compiler.JType
-
- genCsharpEquals() - Method in class org.apache.jute.compiler.JField
-
- genCsharpGetSet(int) - Method in class org.apache.jute.compiler.JField
-
- genCsharpHashCode() - Method in class org.apache.jute.compiler.JField
-
- genCsharpReadMethodName() - Method in class org.apache.jute.compiler.JField
-
- genCsharpReadWrapper(String, int, boolean) - Method in class org.apache.jute.compiler.JMap
-
- genCsharpReadWrapper(String, String, boolean) - Method in class org.apache.jute.compiler.JRecord
-
- genCsharpReadWrapper(String, String, boolean) - Method in class org.apache.jute.compiler.JVector
-
- genCsharpWriteMethodName() - Method in class org.apache.jute.compiler.JField
-
- genCsharpWriteWrapper(String, int) - Method in class org.apache.jute.compiler.JMap
-
- genCsharpWriteWrapper(String, String) - Method in class org.apache.jute.compiler.JRecord
-
- genCsharpWriteWrapper(String, String) - Method in class org.apache.jute.compiler.JVector
-
- generateFile(File, VerGen.Version, String, String) - Static method in class org.apache.zookeeper.version.util.VerGen
-
- generateParseException() - Method in class org.apache.jute.compiler.generated.Rcc
-
Generate ParseException.
- genJavaCode(File) - Method in class org.apache.jute.compiler.JRecord
-
- genJavaCompareBytes() - Method in class org.apache.jute.compiler.JBuffer
-
- genJavaCompareTo(String) - Method in class org.apache.jute.compiler.JBoolean
-
- genJavaCompareTo(String, String) - Method in class org.apache.jute.compiler.JBuffer
-
- genJavaCompareTo(String) - Method in class org.apache.jute.compiler.JBuffer
-
- genJavaCompareTo() - Method in class org.apache.jute.compiler.JField
-
- genJavaCompareTo(String) - Method in class org.apache.jute.compiler.JMap
-
- genJavaCompareTo(String) - Method in class org.apache.jute.compiler.JVector
-
- genJavaCompareToWrapper(String, String) - Method in class org.apache.jute.compiler.JBuffer
-
- genJavaConstructorParam(String) - Method in class org.apache.jute.compiler.JField
-
- genJavaConstructorSet(String) - Method in class org.apache.jute.compiler.JField
-
- genJavaDecl() - Method in class org.apache.jute.compiler.JField
-
- genJavaEquals(String, String) - Method in class org.apache.jute.compiler.JBuffer
-
- genJavaEquals() - Method in class org.apache.jute.compiler.JField
-
- genJavaGetSet(int) - Method in class org.apache.jute.compiler.JField
-
- genJavaHashCode(String) - Method in class org.apache.jute.compiler.JBoolean
-
- genJavaHashCode(String) - Method in class org.apache.jute.compiler.JBuffer
-
- genJavaHashCode(String) - Method in class org.apache.jute.compiler.JDouble
-
- genJavaHashCode() - Method in class org.apache.jute.compiler.JField
-
- genJavaHashCode(String) - Method in class org.apache.jute.compiler.JFloat
-
- genJavaHashCode(String) - Method in class org.apache.jute.compiler.JLong
-
- genJavaReadMethod(String, String) - Method in class org.apache.jute.compiler.JMap
-
- genJavaReadMethod(String, String) - Method in class org.apache.jute.compiler.JRecord
-
- genJavaReadMethod(String, String) - Method in class org.apache.jute.compiler.JVector
-
- genJavaReadMethodName() - Method in class org.apache.jute.compiler.JField
-
- genJavaReadWrapper(String, String, boolean) - Method in class org.apache.jute.compiler.JBuffer
-
- genJavaReadWrapper(String, String, boolean) - Method in class org.apache.jute.compiler.JMap
-
- genJavaReadWrapper(String, String, boolean) - Method in class org.apache.jute.compiler.JRecord
-
- genJavaReadWrapper(String, String, boolean) - Method in class org.apache.jute.compiler.JString
-
- genJavaReadWrapper(String, String, boolean) - Method in class org.apache.jute.compiler.JVector
-
- genJavaSlurpBytes(String, String, String) - Method in class org.apache.jute.compiler.JBuffer
-
- genJavaWriteMethod(String, String) - Method in class org.apache.jute.compiler.JMap
-
- genJavaWriteMethod(String, String) - Method in class org.apache.jute.compiler.JVector
-
- genJavaWriteMethodName() - Method in class org.apache.jute.compiler.JField
-
- genJavaWriteWrapper(String, String) - Method in class org.apache.jute.compiler.JBuffer
-
- genJavaWriteWrapper(String, String) - Method in class org.apache.jute.compiler.JMap
-
- genJavaWriteWrapper(String, String) - Method in class org.apache.jute.compiler.JRecord
-
- genJavaWriteWrapper(String, String) - Method in class org.apache.jute.compiler.JString
-
- genJavaWriteWrapper(String, String) - Method in class org.apache.jute.compiler.JVector
-
- get(int) - Static method in enum org.apache.zookeeper.KeeperException.Code
-
Get the Code value for a particular integer error code
- getACL - Static variable in interface org.apache.zookeeper.ZooDefs.OpCode
-
- getACL(String, Stat) - Method in class org.apache.zookeeper.ZooKeeper
-
Return the ACL and stat of the node of the given path.
- getACL(String, Stat, AsyncCallback.ACLCallback, Object) - Method in class org.apache.zookeeper.ZooKeeper
-
The asynchronous version of getACL.
- getAllByName(String) - Method in interface org.apache.zookeeper.client.StaticHostProvider.Resolver
-
- getArchive(InputStream) - Static method in class org.apache.jute.BinaryInputArchive
-
- getArchive(OutputStream) - Static method in class org.apache.jute.BinaryOutputArchive
-
- getAversion() - Method in class org.apache.zookeeper.data.Stat
-
- getAversion() - Method in class org.apache.zookeeper.data.StatPersisted
-
- getAversion() - Method in class org.apache.zookeeper.data.StatPersistedV1
-
- getBeginColumn() - Method in class org.apache.jute.compiler.generated.SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Method in class org.apache.jute.compiler.generated.SimpleCharStream
-
Get token beginning line number.
- getBuildDate() - Static method in class org.apache.zookeeper.Version
-
- getBytes() - Method in class org.apache.zookeeper.StatsTrack
-
get the count of bytes allowed as part of quota
- getChildren - Static variable in interface org.apache.zookeeper.ZooDefs.OpCode
-
- getChildren(String, Watcher) - Method in class org.apache.zookeeper.ZooKeeper
-
Return the list of the children of the node of the given path.
- getChildren(String, boolean) - Method in class org.apache.zookeeper.ZooKeeper
-
Return the list of the children of the node of the given path.
- getChildren(String, Watcher, AsyncCallback.ChildrenCallback, Object) - Method in class org.apache.zookeeper.ZooKeeper
-
The asynchronous version of getChildren.
- getChildren(String, boolean, AsyncCallback.ChildrenCallback, Object) - Method in class org.apache.zookeeper.ZooKeeper
-
The asynchronous version of getChildren.
- getChildren(String, Watcher, Stat) - Method in class org.apache.zookeeper.ZooKeeper
-
For the given znode path return the stat and children list.
- getChildren(String, boolean, Stat) - Method in class org.apache.zookeeper.ZooKeeper
-
For the given znode path return the stat and children list.
- getChildren(String, Watcher, AsyncCallback.Children2Callback, Object) - Method in class org.apache.zookeeper.ZooKeeper
-
The asynchronous version of getChildren.
- getChildren(String, boolean, AsyncCallback.Children2Callback, Object) - Method in class org.apache.zookeeper.ZooKeeper
-
The asynchronous version of getChildren.
- getChildren2 - Static variable in interface org.apache.zookeeper.ZooDefs.OpCode
-
- getChrootPath() - Method in class org.apache.zookeeper.client.ConnectStringParser
-
- getCode() - Method in exception org.apache.zookeeper.KeeperException
-
- getColumn() - Method in class org.apache.jute.compiler.generated.SimpleCharStream
-
Deprecated.
- getCommands() - Static method in class org.apache.zookeeper.ZooKeeperMain
-
- getConfigStatus() - Method in class org.apache.zookeeper.client.ZooKeeperSaslClient
-
- getCount() - Method in class org.apache.zookeeper.StatsTrack
-
get the count of nodes allowed as part of quota
- getCppFQName() - Method in class org.apache.jute.compiler.JRecord
-
- getCppNameSpace() - Method in class org.apache.jute.compiler.JRecord
-
- getCsharpFQName(String) - Static method in class org.apache.jute.compiler.JRecord
-
- getCsharpName() - Method in class org.apache.jute.compiler.JField
-
- getCsharpName() - Method in class org.apache.jute.compiler.JRecord
-
- getCsharpNameSpace() - Method in class org.apache.jute.compiler.JRecord
-
- getCtime() - Method in class org.apache.zookeeper.data.Stat
-
- getCtime() - Method in class org.apache.zookeeper.data.StatPersisted
-
- getCtime() - Method in class org.apache.zookeeper.data.StatPersistedV1
-
- getCversion() - Method in class org.apache.zookeeper.data.Stat
-
- getCversion() - Method in class org.apache.zookeeper.data.StatPersisted
-
- getCversion() - Method in class org.apache.zookeeper.data.StatPersistedV1
-
- getCzxid() - Method in class org.apache.zookeeper.data.Stat
-
- getCzxid() - Method in class org.apache.zookeeper.data.StatPersisted
-
- getCzxid() - Method in class org.apache.zookeeper.data.StatPersistedV1
-
- getData - Static variable in interface org.apache.zookeeper.ZooDefs.OpCode
-
- getData(String, Watcher, Stat) - Method in class org.apache.zookeeper.ZooKeeper
-
Return the data and the stat of the node of the given path.
- getData(String, boolean, Stat) - Method in class org.apache.zookeeper.ZooKeeper
-
Return the data and the stat of the node of the given path.
- getData(String, Watcher, AsyncCallback.DataCallback, Object) - Method in class org.apache.zookeeper.ZooKeeper
-
The asynchronous version of getData.
- getData(String, boolean, AsyncCallback.DataCallback, Object) - Method in class org.apache.zookeeper.ZooKeeper
-
The asynchronous version of getData.
- getDataLength() - Method in class org.apache.zookeeper.data.Stat
-
- getDisableAutoResetWatch() - Static method in class org.apache.zookeeper.ClientCnxn
-
tests use this to check on reset of watches
- getElementType() - Method in class org.apache.jute.compiler.JVector
-
- getEndColumn() - Method in class org.apache.jute.compiler.generated.SimpleCharStream
-
Get token end column number.
- getEndLine() - Method in class org.apache.jute.compiler.generated.SimpleCharStream
-
Get token end line number.
- getEphemeralOwner() - Method in class org.apache.zookeeper.data.Stat
-
- getEphemeralOwner() - Method in class org.apache.zookeeper.data.StatPersisted
-
- getEphemeralOwner() - Method in class org.apache.zookeeper.data.StatPersistedV1
-
- getErr() - Method in class org.apache.zookeeper.OpResult.ErrorResult
-
- getExitCode() - Method in exception org.apache.zookeeper.Shell.ExitCodeException
-
- getExitCode() - Method in class org.apache.zookeeper.Shell
-
get the exit code
- getFields() - Method in class org.apache.jute.compiler.JRecord
-
- getFullVersion() - Static method in class org.apache.zookeeper.Version
-
- getGET_PERMISSION_COMMAND() - Static method in class org.apache.zookeeper.Shell
-
Return a Unix command to get permission information.
- getGroupsCommand() - Static method in class org.apache.zookeeper.Shell
-
a Unix command to get the current user's groups list
- getGroupsForUserCommand(String) - Static method in class org.apache.zookeeper.Shell
-
a Unix command to get a given user's groups list
- getId() - Method in class org.apache.zookeeper.data.ACL
-
- getId() - Method in class org.apache.zookeeper.data.Id
-
- GetImage() - Method in class org.apache.jute.compiler.generated.SimpleCharStream
-
Get token literal value.
- getInstance() - Static method in class org.apache.zookeeper.jmx.MBeanRegistry
-
- getIntValue() - Method in enum org.apache.zookeeper.Watcher.Event.EventType
-
- getIntValue() - Method in enum org.apache.zookeeper.Watcher.Event.KeeperState
-
- getJavaFQName() - Method in class org.apache.jute.compiler.JRecord
-
- getJavaPackage() - Method in class org.apache.jute.compiler.JRecord
-
- getKeeperState() - Method in class org.apache.zookeeper.client.ZooKeeperSaslClient
-
- getKey() - Method in class org.apache.zookeeper.Environment.Entry
-
- getLastZxid() - Method in class org.apache.zookeeper.ClientCnxn
-
- getLine() - Method in class org.apache.jute.compiler.generated.SimpleCharStream
-
Deprecated.
- getLoginContext() - Method in class org.apache.zookeeper.client.ZooKeeperSaslClient
-
- getLoginContextName() - Method in class org.apache.zookeeper.Login
-
- getMessage() - Method in error org.apache.jute.compiler.generated.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in exception org.apache.zookeeper.KeeperException
-
- getMtime() - Method in class org.apache.zookeeper.data.Stat
-
- getMtime() - Method in class org.apache.zookeeper.data.StatPersisted
-
- getMtime() - Method in class org.apache.zookeeper.data.StatPersistedV1
-
- getMzxid() - Method in class org.apache.zookeeper.data.Stat
-
- getMzxid() - Method in class org.apache.zookeeper.data.StatPersisted
-
- getMzxid() - Method in class org.apache.zookeeper.data.StatPersistedV1
-
- getName() - Method in class org.apache.jute.compiler.JField
-
- getName() - Method in class org.apache.jute.compiler.JRecord
-
- getName() - Method in interface org.apache.zookeeper.jmx.ZKMBeanInfo
-
- getNextToken() - Method in class org.apache.jute.compiler.generated.Rcc
-
Get the next Token.
- getNextToken() - Method in class org.apache.jute.compiler.generated.RccTokenManager
-
Get the next Token.
- getNumChildren() - Method in class org.apache.zookeeper.data.Stat
-
- getOutput() - Method in class org.apache.zookeeper.Shell.ShellCommandExecutor
-
Get the output of the shell command.
- getPath() - Method in exception org.apache.zookeeper.KeeperException
-
Read the path for this exception
- getPath() - Method in class org.apache.zookeeper.Op
-
Gets the path for an Op.
- getPath() - Method in class org.apache.zookeeper.OpResult.CreateResult
-
- getPath() - Method in class org.apache.zookeeper.WatchedEvent
-
- getPerms() - Method in class org.apache.zookeeper.data.ACL
-
- getPlatformMBeanServer() - Method in class org.apache.zookeeper.jmx.MBeanRegistry
-
Return the underlying MBeanServer that is being
used to register MBean's.
- getPrintWatches() - Method in class org.apache.zookeeper.ZooKeeperMain
-
- getProcess() - Method in class org.apache.zookeeper.Shell
-
get the current sub-process executing the given command
- getPzxid() - Method in class org.apache.zookeeper.data.Stat
-
- getPzxid() - Method in class org.apache.zookeeper.data.StatPersisted
-
- getResultList() - Method in class org.apache.zookeeper.MultiResponse
-
- getResults() - Method in exception org.apache.zookeeper.KeeperException
-
If this exception was thrown by a multi-request then the (partial) results
and error codes can be retrieved using this getter.
- getRevision() - Static method in class org.apache.zookeeper.Version
-
Deprecated.
- getRevisionHash() - Static method in class org.apache.zookeeper.Version
-
- getSaslClient() - Method in class org.apache.zookeeper.ZooKeeper
-
- getSaslState() - Method in class org.apache.zookeeper.client.ZooKeeperSaslClient
-
- getScheme() - Method in class org.apache.zookeeper.data.Id
-
- getServerAddresses() - Method in class org.apache.zookeeper.client.ConnectStringParser
-
- getServerPrincipal(String, String) - Static method in class org.apache.zookeeper.util.SecurityUtils
-
Convert Kerberos principal name pattern to valid Kerberos principal name.
- getSessionId() - Method in class org.apache.zookeeper.ClientCnxn
-
- getSessionId() - Method in class org.apache.zookeeper.ZooKeeper
-
The session id for this ZooKeeper client instance.
- getSessionPasswd() - Method in class org.apache.zookeeper.ClientCnxn
-
- getSessionPasswd() - Method in class org.apache.zookeeper.ZooKeeper
-
The session password for this ZooKeeper client instance.
- getSessionTimeout() - Method in class org.apache.zookeeper.ClientCnxn
-
- getSessionTimeout() - Method in class org.apache.zookeeper.ZooKeeper
-
The negotiated session timeout for this ZooKeeper client instance.
- getSignature() - Method in class org.apache.jute.compiler.JBoolean
-
- getSignature() - Method in class org.apache.jute.compiler.JBuffer
-
- getSignature() - Method in class org.apache.jute.compiler.JByte
-
- getSignature() - Method in class org.apache.jute.compiler.JDouble
-
- getSignature() - Method in class org.apache.jute.compiler.JField
-
- getSignature() - Method in class org.apache.jute.compiler.JFloat
-
- getSignature() - Method in class org.apache.jute.compiler.JInt
-
- getSignature() - Method in class org.apache.jute.compiler.JLong
-
- getSignature() - Method in class org.apache.jute.compiler.JMap
-
- getSignature() - Method in class org.apache.jute.compiler.JRecord
-
- getSignature() - Method in class org.apache.jute.compiler.JString
-
- getSignature() - Method in class org.apache.jute.compiler.JVector
-
- getStat() - Method in class org.apache.zookeeper.OpResult.SetDataResult
-
- getState() - Method in class org.apache.zookeeper.WatchedEvent
-
- getState() - Method in class org.apache.zookeeper.ZooKeeper
-
- getSubject() - Method in class org.apache.zookeeper.Login
-
- GetSuffix(int) - Method in class org.apache.jute.compiler.generated.SimpleCharStream
-
Get the suffix.
- getTag() - Method in class org.apache.jute.compiler.JField
-
- getTestable() - Method in class org.apache.zookeeper.ZooKeeper
-
- getToken(int) - Method in class org.apache.jute.compiler.generated.Rcc
-
Get the specific Token.
- getTraceMask(String, int) - Static method in class org.apache.zookeeper.ServerAdminClient
-
- getType() - Method in class org.apache.jute.compiler.JField
-
- getType() - Method in class org.apache.zookeeper.Op
-
Gets the integer type code for an Op.
- getType() - Method in class org.apache.zookeeper.OpResult
-
Encodes the return type as from ZooDefs.OpCode.
- getType() - Method in class org.apache.zookeeper.WatchedEvent
-
- getUlimitMemoryCommand(int) - Static method in class org.apache.zookeeper.Shell
-
Get the Unix command for setting the maximum virtual memory available
to a given child process.
- getValue() - Method in class org.apache.jute.compiler.generated.Token
-
An optional attribute value of the Token.
- getValue() - Method in class org.apache.zookeeper.Environment.Entry
-
- getVersion() - Method in class org.apache.zookeeper.data.Stat
-
- getVersion() - Method in class org.apache.zookeeper.data.StatPersisted
-
- getVersion() - Method in class org.apache.zookeeper.data.StatPersistedV1
-
- getVersion() - Static method in class org.apache.zookeeper.Version
-
- getVersionRevision() - Static method in class org.apache.zookeeper.Version
-
- getWrapper() - Method in class org.apache.zookeeper.WatchedEvent
-
Convert WatchedEvent to type that can be sent over network
- getXid() - Method in class org.apache.zookeeper.ClientCnxn
-
- GT_TKN - Static variable in interface org.apache.jute.compiler.generated.RccConstants
-
RegularExpression Id.
- Id - Class in org.apache.zookeeper.data
-
- Id() - Constructor for class org.apache.zookeeper.data.Id
-
- Id(String, String) - Constructor for class org.apache.zookeeper.data.Id
-
- IDENT_TKN - Static variable in interface org.apache.jute.compiler.generated.RccConstants
-
RegularExpression Id.
- image - Variable in class org.apache.jute.compiler.generated.Token
-
The string image of the token.
- Include() - Method in class org.apache.jute.compiler.generated.Rcc
-
- INCLUDE_TKN - Static variable in interface org.apache.jute.compiler.generated.RccConstants
-
RegularExpression Id.
- incr() - Method in interface org.apache.jute.Index
-
- Index - Interface in org.apache.jute
-
Interface that acts as an iterator for deserializing maps.
- initialize(ClientCnxn) - Method in class org.apache.zookeeper.client.ZooKeeperSaslClient
-
- injectSessionExpiration() - Method in interface org.apache.zookeeper.Testable
-
Cause the ZooKeeper instance to behave as if the session expired
- Input() - Method in class org.apache.jute.compiler.generated.Rcc
-
- InputArchive - Interface in org.apache.jute
-
Interface that all the Deserializers have to implement.
- INT_TKN - Static variable in interface org.apache.jute.compiler.generated.RccConstants
-
RegularExpression Id.
- InterfaceAudience - Class in org.apache.yetus.audience
-
Annotation to inform users of a package, class or method's intended audience.
- InterfaceAudience.LimitedPrivate - Annotation Type in org.apache.yetus.audience
-
Intended only for the project(s) specified in the annotation.
- InterfaceAudience.Private - Annotation Type in org.apache.yetus.audience
-
Intended for use only within a given project.
- InterfaceAudience.Public - Annotation Type in org.apache.yetus.audience
-
Intended for use by any project or application.
- InterfaceStability - Class in org.apache.yetus.audience
-
Annotation to inform users of how much to rely on a particular package,
class or method not changing over time.
- InterfaceStability() - Constructor for class org.apache.yetus.audience.InterfaceStability
-
- InterfaceStability.Evolving - Annotation Type in org.apache.yetus.audience
-
Evolving, but can break compatibility at minor release (i.e.
- InterfaceStability.Stable - Annotation Type in org.apache.yetus.audience
-
Can evolve while retaining compatibility for minor release boundaries.;
can break compatibility only at major release (ie.
- InterfaceStability.Unstable - Annotation Type in org.apache.yetus.audience
-
No guarantee is provided as to reliability or stability across any
level of release granularity.
- intValue() - Method in enum org.apache.zookeeper.KeeperException.Code
-
Get the int value for a particular Code.
- InvalidACL - Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated
-
- InvalidACLException() - Constructor for exception org.apache.zookeeper.KeeperException.InvalidACLException
-
- InvalidACLException(String) - Constructor for exception org.apache.zookeeper.KeeperException.InvalidACLException
-
- InvalidCallback - Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated
-
- InvalidCallbackException() - Constructor for exception org.apache.zookeeper.KeeperException.InvalidCallbackException
-
- IOUtils - Class in org.apache.zookeeper.common
-
- IOUtils() - Constructor for class org.apache.zookeeper.common.IOUtils
-
- isAlive() - Method in enum org.apache.zookeeper.ZooKeeper.States
-
- isComplete() - Method in class org.apache.zookeeper.client.ZooKeeperSaslClient
-
- isConnected() - Method in enum org.apache.zookeeper.ZooKeeper.States
-
Returns whether we are connected to a server (which
could possibly be read-only, if this client is allowed
to go to read-only mode)
- isEnabled() - Static method in class org.apache.zookeeper.client.ZooKeeperSaslClient
-
Returns true if the SASL client is enabled.
- isEphemeral() - Method in enum org.apache.zookeeper.CreateMode
-
- isFailed() - Method in class org.apache.zookeeper.client.ZooKeeperSaslClient
-
- isHidden() - Method in interface org.apache.zookeeper.jmx.ZKMBeanInfo
-
If isHidden returns true, the MBean won't be registered with MBean server,
and thus won't be available for management tools.
- isSequential() - Method in enum org.apache.zookeeper.CreateMode
-
- isTimedOut() - Method in class org.apache.zookeeper.Shell
-
To check if the passed script to shell command executor timed out or
not.
- iterator() - Method in class org.apache.zookeeper.MultiResponse
-
- iterator() - Method in class org.apache.zookeeper.MultiTransactionRecord
-
- packetLen - Static variable in class org.apache.zookeeper.ClientCnxn
-
- ParseException - Exception in org.apache.jute.compiler.generated
-
This exception is thrown when parse errors are encountered.
- ParseException(Token, int[][], String[]) - Constructor for exception org.apache.jute.compiler.generated.ParseException
-
This constructor is used by the method "generateParseException"
in the generated parser.
- ParseException() - Constructor for exception org.apache.jute.compiler.generated.ParseException
-
The following constructors are for use by you for whatever
purpose you can think of.
- ParseException(String) - Constructor for exception org.apache.jute.compiler.generated.ParseException
-
Constructor with message.
- parseFile(File) - Static method in class org.apache.jute.compiler.generated.Rcc
-
- parseVersionString(String) - Static method in class org.apache.zookeeper.version.util.VerGen
-
- PathTrie - Class in org.apache.zookeeper.common
-
a class that implements prefix matching for
components of a filesystem path.
- PathTrie() - Constructor for class org.apache.zookeeper.common.PathTrie
-
construct a new PathTrie with
a root node of /
- PathUtils - Class in org.apache.zookeeper.common
-
Path related utilities
- PathUtils() - Constructor for class org.apache.zookeeper.common.PathUtils
-
- ping - Static variable in interface org.apache.zookeeper.ZooDefs.OpCode
-
- printMessage(String) - Static method in class org.apache.zookeeper.ZooKeeperMain
-
- printUsage() - Static method in class org.apache.zookeeper.Version
-
- process(WatchedEvent) - Method in interface org.apache.zookeeper.Watcher
-
- processResult(int, String, Object, List<ACL>, Stat) - Method in interface org.apache.zookeeper.AsyncCallback.ACLCallback
-
Process the result of the asynchronous call.
- processResult(int, String, Object, List<String>, Stat) - Method in interface org.apache.zookeeper.AsyncCallback.Children2Callback
-
Process the result of the asynchronous call.
- processResult(int, String, Object, List<String>) - Method in interface org.apache.zookeeper.AsyncCallback.ChildrenCallback
-
Process the result of the asynchronous call.
- processResult(int, String, Object, byte[], Stat) - Method in interface org.apache.zookeeper.AsyncCallback.DataCallback
-
Process the result of the asynchronous call.
- processResult(int, String, Object, List<OpResult>) - Method in interface org.apache.zookeeper.AsyncCallback.MultiCallback
-
Process the result of the asynchronous call.
- processResult(int, String, Object, Stat) - Method in interface org.apache.zookeeper.AsyncCallback.StatCallback
-
Process the result of the asynchronous call.
- processResult(int, String, Object, String) - Method in interface org.apache.zookeeper.AsyncCallback.StringCallback
-
Process the result of the asynchronous call.
- processResult(int, String, Object) - Method in interface org.apache.zookeeper.AsyncCallback.VoidCallback
-
Process the result of the asynchronous call.
- processResult(int, String, Object, byte[], Stat) - Method in class org.apache.zookeeper.client.ZooKeeperSaslClient.ServerSaslResponseCallback
-
- procZookeeper - Static variable in class org.apache.zookeeper.Quotas
-
the zookeeper nodes that acts as the management and status node
- purge(File, File, int) - Static method in class org.apache.zookeeper.server.PurgeTxnLog
-
Purges the snapshot and logs keeping the last num snapshots and the
corresponding logs.
- PurgeTxnLog - Class in org.apache.zookeeper.server
-
this class is used to clean up the
snapshot and data log dir's.
- PurgeTxnLog() - Constructor for class org.apache.zookeeper.server.PurgeTxnLog
-
- sasl - Static variable in interface org.apache.zookeeper.ZooDefs.OpCode
-
- SaslClientCallbackHandler - Class in org.apache.zookeeper
-
This is used by the SASL mechanisms to get further information to complete
the authentication.
- SaslClientCallbackHandler(String, String) - Constructor for class org.apache.zookeeper.SaslClientCallbackHandler
-
- SecurityUtils - Class in org.apache.zookeeper.util
-
- SecurityUtils() - Constructor for class org.apache.zookeeper.util.SecurityUtils
-
- SEMICOLON_TKN - Static variable in interface org.apache.jute.compiler.generated.RccConstants
-
RegularExpression Id.
- send4LetterWord(String, int, String) - Static method in class org.apache.zookeeper.client.FourLetterWordMain
-
Send the 4letterword
- send4LetterWord(String, int, String, int) - Static method in class org.apache.zookeeper.client.FourLetterWordMain
-
Send the 4letterword
- sendPacket(Record, Record, AsyncCallback, int) - Method in class org.apache.zookeeper.ClientCnxn
-
- serialize(OutputArchive, String) - Method in interface org.apache.jute.Record
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.data.ACL
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.data.Id
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.data.Stat
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.data.StatPersisted
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.data.StatPersistedV1
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.MultiResponse
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.MultiTransactionRecord
-
- ServerAdminClient - Class in org.apache.zookeeper
-
- ServerAdminClient() - Constructor for class org.apache.zookeeper.ServerAdminClient
-
- ServerSaslResponseCallback() - Constructor for class org.apache.zookeeper.client.ZooKeeperSaslClient.ServerSaslResponseCallback
-
- SessionExpired - Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated
-
- SessionExpiredException() - Constructor for exception org.apache.zookeeper.KeeperException.SessionExpiredException
-
- SessionMovedException() - Constructor for exception org.apache.zookeeper.KeeperException.SessionMovedException
-
- SET_GROUP_COMMAND - Static variable in class org.apache.zookeeper.Shell
-
- SET_OWNER_COMMAND - Static variable in class org.apache.zookeeper.Shell
-
a Unix command to set owner
- SET_PERMISSION_COMMAND - Static variable in class org.apache.zookeeper.Shell
-
a Unix command to set permission
- setACL - Static variable in interface org.apache.zookeeper.ZooDefs.OpCode
-
- setACL(String, List<ACL>, int) - Method in class org.apache.zookeeper.ZooKeeper
-
Set the ACL for the node of the given path if such a node exists and the
given aclVersion matches the acl version of the node.
- setACL(String, List<ACL>, int, AsyncCallback.StatCallback, Object) - Method in class org.apache.zookeeper.ZooKeeper
-
The asynchronous version of setACL.
- setAversion(int) - Method in class org.apache.zookeeper.data.Stat
-
- setAversion(int) - Method in class org.apache.zookeeper.data.StatPersisted
-
- setAversion(int) - Method in class org.apache.zookeeper.data.StatPersistedV1
-
- setBytes(long) - Method in class org.apache.zookeeper.StatsTrack
-
set teh bytes for this stat tracker.
- setCode(int) - Method in exception org.apache.zookeeper.KeeperException
-
- setCount(int) - Method in class org.apache.zookeeper.StatsTrack
-
set the count for this stat tracker.
- setCtime(long) - Method in class org.apache.zookeeper.data.Stat
-
- setCtime(long) - Method in class org.apache.zookeeper.data.StatPersisted
-
- setCtime(long) - Method in class org.apache.zookeeper.data.StatPersistedV1
-
- setCversion(int) - Method in class org.apache.zookeeper.data.Stat
-
- setCversion(int) - Method in class org.apache.zookeeper.data.StatPersisted
-
- setCversion(int) - Method in class org.apache.zookeeper.data.StatPersistedV1
-
- setCzxid(long) - Method in class org.apache.zookeeper.data.Stat
-
- setCzxid(long) - Method in class org.apache.zookeeper.data.StatPersisted
-
- setCzxid(long) - Method in class org.apache.zookeeper.data.StatPersistedV1
-
- setData(String, byte[], int) - Static method in class org.apache.zookeeper.Op
-
Constructs an update operation.
- setData(String, byte[], int) - Method in class org.apache.zookeeper.Transaction
-
- setData - Static variable in interface org.apache.zookeeper.ZooDefs.OpCode
-
- setData(String, byte[], int) - Method in class org.apache.zookeeper.ZooKeeper
-
Set the data for the node of the given path if such a node exists and the
given version matches the version of the node (if the given version is
-1, it matches any node's versions).
- setData(String, byte[], int, AsyncCallback.StatCallback, Object) - Method in class org.apache.zookeeper.ZooKeeper
-
The asynchronous version of setData.
- setDataLength(int) - Method in class org.apache.zookeeper.data.Stat
-
- SetDataResult(Stat) - Constructor for class org.apache.zookeeper.OpResult.SetDataResult
-
- setDebugStream(PrintStream) - Method in class org.apache.jute.compiler.generated.RccTokenManager
-
Set debug output.
- setDisableAutoResetWatch(boolean) - Static method in class org.apache.zookeeper.ClientCnxn
-
tests use this to set the auto reset
- setEphemeralOwner(long) - Method in class org.apache.zookeeper.data.Stat
-
- setEphemeralOwner(long) - Method in class org.apache.zookeeper.data.StatPersisted
-
- setEphemeralOwner(long) - Method in class org.apache.zookeeper.data.StatPersistedV1
-
- setId(Id) - Method in class org.apache.zookeeper.data.ACL
-
- setId(String) - Method in class org.apache.zookeeper.data.Id
-
- setInstance(MBeanRegistry) - Static method in class org.apache.zookeeper.jmx.MBeanRegistry
-
- setMtime(long) - Method in class org.apache.zookeeper.data.Stat
-
- setMtime(long) - Method in class org.apache.zookeeper.data.StatPersisted
-
- setMtime(long) - Method in class org.apache.zookeeper.data.StatPersistedV1
-
- setMzxid(long) - Method in class org.apache.zookeeper.data.Stat
-
- setMzxid(long) - Method in class org.apache.zookeeper.data.StatPersisted
-
- setMzxid(long) - Method in class org.apache.zookeeper.data.StatPersistedV1
-
- setNumChildren(int) - Method in class org.apache.zookeeper.data.Stat
-
- setPerms(int) - Method in class org.apache.zookeeper.data.ACL
-
- setPzxid(long) - Method in class org.apache.zookeeper.data.Stat
-
- setPzxid(long) - Method in class org.apache.zookeeper.data.StatPersisted
-
- setScheme(String) - Method in class org.apache.zookeeper.data.Id
-
- setTraceMask(String, int, String) - Static method in class org.apache.zookeeper.ServerAdminClient
-
- setVersion(int) - Method in class org.apache.zookeeper.data.Stat
-
- setVersion(int) - Method in class org.apache.zookeeper.data.StatPersisted
-
- setVersion(int) - Method in class org.apache.zookeeper.data.StatPersistedV1
-
- setWatches - Static variable in interface org.apache.zookeeper.ZooDefs.OpCode
-
- Shell - Class in org.apache.zookeeper
-
A base class for running a Unix command.
- Shell() - Constructor for class org.apache.zookeeper.Shell
-
- Shell(long) - Constructor for class org.apache.zookeeper.Shell
-
- Shell.ExitCodeException - Exception in org.apache.zookeeper
-
This is an IOException with exit code added.
- Shell.ShellCommandExecutor - Class in org.apache.zookeeper
-
A simple shell command executor.
- ShellCommandExecutor(String[]) - Constructor for class org.apache.zookeeper.Shell.ShellCommandExecutor
-
- ShellCommandExecutor(String[], File) - Constructor for class org.apache.zookeeper.Shell.ShellCommandExecutor
-
- ShellCommandExecutor(String[], File, Map<String, String>) - Constructor for class org.apache.zookeeper.Shell.ShellCommandExecutor
-
- ShellCommandExecutor(String[], File, Map<String, String>, long) - Constructor for class org.apache.zookeeper.Shell.ShellCommandExecutor
-
Create a new instance of the ShellCommandExecutor to execute a command.
- shutdown() - Method in class org.apache.zookeeper.Login
-
- signature() - Static method in class org.apache.zookeeper.data.ACL
-
- signature() - Static method in class org.apache.zookeeper.data.Id
-
- signature() - Static method in class org.apache.zookeeper.data.Stat
-
- signature() - Static method in class org.apache.zookeeper.data.StatPersisted
-
- signature() - Static method in class org.apache.zookeeper.data.StatPersistedV1
-
- SimpleCharStream - Class in org.apache.jute.compiler.generated
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.jute.compiler.generated.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class org.apache.jute.compiler.generated.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class org.apache.jute.compiler.generated.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.jute.compiler.generated.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.jute.compiler.generated.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.jute.compiler.generated.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.jute.compiler.generated.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class org.apache.jute.compiler.generated.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream) - Constructor for class org.apache.jute.compiler.generated.SimpleCharStream
-
Constructor.
- size() - Method in interface org.apache.zookeeper.client.HostProvider
-
- size() - Method in class org.apache.zookeeper.client.StaticHostProvider
-
- size() - Method in class org.apache.zookeeper.MultiResponse
-
- size() - Method in class org.apache.zookeeper.MultiTransactionRecord
-
- SnapshotFormatter - Class in org.apache.zookeeper.server
-
Dump a snapshot file to stdout.
- SnapshotFormatter() - Constructor for class org.apache.zookeeper.server.SnapshotFormatter
-
- specialToken - Variable in class org.apache.jute.compiler.generated.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- STANDALONE_SERVER_KEY - Static variable in class org.apache.zookeeper.jmx.CommonNames
-
- start() - Method in class org.apache.zookeeper.ClientCnxn
-
- startMap(String) - Method in class org.apache.jute.BinaryInputArchive
-
- startMap(TreeMap, String) - Method in class org.apache.jute.BinaryOutputArchive
-
- startMap(TreeMap, String) - Method in class org.apache.jute.CsvOutputArchive
-
- startMap(String) - Method in interface org.apache.jute.InputArchive
-
- startMap(TreeMap, String) - Method in interface org.apache.jute.OutputArchive
-
- startRecord(String) - Method in class org.apache.jute.BinaryInputArchive
-
- startRecord(Record, String) - Method in class org.apache.jute.BinaryOutputArchive
-
- startRecord(Record, String) - Method in class org.apache.jute.CsvOutputArchive
-
- startRecord(String) - Method in interface org.apache.jute.InputArchive
-
- startRecord(Record, String) - Method in interface org.apache.jute.OutputArchive
-
- startThreadIfNeeded() - Method in class org.apache.zookeeper.Login
-
- startVector(String) - Method in class org.apache.jute.BinaryInputArchive
-
- startVector(List, String) - Method in class org.apache.jute.BinaryOutputArchive
-
- startVector(List, String) - Method in class org.apache.jute.CsvOutputArchive
-
- startVector(String) - Method in interface org.apache.jute.InputArchive
-
- startVector(List, String) - Method in interface org.apache.jute.OutputArchive
-
- Stat - Class in org.apache.zookeeper.data
-
- Stat() - Constructor for class org.apache.zookeeper.data.Stat
-
- Stat(long, long, long, long, int, int, int, long, int, int, long) - Constructor for class org.apache.zookeeper.data.Stat
-
- stat(String, int) - Static method in class org.apache.zookeeper.ServerAdminClient
-
- staticFlag - Static variable in class org.apache.jute.compiler.generated.SimpleCharStream
-
Whether parser is static.
- StaticHostProvider - Class in org.apache.zookeeper.client
-
Most simple HostProvider, resolves on every next() call.
- StaticHostProvider(Collection<InetSocketAddress>) - Constructor for class org.apache.zookeeper.client.StaticHostProvider
-
Constructs a SimpleHostSet.
- StaticHostProvider(Collection<InetSocketAddress>, StaticHostProvider.Resolver) - Constructor for class org.apache.zookeeper.client.StaticHostProvider
-
Introduced for testing purposes.
- StaticHostProvider.Resolver - Interface in org.apache.zookeeper.client
-
- statNode - Static variable in class org.apache.zookeeper.Quotas
-
the stat node that monitors the limit of
a subtree.
- statPath(String) - Static method in class org.apache.zookeeper.Quotas
-
return the stat quota path associated with this
prefix.
- StatPersisted - Class in org.apache.zookeeper.data
-
- StatPersisted() - Constructor for class org.apache.zookeeper.data.StatPersisted
-
- StatPersisted(long, long, long, long, int, int, int, long, long) - Constructor for class org.apache.zookeeper.data.StatPersisted
-
- StatPersistedV1 - Class in org.apache.zookeeper.data
-
- StatPersistedV1() - Constructor for class org.apache.zookeeper.data.StatPersistedV1
-
- StatPersistedV1(long, long, long, long, int, int, int, long) - Constructor for class org.apache.zookeeper.data.StatPersistedV1
-
- StatsTrack - Class in org.apache.zookeeper
-
a class that represents the stats associated with quotas
- StatsTrack() - Constructor for class org.apache.zookeeper.StatsTrack
-
a default constructor for
stats
- StatsTrack(String) - Constructor for class org.apache.zookeeper.StatsTrack
-
the stat string should be of the form count=int,bytes=long
if stats is called with null the count and bytes are initialized
to -1.
- submitRequest(RequestHeader, Record, Record, ZooKeeper.WatchRegistration) - Method in class org.apache.zookeeper.ClientCnxn
-
- SwitchTo(int) - Method in class org.apache.jute.compiler.generated.RccTokenManager
-
Switch to specified lex state.
- sync - Static variable in interface org.apache.zookeeper.ZooDefs.OpCode
-
- sync(String, AsyncCallback.VoidCallback, Object) - Method in class org.apache.zookeeper.ZooKeeper
-
Asynchronous sync.
- SystemError - Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated
-
- SystemErrorException() - Constructor for exception org.apache.zookeeper.KeeperException.SystemErrorException
-
- validatePath(String, boolean) - Static method in class org.apache.zookeeper.common.PathUtils
-
validate the provided znode path string
- validatePath(String) - Static method in class org.apache.zookeeper.common.PathUtils
-
Validate the provided znode path string
- valueOf(String) - Static method in enum org.apache.zookeeper.client.ZooKeeperSaslClient.SaslState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.zookeeper.CreateMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.zookeeper.KeeperException.Code
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.zookeeper.Watcher.Event.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.zookeeper.Watcher.Event.KeeperState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.zookeeper.ZooKeeper.States
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.zookeeper.client.ZooKeeperSaslClient.SaslState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.zookeeper.CreateMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.zookeeper.KeeperException.Code
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.zookeeper.Watcher.Event.EventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.zookeeper.Watcher.Event.KeeperState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.zookeeper.ZooKeeper.States
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Vector() - Method in class org.apache.jute.compiler.generated.Rcc
-
- VECTOR_TKN - Static variable in interface org.apache.jute.compiler.generated.RccConstants
-
RegularExpression Id.
- VerGen - Class in org.apache.zookeeper.version.util
-
- VerGen() - Constructor for class org.apache.zookeeper.version.util.VerGen
-
- VerGen.Version - Class in org.apache.zookeeper.version.util
-
- Version - Class in org.apache.zookeeper
-
- Version() - Constructor for class org.apache.zookeeper.Version
-
- Version() - Constructor for class org.apache.zookeeper.version.util.VerGen.Version
-