- 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
-
- checkPasswd(long, byte[]) - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- checkSession(long, Object) - Method in class org.apache.zookeeper.server.quorum.LearnerSessionTracker
-
- checkSession(long, Object) - Method in interface org.apache.zookeeper.server.SessionTracker
-
- checkSession(long, Object) - Method in class org.apache.zookeeper.server.SessionTrackerImpl
-
- CheckVersionRequest - Class in org.apache.zookeeper.proto
-
- CheckVersionRequest() - Constructor for class org.apache.zookeeper.proto.CheckVersionRequest
-
- CheckVersionRequest(String, int) - Constructor for class org.apache.zookeeper.proto.CheckVersionRequest
-
- CheckVersionTxn - Class in org.apache.zookeeper.txn
-
- CheckVersionTxn() - Constructor for class org.apache.zookeeper.txn.CheckVersionTxn
-
- CheckVersionTxn(String, int) - Constructor for class org.apache.zookeeper.txn.CheckVersionTxn
-
- cl - Variable in class org.apache.zookeeper.ZooKeeperMain
-
- 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.server.DataTree
-
- clear() - Method in class org.apache.zookeeper.server.upgrade.DataTreeV1
-
- clear() - Method in class org.apache.zookeeper.server.ZKDatabase
-
clear the zkdatabase.
- CLIENT_DATA_PACKET_TRACE_MASK - Static variable in class org.apache.zookeeper.server.ZooTrace
-
- CLIENT_PING_TRACE_MASK - Static variable in class org.apache.zookeeper.server.ZooTrace
-
- CLIENT_REQUEST_TRACE_MASK - Static variable in class org.apache.zookeeper.server.ZooTrace
-
- 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
-
- clientId - Variable in class org.apache.zookeeper.server.DataTree.ProcessTxnResult
-
- clientId - Variable in class org.apache.zookeeper.server.upgrade.DataTreeV1.ProcessTxnResult
-
- clientPortAddress - Variable in class org.apache.zookeeper.server.quorum.QuorumPeerConfig
-
- clientPortAddress - Variable in class org.apache.zookeeper.server.ServerConfig
-
- 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.server.NettyServerCnxn
-
- close() - Method in class org.apache.zookeeper.server.NIOServerCnxn
-
- close() - Method in class org.apache.zookeeper.server.persistence.FileSnap
-
synchronized close just so that if serialize is in place
the close operation will block and will wait till serialize
is done and will set the close flag
- close() - Method in class org.apache.zookeeper.server.persistence.FileTxnLog
-
close all the open file handles
- close() - Method in class org.apache.zookeeper.server.persistence.FileTxnLog.FileTxnIterator
-
close the iterator
and release the resources.
- close() - Method in class org.apache.zookeeper.server.persistence.FileTxnSnapLog
-
close the transaction log files
- close() - Method in interface org.apache.zookeeper.server.persistence.SnapShot
-
free resources from this snapshot immediately
- close() - Method in interface org.apache.zookeeper.server.persistence.TxnLog
-
close the transactions logs
- close() - Method in interface org.apache.zookeeper.server.persistence.TxnLog.TxnIterator
-
close files and release the
resources
- close() - Method in class org.apache.zookeeper.server.ZKDatabase
-
close this database.
- close() - Method in class org.apache.zookeeper.ZooKeeper
-
Close this client object.
- closeAll() - Method in class org.apache.zookeeper.server.NettyServerCnxnFactory
-
- closeAll() - Method in class org.apache.zookeeper.server.NIOServerCnxnFactory
-
clear all the connections in the selector
- closeAll() - Method in class org.apache.zookeeper.server.ServerCnxnFactory
-
- closeSession(long) - Method in class org.apache.zookeeper.server.NettyServerCnxnFactory
-
- closeSession(long) - Method in class org.apache.zookeeper.server.NIOServerCnxnFactory
-
- closeSession(long) - Method in class org.apache.zookeeper.server.ServerCnxnFactory
-
- closeSession(long) - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- closeSession(ServerCnxn, RequestHeader) - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- 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
.
- cmd2String - Static variable in class org.apache.zookeeper.server.ServerCnxn
-
- cnxn - Variable in class org.apache.zookeeper.server.Request
-
- cnxn - Variable in class org.apache.zookeeper.ZooKeeper
-
- cnxns - Variable in class org.apache.zookeeper.server.ServerCnxnFactory
-
- code() - Method in exception org.apache.zookeeper.KeeperException
-
Read the error Code for this exception
- commandCount - Variable in class org.apache.zookeeper.ZooKeeperMain
-
- commandMap - Static variable in class org.apache.zookeeper.ZooKeeperMain
-
- commit() - Method in class org.apache.zookeeper.server.auth.DigestLoginModule
-
- commit() - Method in class org.apache.zookeeper.server.persistence.FileTxnLog
-
commit the logs.
- commit() - Method in class org.apache.zookeeper.server.persistence.FileTxnSnapLog
-
commit the transaction of logs
- commit() - Method in interface org.apache.zookeeper.server.persistence.TxnLog
-
commmit the trasaction and make sure
they are persisted
- commit(Request) - Method in class org.apache.zookeeper.server.quorum.CommitProcessor
-
- commit(long) - Method in class org.apache.zookeeper.server.quorum.FollowerZooKeeperServer
-
When a COMMIT message is received, eventually this method is called,
which matches up the zxid from the COMMIT with (hopefully) the head of
the pendingTxns queue and hands it to the commitProcessor to commit.
- commit(long) - Method in class org.apache.zookeeper.server.quorum.Leader
-
Create a commit packet and send it to all the members of the quorum
- commit() - Method in class org.apache.zookeeper.server.ZKDatabase
-
commit to the underlying transaction log
- commit() - Method in class org.apache.zookeeper.Transaction
-
- commitLogBuffer - Static variable in class org.apache.zookeeper.server.ZKDatabase
-
- commitLogCount - Static variable in class org.apache.zookeeper.server.ZKDatabase
-
- CommitProcessor - Class in org.apache.zookeeper.server.quorum
-
This RequestProcessor matches the incoming committed requests with the
locally submitted requests.
- CommitProcessor(RequestProcessor, String, boolean) - Constructor for class org.apache.zookeeper.server.quorum.CommitProcessor
-
- commitRequest(Request) - Method in class org.apache.zookeeper.server.quorum.ObserverZooKeeperServer
-
Unlike a Follower, which sees a full request only during the PROPOSAL
phase, Observers get all the data required with the INFORM packet.
- committedLog - Variable in class org.apache.zookeeper.server.ZKDatabase
-
- CommonNames - Class in org.apache.zookeeper.jmx
-
A bunch of constants.
- CommonNames() - Constructor for class org.apache.zookeeper.jmx.CommonNames
-
- 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
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.AuthPacket
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.CheckVersionRequest
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.ConnectRequest
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.ConnectResponse
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.CreateRequest
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.CreateResponse
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.DeleteRequest
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.ErrorResponse
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.ExistsRequest
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.ExistsResponse
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.GetACLRequest
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.GetACLResponse
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.GetChildren2Request
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.GetChildren2Response
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.GetChildrenRequest
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.GetChildrenResponse
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.GetDataRequest
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.GetDataResponse
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.GetMaxChildrenRequest
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.GetMaxChildrenResponse
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.GetSASLRequest
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.MultiHeader
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.ReplyHeader
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.RequestHeader
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.SetACLRequest
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.SetACLResponse
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.SetDataRequest
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.SetDataResponse
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.SetMaxChildrenRequest
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.SetSASLRequest
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.SetSASLResponse
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.SetWatches
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.SyncRequest
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.SyncResponse
-
- compareTo(Object) - Method in class org.apache.zookeeper.proto.WatcherEvent
-
- compareTo(Object) - Method in class org.apache.zookeeper.server.persistence.FileHeader
-
- compareTo(Object) - Method in class org.apache.zookeeper.server.quorum.LearnerInfo
-
- compareTo(Object) - Method in class org.apache.zookeeper.server.quorum.QuorumPacket
-
- compareTo(Object) - Method in class org.apache.zookeeper.txn.CheckVersionTxn
-
- compareTo(Object) - Method in class org.apache.zookeeper.txn.CreateSessionTxn
-
- compareTo(Object) - Method in class org.apache.zookeeper.txn.CreateTxn
-
- compareTo(Object) - Method in class org.apache.zookeeper.txn.CreateTxnV0
-
- compareTo(Object) - Method in class org.apache.zookeeper.txn.DeleteTxn
-
- compareTo(Object) - Method in class org.apache.zookeeper.txn.ErrorTxn
-
- compareTo(Object) - Method in class org.apache.zookeeper.txn.MultiTxn
-
- compareTo(Object) - Method in class org.apache.zookeeper.txn.SetACLTxn
-
- compareTo(Object) - Method in class org.apache.zookeeper.txn.SetDataTxn
-
- compareTo(Object) - Method in class org.apache.zookeeper.txn.SetMaxChildrenTxn
-
- compareTo(Object) - Method in class org.apache.zookeeper.txn.Txn
-
- compareTo(Object) - Method in class org.apache.zookeeper.txn.TxnHeader
-
- confCmd - Static variable in class org.apache.zookeeper.server.ServerCnxn
-
- configure(InetSocketAddress, int) - Method in class org.apache.zookeeper.server.NettyServerCnxnFactory
-
- configure(InetSocketAddress, int) - Method in class org.apache.zookeeper.server.NIOServerCnxnFactory
-
- configure(InetSocketAddress, int) - Method in class org.apache.zookeeper.server.ServerCnxnFactory
-
- configureSaslLogin() - Method in class org.apache.zookeeper.server.ServerCnxnFactory
-
Initialize the server SASL if specified.
- connectAll() - Method in class org.apache.zookeeper.server.quorum.QuorumCnxManager
-
Try to establish a connection with each server if one
doesn't exist.
- ConnectionBean - Class in org.apache.zookeeper.server
-
Implementation of connection MBean interface.
- ConnectionBean(ServerCnxn, ZooKeeperServer) - Constructor for class org.apache.zookeeper.server.ConnectionBean
-
- ConnectionLoss - Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated
-
- ConnectionMXBean - Interface in org.apache.zookeeper.server
-
This MBean represents a client connection.
- ConnectRequest - Class in org.apache.zookeeper.proto
-
- ConnectRequest() - Constructor for class org.apache.zookeeper.proto.ConnectRequest
-
- ConnectRequest(int, long, int, long, byte[]) - Constructor for class org.apache.zookeeper.proto.ConnectRequest
-
- ConnectResponse - Class in org.apache.zookeeper.proto
-
- ConnectResponse() - Constructor for class org.apache.zookeeper.proto.ConnectResponse
-
- ConnectResponse(int, int, long, byte[]) - Constructor for class org.apache.zookeeper.proto.ConnectResponse
-
- ConnectStringParser - Class in org.apache.zookeeper.client
-
A parser for ZooKeeper Client connect strings.
- ConnectStringParser(String) - Constructor for class org.apache.zookeeper.client.ConnectStringParser
-
- connectToLeader(InetSocketAddress) - Method in class org.apache.zookeeper.server.quorum.Learner
-
Establish a connection with the Leader found by findLeader.
- connectToZK(String) - Method in class org.apache.zookeeper.ZooKeeperMain
-
- consCmd - Static variable in class org.apache.zookeeper.server.ServerCnxn
-
- containsQuorum(HashSet<Long>) - Method in class org.apache.zookeeper.server.quorum.flexible.QuorumHierarchical
-
Verifies if a given set is a quorum.
- containsQuorum(HashSet<Long>) - Method in class org.apache.zookeeper.server.quorum.flexible.QuorumMaj
-
Verifies if a set is a majority.
- containsQuorum(HashSet<Long>) - Method in interface org.apache.zookeeper.server.quorum.flexible.QuorumVerifier
-
- convertAcls(List<ACL>) - Method in class org.apache.zookeeper.server.ReferenceCountedACLCache
-
converts the list of acls to a list of longs.
- convertLong(Long) - Method in class org.apache.zookeeper.server.ReferenceCountedACLCache
-
converts a list of longs to a list of acls.
- 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.
- copyStat(Stat) - Method in class org.apache.zookeeper.server.DataNode
-
- copyStat(Stat, Stat) - Static method in class org.apache.zookeeper.server.DataTree
-
- copyStat(Stat) - Method in class org.apache.zookeeper.server.upgrade.DataNodeV1
-
- copyStat(Stat, Stat) - Static method in class org.apache.zookeeper.server.upgrade.DataTreeV1
-
- copyStatPersisted(StatPersisted, StatPersisted) - Static method in class org.apache.zookeeper.server.DataTree
-
- copyStatPersisted(StatPersistedV1, StatPersistedV1) - Static method in class org.apache.zookeeper.server.upgrade.DataTreeV1
-
- count - Variable in class org.apache.zookeeper.server.quorum.LeaderElection.ElectionResult
-
Deprecated.
- count - Variable in class org.apache.zookeeper.server.ServerCnxn
-
- countEphemerals() - Method in class org.apache.zookeeper.server.DataTreeBean
-
- countEphemerals() - Method in interface org.apache.zookeeper.server.DataTreeMXBean
-
- countParticipants(Map<Long, QuorumPeer.QuorumServer>) - Static method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
Count the number of nodes in the map that could be followers.
- countVotes(HashMap<InetSocketAddress, Vote>, HashSet<Long>) - Method in class org.apache.zookeeper.server.quorum.LeaderElection
-
Deprecated.
- 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.
- createConnection(SocketChannel, SelectionKey) - Method in class org.apache.zookeeper.server.NIOServerCnxnFactory
-
- createElectionAlgorithm(int) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- createFactory() - Static method in class org.apache.zookeeper.server.ServerCnxnFactory
-
- createFactory(int, int) - Static method in class org.apache.zookeeper.server.ServerCnxnFactory
-
- createFactory(InetSocketAddress, int) - Static method in class org.apache.zookeeper.server.ServerCnxnFactory
-
- createInputArchive(File) - Method in class org.apache.zookeeper.server.persistence.FileTxnLog.FileTxnIterator
-
Invoked to indicate that the input stream has been created.
- CreateMode - Enum in org.apache.zookeeper
-
CreateMode value determines how the znode is created on ZooKeeper.
- createNode(String, byte[], List<ACL>, long, int, long, long) - Method in class org.apache.zookeeper.server.DataTree
-
- createNode(String, byte[], List<ACL>, long, long, long) - Method in class org.apache.zookeeper.server.upgrade.DataTreeV1
-
- createQuota(ZooKeeper, String, long, int) - Static method in class org.apache.zookeeper.ZooKeeperMain
-
this method creates a quota node for the path
- CreateRequest - Class in org.apache.zookeeper.proto
-
- CreateRequest() - Constructor for class org.apache.zookeeper.proto.CreateRequest
-
- CreateRequest(String, byte[], List<ACL>, int) - Constructor for class org.apache.zookeeper.proto.CreateRequest
-
- CreateResponse - Class in org.apache.zookeeper.proto
-
- CreateResponse() - Constructor for class org.apache.zookeeper.proto.CreateResponse
-
- CreateResponse(String) - Constructor for class org.apache.zookeeper.proto.CreateResponse
-
- createSession(int) - Method in class org.apache.zookeeper.server.quorum.LearnerSessionTracker
-
- createSession(int) - Method in interface org.apache.zookeeper.server.SessionTracker
-
- createSession(int) - Method in class org.apache.zookeeper.server.SessionTrackerImpl
-
- createSession - Static variable in interface org.apache.zookeeper.ZooDefs.OpCode
-
- createSessionTracker() - Method in class org.apache.zookeeper.server.quorum.LeaderZooKeeperServer
-
- createSessionTracker() - Method in class org.apache.zookeeper.server.quorum.LearnerZooKeeperServer
-
- createSessionTracker() - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- CreateSessionTxn - Class in org.apache.zookeeper.txn
-
- CreateSessionTxn() - Constructor for class org.apache.zookeeper.txn.CreateSessionTxn
-
- CreateSessionTxn(int) - Constructor for class org.apache.zookeeper.txn.CreateSessionTxn
-
- createTime - Variable in class org.apache.zookeeper.server.Request
-
- CreateTxn - Class in org.apache.zookeeper.txn
-
- CreateTxn() - Constructor for class org.apache.zookeeper.txn.CreateTxn
-
- CreateTxn(String, byte[], List<ACL>, boolean, int) - Constructor for class org.apache.zookeeper.txn.CreateTxn
-
- CreateTxnV0 - Class in org.apache.zookeeper.txn
-
- CreateTxnV0() - Constructor for class org.apache.zookeeper.txn.CreateTxnV0
-
- CreateTxnV0(String, byte[], List<ACL>, boolean) - Constructor for class org.apache.zookeeper.txn.CreateTxnV0
-
- CREATOR_ALL_ACL - Static variable in interface org.apache.zookeeper.ZooDefs.Ids
-
This ACL gives the creators authentication id's all permissions.
- crstCmd - Static variable in class org.apache.zookeeper.server.ServerCnxn
-
- CURRENT_EPOCH_FILENAME - Static variable in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- cxid - Variable in class org.apache.zookeeper.server.DataTree.ProcessTxnResult
-
- cxid - Variable in class org.apache.zookeeper.server.Request
-
- cxid - Variable in class org.apache.zookeeper.server.upgrade.DataTreeV1.ProcessTxnResult
-
- generateDigest(String) - Static method in class org.apache.zookeeper.server.auth.DigestAuthenticationProvider
-
- generateFile(File, VerGen.Version, int, String) - Static method in class org.apache.zookeeper.version.util.VerGen
-
- get(int) - Static method in enum org.apache.zookeeper.KeeperException.Code
-
Get the Code value for a particular integer error code
- getAcceptedEpoch() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- getAcl() - Method in class org.apache.zookeeper.proto.CreateRequest
-
- getAcl() - Method in class org.apache.zookeeper.proto.GetACLResponse
-
- getAcl() - Method in class org.apache.zookeeper.proto.SetACLRequest
-
- getACL(String, Stat) - Method in class org.apache.zookeeper.server.DataTree
-
- getACL(DataNode) - Method in class org.apache.zookeeper.server.DataTree
-
- getACL(DataNodeV1) - Method in class org.apache.zookeeper.server.DataTree
-
- getACL(String, Stat) - Method in class org.apache.zookeeper.server.upgrade.DataTreeV1
-
- getACL(String, Stat) - Method in class org.apache.zookeeper.server.ZKDatabase
-
get acl for a path
- getAcl() - Method in class org.apache.zookeeper.txn.CreateTxn
-
- getAcl() - Method in class org.apache.zookeeper.txn.CreateTxnV0
-
- getAcl() - Method in class org.apache.zookeeper.txn.SetACLTxn
-
- 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.
- GetACLRequest - Class in org.apache.zookeeper.proto
-
- GetACLRequest() - Constructor for class org.apache.zookeeper.proto.GetACLRequest
-
- GetACLRequest(String) - Constructor for class org.apache.zookeeper.proto.GetACLRequest
-
- GetACLResponse - Class in org.apache.zookeeper.proto
-
- GetACLResponse() - Constructor for class org.apache.zookeeper.proto.GetACLResponse
-
- GetACLResponse(List<ACL>, Stat) - Constructor for class org.apache.zookeeper.proto.GetACLResponse
-
- getAclSize() - Method in class org.apache.zookeeper.server.ZKDatabase
-
get the acl size of the datatree
- getActiveServer() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- getAuth() - Method in class org.apache.zookeeper.proto.AuthPacket
-
- getAuthinfo() - Method in class org.apache.zookeeper.server.quorum.QuorumPacket
-
- getAuthInfo() - Method in class org.apache.zookeeper.server.ServerCnxn
-
auth info for the cnxn, returns an unmodifyable list
- getAuthorizationID() - Method in class org.apache.zookeeper.server.ZooKeeperSaslServer
-
- 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
-
- getAvgLatency() - Method in class org.apache.zookeeper.server.ConnectionBean
-
- getAvgLatency() - Method in interface org.apache.zookeeper.server.ConnectionMXBean
-
Average latency in ms
- getAvgLatency() - Method in class org.apache.zookeeper.server.ServerCnxn
-
- getAvgLatency() - Method in class org.apache.zookeeper.server.ServerStats
-
- getAvgRequestLatency() - Method in class org.apache.zookeeper.server.ZooKeeperServerBean
-
- getAvgRequestLatency() - Method in interface org.apache.zookeeper.server.ZooKeeperServerMXBean
-
- 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() - Method in class org.apache.zookeeper.proto.GetChildren2Response
-
- getChildren() - Method in class org.apache.zookeeper.proto.GetChildrenResponse
-
- getChildren() - Method in class org.apache.zookeeper.server.DataNode
-
convenience methods to get the children
- getChildren(String, Stat, Watcher) - Method in class org.apache.zookeeper.server.DataTree
-
- getChildren() - Method in class org.apache.zookeeper.server.upgrade.DataNodeV1
-
convenience methods to get the children
- getChildren(String, Stat, Watcher) - Method in class org.apache.zookeeper.server.upgrade.DataTreeV1
-
- getChildren(String, Stat, Watcher) - Method in class org.apache.zookeeper.server.ZKDatabase
-
get children list for this path
- 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
-
- GetChildren2Request - Class in org.apache.zookeeper.proto
-
- GetChildren2Request() - Constructor for class org.apache.zookeeper.proto.GetChildren2Request
-
- GetChildren2Request(String, boolean) - Constructor for class org.apache.zookeeper.proto.GetChildren2Request
-
- GetChildren2Response - Class in org.apache.zookeeper.proto
-
- GetChildren2Response() - Constructor for class org.apache.zookeeper.proto.GetChildren2Response
-
- GetChildren2Response(List<String>, Stat) - Constructor for class org.apache.zookeeper.proto.GetChildren2Response
-
- GetChildrenRequest - Class in org.apache.zookeeper.proto
-
- GetChildrenRequest() - Constructor for class org.apache.zookeeper.proto.GetChildrenRequest
-
- GetChildrenRequest(String, boolean) - Constructor for class org.apache.zookeeper.proto.GetChildrenRequest
-
- GetChildrenResponse - Class in org.apache.zookeeper.proto
-
- GetChildrenResponse() - Constructor for class org.apache.zookeeper.proto.GetChildrenResponse
-
- GetChildrenResponse(List<String>) - Constructor for class org.apache.zookeeper.proto.GetChildrenResponse
-
- getChildWatches() - Method in class org.apache.zookeeper.proto.SetWatches
-
- getChrootPath() - Method in class org.apache.zookeeper.client.ConnectStringParser
-
- getClientId() - Method in class org.apache.zookeeper.txn.TxnHeader
-
- getClientPort() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- getClientPort() - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- getClientPort() - Method in class org.apache.zookeeper.server.ZooKeeperServerBean
-
- getClientPort() - Method in interface org.apache.zookeeper.server.ZooKeeperServerMXBean
-
- getClientPortAddress() - Method in class org.apache.zookeeper.server.quorum.QuorumPeerConfig
-
- getClientPortAddress() - Method in class org.apache.zookeeper.server.ServerConfig
-
- getCnxManager() - Method in class org.apache.zookeeper.server.quorum.FastLeaderElection
-
- getCnxnFactory() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- getCode() - Method in exception org.apache.zookeeper.KeeperException
-
- getCommands() - Static method in class org.apache.zookeeper.ZooKeeperMain
-
- getCommandString(int) - Static method in class org.apache.zookeeper.server.ServerCnxn
-
Return the string representation of the specified command code.
- getCommittedLog() - Method in class org.apache.zookeeper.server.ZKDatabase
-
- getConfigStatus() - Method in class org.apache.zookeeper.client.ZooKeeperSaslClient
-
- getConnections() - Method in class org.apache.zookeeper.server.NettyServerCnxnFactory
-
- getConnections() - Method in class org.apache.zookeeper.server.NIOServerCnxnFactory
-
- getConnections() - Method in class org.apache.zookeeper.server.ServerCnxnFactory
-
- getCount() - Method in class org.apache.zookeeper.StatsTrack
-
get the count of nodes allowed as part of quota
- getCounterFromZxid(long) - Static method in class org.apache.zookeeper.server.util.ZxidUtils
-
- 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
-
- getCurrentEpoch() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- getCurrentEpoch() - Method in class org.apache.zookeeper.server.quorum.StateSummary
-
- getCurrentVote() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- getCurrentZxid() - Method in class org.apache.zookeeper.server.quorum.LeaderBean
-
- getCurrentZxid() - Method in interface org.apache.zookeeper.server.quorum.LeaderMXBean
-
Current zxid of cluster.
- 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
-
- getCxid() - Method in class org.apache.zookeeper.txn.TxnHeader
-
- 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() - Method in class org.apache.zookeeper.proto.CreateRequest
-
- getData() - Method in class org.apache.zookeeper.proto.GetDataResponse
-
- getData() - Method in class org.apache.zookeeper.proto.SetDataRequest
-
- getData(String, Stat, Watcher) - Method in class org.apache.zookeeper.server.DataTree
-
- getData() - Method in class org.apache.zookeeper.server.quorum.QuorumPacket
-
- getData(String, Stat, Watcher) - Method in class org.apache.zookeeper.server.upgrade.DataTreeV1
-
- getData(String, Stat, Watcher) - Method in class org.apache.zookeeper.server.ZKDatabase
-
get data and stat for a path
- getData() - Method in class org.apache.zookeeper.txn.CreateTxn
-
- getData() - Method in class org.apache.zookeeper.txn.CreateTxnV0
-
- getData() - Method in class org.apache.zookeeper.txn.SetDataTxn
-
- getData() - Method in class org.apache.zookeeper.txn.Txn
-
- 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.
- getDataDir() - Method in class org.apache.zookeeper.server.persistence.FileTxnSnapLog
-
get the datadir used by this filetxn
snap log
- getDataDir() - Method in class org.apache.zookeeper.server.quorum.QuorumPeerConfig
-
- getDataDir() - Method in class org.apache.zookeeper.server.ServerConfig
-
- getDataLength() - Method in class org.apache.zookeeper.data.Stat
-
- getDataLogDir() - Method in class org.apache.zookeeper.server.DatadirCleanupManager
-
Returns transaction log directory.
- getDataLogDir() - Method in class org.apache.zookeeper.server.quorum.QuorumPeerConfig
-
- getDataLogDir() - Method in class org.apache.zookeeper.server.ServerConfig
-
- GetDataRequest - Class in org.apache.zookeeper.proto
-
- GetDataRequest() - Constructor for class org.apache.zookeeper.proto.GetDataRequest
-
- GetDataRequest(String, boolean) - Constructor for class org.apache.zookeeper.proto.GetDataRequest
-
- GetDataResponse - Class in org.apache.zookeeper.proto
-
- GetDataResponse() - Constructor for class org.apache.zookeeper.proto.GetDataResponse
-
- GetDataResponse(byte[], Stat) - Constructor for class org.apache.zookeeper.proto.GetDataResponse
-
- getDataTree() - Method in class org.apache.zookeeper.server.ZKDatabase
-
the datatree for this zkdatabase
- getDataTreeLastProcessedZxid() - Method in class org.apache.zookeeper.server.ZKDatabase
-
get the last processed zxid from a datatree
- getDataWatches() - Method in class org.apache.zookeeper.proto.SetWatches
-
- getDbid() - Method in class org.apache.zookeeper.server.persistence.FileHeader
-
- getDbId() - Method in class org.apache.zookeeper.server.persistence.FileTxnLog
-
the dbid of this transaction database
- getDbId() - Method in interface org.apache.zookeeper.server.persistence.TxnLog
-
the dbid for this transaction log.
- getDefaultRealm() - Method in class org.apache.zookeeper.server.auth.KerberosName
-
Get the configured default realm.
- getDefaultRealm() - Static method in class org.apache.zookeeper.server.util.KerberosUtil
-
- getDisableAutoResetWatch() - Static method in class org.apache.zookeeper.ClientCnxn
-
tests use this to check on reset of watches
- getDone() - Method in class org.apache.zookeeper.proto.MultiHeader
-
- getElectionAlg() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
Get an instance of LeaderElection
- getElectionAlg() - Method in class org.apache.zookeeper.server.quorum.QuorumPeerConfig
-
- getElectionEpoch() - Method in class org.apache.zookeeper.server.quorum.Vote
-
- getElectionPort() - Method in class org.apache.zookeeper.server.quorum.QuorumPeerConfig
-
- getElectionType() - Method in class org.apache.zookeeper.server.quorum.LocalPeerBean
-
- getElectionType() - Method in interface org.apache.zookeeper.server.quorum.LocalPeerMXBean
-
- getElectionType() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
Gets the election type
- getEphemeral() - Method in class org.apache.zookeeper.txn.CreateTxn
-
- getEphemeral() - Method in class org.apache.zookeeper.txn.CreateTxnV0
-
- getEphemeralNodes() - Method in class org.apache.zookeeper.server.ConnectionBean
-
- getEphemeralNodes() - Method in interface org.apache.zookeeper.server.ConnectionMXBean
-
- 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
-
- getEphemerals(long) - Method in class org.apache.zookeeper.server.DataTree
-
- getEphemerals(long) - Method in class org.apache.zookeeper.server.upgrade.DataTreeV1
-
- getEphemerals(long) - Method in class org.apache.zookeeper.server.ZKDatabase
-
the paths for ephemeral session id
- getEphemeralsCount() - Method in class org.apache.zookeeper.server.DataTree
-
- getEphemeralsMap() - Method in class org.apache.zookeeper.server.DataTree
-
- getEphemeralsMap() - Method in class org.apache.zookeeper.server.upgrade.DataTreeV1
-
return the ephemerals for this tree
- getEpoch() - Method in class org.apache.zookeeper.server.quorum.Leader
-
Returns the current epoch of the leader.
- getEpochFromZxid(long) - Static method in class org.apache.zookeeper.server.util.ZxidUtils
-
- getEpochToPropose(long, long) - Method in class org.apache.zookeeper.server.quorum.Leader
-
- getErr() - Method in class org.apache.zookeeper.OpResult.ErrorResult
-
- getErr() - Method in class org.apache.zookeeper.proto.ErrorResponse
-
- getErr() - Method in class org.apache.zookeeper.proto.MultiHeader
-
- getErr() - Method in class org.apache.zookeeper.proto.ReplyHeader
-
- getErr() - Method in class org.apache.zookeeper.txn.ErrorTxn
-
- getEstablished() - Method in class org.apache.zookeeper.server.ServerCnxn
-
- getException() - Method in class org.apache.zookeeper.server.Request
-
- getExecString() - Method in class org.apache.zookeeper.Shell
-
return an array containing the command name & its parameters
- getExecString() - Method in class org.apache.zookeeper.Shell.ShellCommandExecutor
-
- getExistWatches() - Method in class org.apache.zookeeper.proto.SetWatches
-
- getExitCode() - Method in exception org.apache.zookeeper.Shell.ExitCodeException
-
- getExitCode() - Method in class org.apache.zookeeper.Shell
-
get the exit code
- getFlags() - Method in class org.apache.zookeeper.proto.CreateRequest
-
- getFollower() - Method in class org.apache.zookeeper.server.quorum.FollowerZooKeeperServer
-
- getFormatConversionPolicy(Properties) - Static method in class org.apache.zookeeper.server.persistence.Util
-
Extracts the value of the dbFormatConversion attribute.
- getForwardingFollowers() - Method in class org.apache.zookeeper.server.quorum.Leader
-
Returns a copy of the current forwarding follower snapshot
- 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.
- getGlobalOutstandingLimit() - Method in class org.apache.zookeeper.server.quorum.FollowerZooKeeperServer
-
- getGlobalOutstandingLimit() - Method in class org.apache.zookeeper.server.quorum.LeaderZooKeeperServer
-
- getGlobalOutstandingLimit() - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- 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
- getHeader() - Method in class org.apache.zookeeper.server.persistence.FileTxnLog.FileTxnIterator
-
reutrn the current header
- getHeader() - Method in interface org.apache.zookeeper.server.persistence.TxnLog.TxnIterator
-
return the transaction header.
- getHostName() - Method in class org.apache.zookeeper.server.auth.KerberosName
-
Get the second component of the name.
- getId() - Method in class org.apache.zookeeper.data.ACL
-
- getId() - Method in class org.apache.zookeeper.data.Id
-
- getId() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
get the id of this quorum peer.
- getId() - Method in class org.apache.zookeeper.server.quorum.Vote
-
- getInitLimit() - Method in class org.apache.zookeeper.server.quorum.LocalPeerBean
-
- getInitLimit() - Method in interface org.apache.zookeeper.server.quorum.LocalPeerMXBean
-
- getInitLimit() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
Get the number of ticks that the initial synchronization phase can take
- getInitLimit() - Method in class org.apache.zookeeper.server.quorum.QuorumPeerConfig
-
- getInProcess() - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- getInstance() - Static method in class org.apache.zookeeper.jmx.MBeanRegistry
-
- getInterestOps() - Method in class org.apache.zookeeper.server.NettyServerCnxn
-
- getInterestOps() - Method in class org.apache.zookeeper.server.NIOServerCnxn
-
- getInterestOps() - Method in class org.apache.zookeeper.server.ServerCnxn
-
- getIntValue() - Method in enum org.apache.zookeeper.Watcher.Event.EventType
-
- getIntValue() - Method in enum org.apache.zookeeper.Watcher.Event.KeeperState
-
- getKeeperState() - Method in class org.apache.zookeeper.client.ZooKeeperSaslClient
-
- getKey() - Method in class org.apache.zookeeper.Environment.Entry
-
- getLastCxid() - Method in class org.apache.zookeeper.server.ConnectionBean
-
- getLastCxid() - Method in interface org.apache.zookeeper.server.ConnectionMXBean
-
Last cxid of this connection
- getLastCxid() - Method in class org.apache.zookeeper.server.ServerCnxn
-
- getLastLatency() - Method in class org.apache.zookeeper.server.ConnectionBean
-
- getLastLatency() - Method in interface org.apache.zookeeper.server.ConnectionMXBean
-
Latency of last response to client on this connection in ms
- getLastLatency() - Method in class org.apache.zookeeper.server.ServerCnxn
-
- getLastLoggedZxid() - Method in class org.apache.zookeeper.server.persistence.FileTxnLog
-
get the last zxid that was logged in the transaction logs
- getLastLoggedZxid() - Method in class org.apache.zookeeper.server.persistence.FileTxnSnapLog
-
the last logged zxid on the transaction logs
- getLastLoggedZxid() - Method in interface org.apache.zookeeper.server.persistence.TxnLog
-
the last zxid of the logged transactions.
- getLastLoggedZxid() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
returns the highest zxid that this host has seen
- getLastOperation() - Method in class org.apache.zookeeper.server.ConnectionBean
-
- getLastOperation() - Method in interface org.apache.zookeeper.server.ConnectionMXBean
-
Last operation performed by this connection
- getLastOperation() - Method in class org.apache.zookeeper.server.ServerCnxn
-
- getLastProcessedZxid() - Method in class org.apache.zookeeper.server.ServerStats
-
- getLastProcessedZxid() - Method in interface org.apache.zookeeper.server.ServerStats.Provider
-
- getLastProcessedZxid() - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
return the last proceesed id from the
datatree
- getLastQueued() - Method in class org.apache.zookeeper.server.quorum.Follower
-
The zxid of the last operation queued
- getLastQueuedZxid() - Method in class org.apache.zookeeper.server.quorum.FollowerBean
-
- getLastQueuedZxid() - Method in interface org.apache.zookeeper.server.quorum.FollowerMXBean
-
- getLastResponseTime() - Method in class org.apache.zookeeper.server.ConnectionBean
-
- getLastResponseTime() - Method in interface org.apache.zookeeper.server.ConnectionMXBean
-
Last time server sent a response to client on this connection
- getLastResponseTime() - Method in class org.apache.zookeeper.server.ServerCnxn
-
- getLastZxid() - Method in class org.apache.zookeeper.ClientCnxn
-
- getLastZxid() - Method in class org.apache.zookeeper.server.ConnectionBean
-
- getLastZxid() - Method in interface org.apache.zookeeper.server.ConnectionMXBean
-
Last zxid of this connection
- getLastZxid() - Method in class org.apache.zookeeper.server.DataTreeBean
-
- getLastZxid() - Method in interface org.apache.zookeeper.server.DataTreeMXBean
-
- getLastZxid() - Method in class org.apache.zookeeper.server.quorum.StateSummary
-
- getLastZxid() - Method in class org.apache.zookeeper.server.ServerCnxn
-
- getLastZxidSeen() - Method in class org.apache.zookeeper.proto.ConnectRequest
-
- getLeader() - Method in class org.apache.zookeeper.server.quorum.LeaderZooKeeperServer
-
- getLearner() - Method in class org.apache.zookeeper.server.quorum.FollowerZooKeeperServer
-
- getLearner() - Method in class org.apache.zookeeper.server.quorum.LearnerZooKeeperServer
-
Abstract method to return the learner associated with this server.
- getLearner() - Method in class org.apache.zookeeper.server.quorum.ObserverZooKeeperServer
-
- getLearners() - Method in class org.apache.zookeeper.server.quorum.Leader
-
Returns a copy of the current learner snapshot
- getLearnerType() - Method in class org.apache.zookeeper.server.quorum.LearnerHandler
-
- getLearnerType() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- getLocalAddress() - Method in class org.apache.zookeeper.server.NettyServerCnxnFactory
-
- getLocalAddress() - Method in class org.apache.zookeeper.server.NIOServerCnxnFactory
-
- getLocalAddress() - Method in class org.apache.zookeeper.server.ServerCnxnFactory
-
- getLocalPort() - Method in class org.apache.zookeeper.server.NettyServerCnxnFactory
-
- getLocalPort() - Method in class org.apache.zookeeper.server.NIOServerCnxnFactory
-
- getLocalPort() - Method in class org.apache.zookeeper.server.ServerCnxnFactory
-
- getLogDir(Properties) - Static method in class org.apache.zookeeper.server.persistence.Util
-
Extracts transaction log directory property value from the container.
- getLogFiles(File[], long) - Static method in class org.apache.zookeeper.server.persistence.FileTxnLog
-
Find the log file that starts at, or just before, the snapshot.
- getLogicalClock() - Method in class org.apache.zookeeper.server.quorum.FastLeaderElection
-
Returns the current vlue of the logical clock counter
- getLoginContext() - Method in class org.apache.zookeeper.client.ZooKeeperSaslClient
-
- getLoginContextName() - Method in class org.apache.zookeeper.Login
-
- getLogLock() - Method in class org.apache.zookeeper.server.ZKDatabase
-
Get the lock that controls the committedLog.
- getMagic() - Method in class org.apache.zookeeper.server.persistence.FileHeader
-
- getMax() - Method in class org.apache.zookeeper.proto.GetMaxChildrenResponse
-
- getMax() - Method in class org.apache.zookeeper.proto.SetMaxChildrenRequest
-
- getMax() - Method in class org.apache.zookeeper.txn.SetMaxChildrenTxn
-
- GetMaxChildrenRequest - Class in org.apache.zookeeper.proto
-
- GetMaxChildrenRequest() - Constructor for class org.apache.zookeeper.proto.GetMaxChildrenRequest
-
- GetMaxChildrenRequest(String) - Constructor for class org.apache.zookeeper.proto.GetMaxChildrenRequest
-
- GetMaxChildrenResponse - Class in org.apache.zookeeper.proto
-
- GetMaxChildrenResponse() - Constructor for class org.apache.zookeeper.proto.GetMaxChildrenResponse
-
- GetMaxChildrenResponse(int) - Constructor for class org.apache.zookeeper.proto.GetMaxChildrenResponse
-
- getMaxClientCnxns() - Method in class org.apache.zookeeper.server.quorum.QuorumPeerConfig
-
- getMaxClientCnxns() - Method in class org.apache.zookeeper.server.ServerConfig
-
- getMaxClientCnxnsPerHost() - Method in class org.apache.zookeeper.server.NettyServerCnxnFactory
-
Maximum number of connections allowed from particular host (ip)
- getMaxClientCnxnsPerHost() - Method in class org.apache.zookeeper.server.NIOServerCnxnFactory
-
Maximum number of connections allowed from particular host (ip)
- getMaxClientCnxnsPerHost() - Method in class org.apache.zookeeper.server.quorum.LocalPeerBean
-
- getMaxClientCnxnsPerHost() - Method in interface org.apache.zookeeper.server.quorum.LocalPeerMXBean
-
Current maxClientCnxns allowed from a particular host
- getMaxClientCnxnsPerHost() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
Maximum number of connections allowed from particular host (ip)
- getMaxClientCnxnsPerHost() - Method in class org.apache.zookeeper.server.ServerCnxnFactory
-
Maximum number of connections allowed from particular host (ip)
- getMaxClientCnxnsPerHost() - Method in class org.apache.zookeeper.server.ZooKeeperServerBean
-
- getMaxClientCnxnsPerHost() - Method in interface org.apache.zookeeper.server.ZooKeeperServerMXBean
-
Current maxClientCnxns allowed from a particular host
- getmaxCommittedLog() - Method in class org.apache.zookeeper.server.ZKDatabase
-
the committed log for this zk database
- getMaxLatency() - Method in class org.apache.zookeeper.server.ConnectionBean
-
- getMaxLatency() - Method in interface org.apache.zookeeper.server.ConnectionMXBean
-
Max latency in ms
- getMaxLatency() - Method in class org.apache.zookeeper.server.ServerCnxn
-
- getMaxLatency() - Method in class org.apache.zookeeper.server.ServerStats
-
- getMaxPrefixWithQuota(String) - Method in class org.apache.zookeeper.server.DataTree
-
If there is a quota set, return the appropriate prefix for that quota
Else return null
- getMaxRequestLatency() - Method in class org.apache.zookeeper.server.ZooKeeperServerBean
-
- getMaxRequestLatency() - Method in interface org.apache.zookeeper.server.ZooKeeperServerMXBean
-
- getMaxSessionTimeout() - Method in class org.apache.zookeeper.server.quorum.LocalPeerBean
-
- getMaxSessionTimeout() - Method in interface org.apache.zookeeper.server.quorum.LocalPeerMXBean
-
- getMaxSessionTimeout() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
maximum session timeout in milliseconds
- getMaxSessionTimeout() - Method in class org.apache.zookeeper.server.quorum.QuorumPeerConfig
-
- getMaxSessionTimeout() - Method in class org.apache.zookeeper.server.ServerConfig
-
maximum session timeout in milliseconds, -1 if unset
- getMaxSessionTimeout() - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- getMaxSessionTimeout() - Method in class org.apache.zookeeper.server.ZooKeeperServerBean
-
- getMaxSessionTimeout() - Method in interface org.apache.zookeeper.server.ZooKeeperServerMXBean
-
Current maxSessionTimeout of the server in milliseconds
- getMessage() - Method in exception org.apache.zookeeper.KeeperException
-
- getminCommittedLog() - Method in class org.apache.zookeeper.server.ZKDatabase
-
the minimum committed transaction log
available in memory
- getMinLatency() - Method in class org.apache.zookeeper.server.ConnectionBean
-
- getMinLatency() - Method in interface org.apache.zookeeper.server.ConnectionMXBean
-
Min latency in ms
- getMinLatency() - Method in class org.apache.zookeeper.server.ServerCnxn
-
- getMinLatency() - Method in class org.apache.zookeeper.server.ServerStats
-
- getMinRequestLatency() - Method in class org.apache.zookeeper.server.ZooKeeperServerBean
-
- getMinRequestLatency() - Method in interface org.apache.zookeeper.server.ZooKeeperServerMXBean
-
- getMinSessionTimeout() - Method in class org.apache.zookeeper.server.quorum.LocalPeerBean
-
- getMinSessionTimeout() - Method in interface org.apache.zookeeper.server.quorum.LocalPeerMXBean
-
- getMinSessionTimeout() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
minimum session timeout in milliseconds
- getMinSessionTimeout() - Method in class org.apache.zookeeper.server.quorum.QuorumPeerConfig
-
- getMinSessionTimeout() - Method in class org.apache.zookeeper.server.ServerConfig
-
minimum session timeout in milliseconds, -1 if unset
- getMinSessionTimeout() - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- getMinSessionTimeout() - Method in class org.apache.zookeeper.server.ZooKeeperServerBean
-
- getMinSessionTimeout() - Method in interface org.apache.zookeeper.server.ZooKeeperServerMXBean
-
Current minSessionTimeout of the server in milliseconds
- 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
-
- getMyid() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
get the id of this quorum peer.
- 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 interface org.apache.zookeeper.jmx.ZKMBeanInfo
-
- getName() - Method in class org.apache.zookeeper.server.ConnectionBean
-
- getName() - Method in class org.apache.zookeeper.server.DataTreeBean
-
- getName() - Method in class org.apache.zookeeper.server.quorum.FollowerBean
-
- getName() - Method in class org.apache.zookeeper.server.quorum.LeaderBean
-
- getName() - Method in class org.apache.zookeeper.server.quorum.LeaderElectionBean
-
- getName() - Method in class org.apache.zookeeper.server.quorum.LocalPeerBean
-
- getName() - Method in class org.apache.zookeeper.server.quorum.QuorumBean
-
- getName() - Method in interface org.apache.zookeeper.server.quorum.QuorumMXBean
-
- getName() - Method in class org.apache.zookeeper.server.quorum.ReadOnlyBean
-
- getName() - Method in class org.apache.zookeeper.server.quorum.RemotePeerBean
-
- getName() - Method in interface org.apache.zookeeper.server.quorum.RemotePeerMXBean
-
- getName() - Method in interface org.apache.zookeeper.server.quorum.ServerMXBean
-
- getName() - Method in class org.apache.zookeeper.server.ZooKeeperServerBean
-
- getNewDataTree() - Method in interface org.apache.zookeeper.server.upgrade.UpgradeSnapShot
-
- getNewDataTree() - Method in class org.apache.zookeeper.server.upgrade.UpgradeSnapShotV1
-
- getNode(String) - Method in class org.apache.zookeeper.server.DataTree
-
- getNode(String) - Method in class org.apache.zookeeper.server.upgrade.DataTreeV1
-
- getNode(String) - Method in class org.apache.zookeeper.server.ZKDatabase
-
get the datanode for this path
- getNodeCount() - Method in class org.apache.zookeeper.server.DataTree
-
- getNodeCount() - Method in class org.apache.zookeeper.server.DataTreeBean
-
- getNodeCount() - Method in interface org.apache.zookeeper.server.DataTreeMXBean
-
- getNodeCount() - Method in class org.apache.zookeeper.server.ZKDatabase
-
the node count of the datatree
- getNumAliveClientConnections() - Method in class org.apache.zookeeper.server.ServerStats
-
The number of client connections alive to this server
- getNumAliveConnections() - Method in class org.apache.zookeeper.server.ServerCnxnFactory
-
- getNumAliveConnections() - Method in interface org.apache.zookeeper.server.ServerStats.Provider
-
- getNumAliveConnections() - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
return the total number of client connections that are alive
to this server
- getNumAliveConnections() - Method in class org.apache.zookeeper.server.ZooKeeperServerBean
-
- getNumAliveConnections() - Method in interface org.apache.zookeeper.server.ZooKeeperServerMXBean
-
- getNumChildren() - Method in class org.apache.zookeeper.data.Stat
-
- getNumPendingSyncs() - Method in class org.apache.zookeeper.server.quorum.Leader
-
- getObserver() - Method in class org.apache.zookeeper.server.quorum.ObserverZooKeeperServer
-
- getObservingLearners() - Method in class org.apache.zookeeper.server.quorum.Leader
-
Returns a copy of the current observer snapshot
- getObservingView() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
Returns only observers, no followers.
- getOutput() - Method in class org.apache.zookeeper.Shell.ShellCommandExecutor
-
Get the output of the shell command.
- getOutstandingRequests() - Method in class org.apache.zookeeper.server.ConnectionBean
-
- getOutstandingRequests() - Method in interface org.apache.zookeeper.server.ConnectionMXBean
-
- getOutstandingRequests() - Method in class org.apache.zookeeper.server.NettyServerCnxn
-
- getOutstandingRequests() - Method in class org.apache.zookeeper.server.NIOServerCnxn
-
- getOutstandingRequests() - Method in class org.apache.zookeeper.server.ServerCnxn
-
- getOutstandingRequests() - Method in class org.apache.zookeeper.server.ServerStats
-
- getOutstandingRequests() - Method in interface org.apache.zookeeper.server.ServerStats.Provider
-
- getOutstandingRequests() - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
return the outstanding requests
in the queue, which havent been
processed yet
- getOutstandingRequests() - Method in class org.apache.zookeeper.server.ZooKeeperServerBean
-
- getOutstandingRequests() - Method in interface org.apache.zookeeper.server.ZooKeeperServerMXBean
-
- getOwner() - Method in class org.apache.zookeeper.server.Request
-
- getPacketsReceived() - Method in class org.apache.zookeeper.server.ConnectionBean
-
- getPacketsReceived() - Method in interface org.apache.zookeeper.server.ConnectionMXBean
-
- getPacketsReceived() - Method in class org.apache.zookeeper.server.ServerCnxn
-
- getPacketsReceived() - Method in class org.apache.zookeeper.server.ServerStats
-
- getPacketsReceived() - Method in class org.apache.zookeeper.server.ZooKeeperServerBean
-
- getPacketsReceived() - Method in interface org.apache.zookeeper.server.ZooKeeperServerMXBean
-
- getPacketsSent() - Method in class org.apache.zookeeper.server.ConnectionBean
-
- getPacketsSent() - Method in interface org.apache.zookeeper.server.ConnectionMXBean
-
- getPacketsSent() - Method in class org.apache.zookeeper.server.ServerCnxn
-
- getPacketsSent() - Method in class org.apache.zookeeper.server.ServerStats
-
- getPacketsSent() - Method in class org.apache.zookeeper.server.ZooKeeperServerBean
-
- getPacketsSent() - Method in interface org.apache.zookeeper.server.ZooKeeperServerMXBean
-
- getPacketType(int) - Static method in class org.apache.zookeeper.server.quorum.Leader
-
Get string representation of a given packet type
- getParentCVersion() - Method in class org.apache.zookeeper.txn.CreateTxn
-
- getPasswd() - Method in class org.apache.zookeeper.proto.ConnectRequest
-
- getPasswd() - Method in class org.apache.zookeeper.proto.ConnectResponse
-
- 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.proto.CheckVersionRequest
-
- getPath() - Method in class org.apache.zookeeper.proto.CreateRequest
-
- getPath() - Method in class org.apache.zookeeper.proto.CreateResponse
-
- getPath() - Method in class org.apache.zookeeper.proto.DeleteRequest
-
- getPath() - Method in class org.apache.zookeeper.proto.ExistsRequest
-
- getPath() - Method in class org.apache.zookeeper.proto.GetACLRequest
-
- getPath() - Method in class org.apache.zookeeper.proto.GetChildren2Request
-
- getPath() - Method in class org.apache.zookeeper.proto.GetChildrenRequest
-
- getPath() - Method in class org.apache.zookeeper.proto.GetDataRequest
-
- getPath() - Method in class org.apache.zookeeper.proto.GetMaxChildrenRequest
-
- getPath() - Method in class org.apache.zookeeper.proto.SetACLRequest
-
- getPath() - Method in class org.apache.zookeeper.proto.SetDataRequest
-
- getPath() - Method in class org.apache.zookeeper.proto.SetMaxChildrenRequest
-
- getPath() - Method in class org.apache.zookeeper.proto.SyncRequest
-
- getPath() - Method in class org.apache.zookeeper.proto.SyncResponse
-
- getPath() - Method in class org.apache.zookeeper.proto.WatcherEvent
-
- getPath() - Method in class org.apache.zookeeper.txn.CheckVersionTxn
-
- getPath() - Method in class org.apache.zookeeper.txn.CreateTxn
-
- getPath() - Method in class org.apache.zookeeper.txn.CreateTxnV0
-
- getPath() - Method in class org.apache.zookeeper.txn.DeleteTxn
-
- getPath() - Method in class org.apache.zookeeper.txn.SetACLTxn
-
- getPath() - Method in class org.apache.zookeeper.txn.SetDataTxn
-
- getPath() - Method in class org.apache.zookeeper.txn.SetMaxChildrenTxn
-
- getPath() - Method in class org.apache.zookeeper.WatchedEvent
-
- getPeerEpoch() - Method in class org.apache.zookeeper.server.quorum.Vote
-
- getPeerState() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- getPeerType() - Method in class org.apache.zookeeper.server.quorum.QuorumPeerConfig
-
- getPendingRevalidationCount() - Method in class org.apache.zookeeper.server.ObserverBean
-
- getPendingRevalidationCount() - Method in class org.apache.zookeeper.server.quorum.FollowerBean
-
- getPendingRevalidationCount() - Method in interface org.apache.zookeeper.server.quorum.FollowerMXBean
-
- getPendingRevalidationCount() - Method in interface org.apache.zookeeper.server.quorum.ObserverMXBean
-
- getPendingRevalidationsCount() - Method in class org.apache.zookeeper.server.quorum.Learner
-
- 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
- getPrompt() - Method in class org.apache.zookeeper.ZooKeeperMain
-
- getProtocolVersion() - Method in class org.apache.zookeeper.proto.ConnectRequest
-
- getProtocolVersion() - Method in class org.apache.zookeeper.proto.ConnectResponse
-
- getProtocolVersion() - Method in class org.apache.zookeeper.server.quorum.LearnerInfo
-
- getProvider(String) - Static method in class org.apache.zookeeper.server.auth.ProviderRegistry
-
- getPurgeInterval() - Method in class org.apache.zookeeper.server.DatadirCleanupManager
-
Returns purge interval in hours.
- getPurgeInterval() - Method in class org.apache.zookeeper.server.quorum.QuorumPeerConfig
-
- getPurgeTaskStatus() - Method in class org.apache.zookeeper.server.DatadirCleanupManager
-
Returns the status of the purge task.
- getPzxid() - Method in class org.apache.zookeeper.data.Stat
-
- getPzxid() - Method in class org.apache.zookeeper.data.StatPersisted
-
- getQuorumAddress() - Method in class org.apache.zookeeper.server.ObserverBean
-
- getQuorumAddress() - Method in class org.apache.zookeeper.server.quorum.FollowerBean
-
- getQuorumAddress() - Method in interface org.apache.zookeeper.server.quorum.FollowerMXBean
-
- getQuorumAddress() - Method in class org.apache.zookeeper.server.quorum.LocalPeerBean
-
- getQuorumAddress() - Method in interface org.apache.zookeeper.server.quorum.LocalPeerMXBean
-
- getQuorumAddress() - Method in interface org.apache.zookeeper.server.quorum.ObserverMXBean
-
- getQuorumAddress() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- getQuorumAddress() - Method in class org.apache.zookeeper.server.quorum.RemotePeerBean
-
- getQuorumAddress() - Method in interface org.apache.zookeeper.server.quorum.RemotePeerMXBean
-
- getQuorumCnxManager() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
get reference to QuorumCnxManager
- getQuorumPeer() - Method in class org.apache.zookeeper.server.quorum.QuorumCnxManager
-
Return reference to QuorumPeer
- getQuorumPeers() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
Only used by QuorumStats at the moment
- getQuorumPeers() - Method in class org.apache.zookeeper.server.quorum.QuorumStats
-
- getQuorumPeers() - Method in interface org.apache.zookeeper.server.quorum.QuorumStats.Provider
-
- getQuorumSize() - Method in class org.apache.zookeeper.server.quorum.QuorumBean
-
- getQuorumSize() - Method in interface org.apache.zookeeper.server.quorum.QuorumMXBean
-
- getQuorumSize() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- getQuorumVerifier() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
Return QuorumVerifier object
- getQuorumVerifier() - Method in class org.apache.zookeeper.server.quorum.QuorumPeerConfig
-
- getRealm() - Method in class org.apache.zookeeper.server.auth.KerberosName
-
Get the realm of the name.
- getRelativeZxid() - Method in class org.apache.zookeeper.proto.SetWatches
-
- getRemoteSocketAddress() - Method in class org.apache.zookeeper.server.NettyServerCnxn
-
- getRemoteSocketAddress() - Method in class org.apache.zookeeper.server.NIOServerCnxn
-
- getRemoteSocketAddress() - Method in class org.apache.zookeeper.server.ServerCnxn
-
- 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
-
- getSaslClient() - Method in class org.apache.zookeeper.ZooKeeper
-
- GetSASLRequest - Class in org.apache.zookeeper.proto
-
- GetSASLRequest() - Constructor for class org.apache.zookeeper.proto.GetSASLRequest
-
- GetSASLRequest(byte[]) - Constructor for class org.apache.zookeeper.proto.GetSASLRequest
-
- getSaslState() - Method in class org.apache.zookeeper.client.ZooKeeperSaslClient
-
- getScheme() - Method in class org.apache.zookeeper.data.Id
-
- getScheme() - Method in class org.apache.zookeeper.proto.AuthPacket
-
- getScheme() - Method in interface org.apache.zookeeper.server.auth.AuthenticationProvider
-
The String used to represent this provider.
- getScheme() - Method in class org.apache.zookeeper.server.auth.DigestAuthenticationProvider
-
- getScheme() - Method in class org.apache.zookeeper.server.auth.IPAuthenticationProvider
-
- getScheme() - Method in class org.apache.zookeeper.server.auth.SASLAuthenticationProvider
-
- getServerAddresses() - Method in class org.apache.zookeeper.client.ConnectStringParser
-
- getServerCnxnFactory() - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- getServerId() - Method in class org.apache.zookeeper.server.quorum.LeaderZooKeeperServer
-
Returns the id of the associated QuorumPeer, which will do for a unique
id of this server.
- getServerid() - Method in class org.apache.zookeeper.server.quorum.LearnerInfo
-
- getServerId() - Method in class org.apache.zookeeper.server.quorum.LearnerZooKeeperServer
-
Returns the id of the associated QuorumPeer, which will do for a unique
id of this server.
- getServerId() - Method in class org.apache.zookeeper.server.quorum.QuorumPeerConfig
-
- getServerId() - Method in class org.apache.zookeeper.server.quorum.ReadOnlyZooKeeperServer
-
Returns the id of the associated QuorumPeer, which will do for a unique
id of this server.
- getServerId() - Method in interface org.apache.zookeeper.server.SessionTracker.SessionExpirer
-
- getServerId() - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- getServers() - Method in class org.apache.zookeeper.server.quorum.QuorumPeerConfig
-
- getServerState() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- getServerState() - Method in class org.apache.zookeeper.server.quorum.QuorumStats
-
- getServerState() - Method in interface org.apache.zookeeper.server.quorum.QuorumStats.Provider
-
- getServerState() - Method in class org.apache.zookeeper.server.ServerStats
-
- getServiceName() - Method in class org.apache.zookeeper.server.auth.KerberosName
-
Get the first component of the name.
- getSessionId() - Method in class org.apache.zookeeper.ClientCnxn
-
- getSessionId() - Method in class org.apache.zookeeper.proto.ConnectRequest
-
- getSessionId() - Method in class org.apache.zookeeper.proto.ConnectResponse
-
- getSessionId() - Method in class org.apache.zookeeper.server.ConnectionBean
-
- getSessionId() - Method in interface org.apache.zookeeper.server.ConnectionMXBean
-
- getSessionId() - Method in class org.apache.zookeeper.server.NettyServerCnxn
-
- getSessionId() - Method in class org.apache.zookeeper.server.NIOServerCnxn
-
- getSessionId() - Method in interface org.apache.zookeeper.server.SessionTracker.Session
-
- getSessionId() - Method in class org.apache.zookeeper.server.SessionTrackerImpl.SessionImpl
-
- 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.
- getSessions() - Method in class org.apache.zookeeper.server.DataTree
-
- getSessions() - Method in class org.apache.zookeeper.server.upgrade.DataTreeV1
-
- getSessions() - Method in class org.apache.zookeeper.server.ZKDatabase
-
return the sessions in the datatree
- getSessionTimeout() - Method in class org.apache.zookeeper.ClientCnxn
-
- getSessionTimeout() - Method in class org.apache.zookeeper.server.ConnectionBean
-
- getSessionTimeout() - Method in interface org.apache.zookeeper.server.ConnectionMXBean
-
- getSessionTimeout() - Method in class org.apache.zookeeper.server.NettyServerCnxn
-
- getSessionTimeout() - Method in class org.apache.zookeeper.server.NIOServerCnxn
-
- getSessionTimeout() - Method in class org.apache.zookeeper.ZooKeeper
-
The negotiated session timeout for this ZooKeeper client instance.
- getSessionWithTimeOuts() - Method in interface org.apache.zookeeper.server.upgrade.UpgradeSnapShot
-
- getSessionWithTimeOuts() - Method in class org.apache.zookeeper.server.upgrade.UpgradeSnapShotV1
-
- getSessionWithTimeOuts() - Method in class org.apache.zookeeper.server.ZKDatabase
-
get sessions with timeouts
- getShortName() - Method in class org.apache.zookeeper.server.auth.KerberosName
-
Get the translation of the principal name into an operating system
user name.
- getSnapCount() - Static method in class org.apache.zookeeper.server.SyncRequestProcessor
-
used by tests to get the snapcount
- getSnapCount() - Static method in class org.apache.zookeeper.server.ZooKeeperServer
-
- getSnapDir() - Method in class org.apache.zookeeper.server.DatadirCleanupManager
-
Returns the snapshot directory.
- getSnapDir() - Method in class org.apache.zookeeper.server.persistence.FileTxnSnapLog
-
get the snap dir used by this
filetxn snap log
- getSnapDir(Properties) - Static method in class org.apache.zookeeper.server.persistence.Util
-
Extracts snapshot directory property value from the container.
- getSnapRetainCount() - Method in class org.apache.zookeeper.server.DatadirCleanupManager
-
Returns the number of snapshots to be retained after purge.
- getSnapRetainCount() - Method in class org.apache.zookeeper.server.quorum.QuorumPeerConfig
-
- getSnapshotLogs(long) - Method in class org.apache.zookeeper.server.persistence.FileTxnSnapLog
-
get the snapshot logs that are greater than
the given zxid
- getSocket() - Method in class org.apache.zookeeper.server.quorum.Learner
-
Socket getter
- getSocket() - Method in class org.apache.zookeeper.server.quorum.LearnerHandler
-
- getSourceIP() - Method in class org.apache.zookeeper.server.ConnectionBean
-
- getSourceIP() - Method in interface org.apache.zookeeper.server.ConnectionMXBean
-
- getStartedTime() - Method in class org.apache.zookeeper.server.ConnectionBean
-
- getStartedTime() - Method in interface org.apache.zookeeper.server.ConnectionMXBean
-
- getStartTime() - Method in class org.apache.zookeeper.server.quorum.LeaderElectionBean
-
- getStartTime() - Method in interface org.apache.zookeeper.server.quorum.LeaderElectionMXBean
-
- getStartTime() - Method in class org.apache.zookeeper.server.quorum.ServerBean
-
- getStartTime() - Method in interface org.apache.zookeeper.server.quorum.ServerMXBean
-
- getStartTime() - Method in class org.apache.zookeeper.server.ZooKeeperServerBean
-
- getStartTime() - Method in interface org.apache.zookeeper.server.ZooKeeperServerMXBean
-
- getStat() - Method in class org.apache.zookeeper.OpResult.SetDataResult
-
- getStat() - Method in class org.apache.zookeeper.proto.ExistsResponse
-
- getStat() - Method in class org.apache.zookeeper.proto.GetACLResponse
-
- getStat() - Method in class org.apache.zookeeper.proto.GetChildren2Response
-
- getStat() - Method in class org.apache.zookeeper.proto.GetDataResponse
-
- getStat() - Method in class org.apache.zookeeper.proto.SetACLResponse
-
- getStat() - Method in class org.apache.zookeeper.proto.SetDataResponse
-
- getState() - Method in class org.apache.zookeeper.proto.WatcherEvent
-
- getState() - Method in class org.apache.zookeeper.server.quorum.FollowerZooKeeperServer
-
- getState() - Method in class org.apache.zookeeper.server.quorum.LeaderZooKeeperServer
-
- getState() - Method in class org.apache.zookeeper.server.quorum.LocalPeerBean
-
- getState() - Method in interface org.apache.zookeeper.server.quorum.LocalPeerMXBean
-
- getState() - Method in class org.apache.zookeeper.server.quorum.ObserverZooKeeperServer
-
- getState() - Method in class org.apache.zookeeper.server.quorum.ReadOnlyZooKeeperServer
-
- getState() - Method in class org.apache.zookeeper.server.quorum.Vote
-
- getState() - Method in interface org.apache.zookeeper.server.ServerStats.Provider
-
- getState() - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- getState() - Method in class org.apache.zookeeper.WatchedEvent
-
- getState() - Method in class org.apache.zookeeper.ZooKeeper
-
- getSubject() - Method in class org.apache.zookeeper.Login
-
- getSyncLimit() - Method in class org.apache.zookeeper.server.quorum.LocalPeerBean
-
- getSyncLimit() - Method in interface org.apache.zookeeper.server.quorum.LocalPeerMXBean
-
- getSyncLimit() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
Get the synclimit
- getSyncLimit() - Method in class org.apache.zookeeper.server.quorum.QuorumPeerConfig
-
- getTextTraceLevel() - Static method in class org.apache.zookeeper.server.ZooTrace
-
- getThreadCount() - Method in class org.apache.zookeeper.server.quorum.QuorumCnxManager
-
Return number of worker threads
- getTick() - Method in class org.apache.zookeeper.server.quorum.LocalPeerBean
-
- getTick() - Method in interface org.apache.zookeeper.server.quorum.LocalPeerMXBean
-
- getTick() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
Get the current tick
- getTickTime() - Method in class org.apache.zookeeper.server.quorum.LocalPeerBean
-
- getTickTime() - Method in interface org.apache.zookeeper.server.quorum.LocalPeerMXBean
-
- getTickTime() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
Get the number of milliseconds of each tick
- getTickTime() - Method in class org.apache.zookeeper.server.quorum.QuorumPeerConfig
-
- getTickTime() - Method in class org.apache.zookeeper.server.ServerConfig
-
- getTickTime() - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- getTickTime() - Method in class org.apache.zookeeper.server.ZooKeeperServerBean
-
- getTickTime() - Method in interface org.apache.zookeeper.server.ZooKeeperServerMXBean
-
Current TickTime of server in milliseconds
- getTime() - Method in class org.apache.zookeeper.txn.TxnHeader
-
- getTimeOut() - Method in class org.apache.zookeeper.proto.ConnectRequest
-
- getTimeOut() - Method in class org.apache.zookeeper.proto.ConnectResponse
-
- getTimeout() - Method in interface org.apache.zookeeper.server.SessionTracker.Session
-
- getTimeout() - Method in class org.apache.zookeeper.server.SessionTrackerImpl.SessionImpl
-
- getTimeOut() - Method in class org.apache.zookeeper.txn.CreateSessionTxn
-
- getToken() - Method in class org.apache.zookeeper.proto.GetSASLRequest
-
- getToken() - Method in class org.apache.zookeeper.proto.SetSASLRequest
-
- getToken() - Method in class org.apache.zookeeper.proto.SetSASLResponse
-
- getTouchSnapshot() - Method in class org.apache.zookeeper.server.quorum.LearnerZooKeeperServer
-
Returns the current state of the session tracker.
- getTraceMask(String, int) - Static method in class org.apache.zookeeper.ServerAdminClient
-
- getTraceMaskCmd - Static variable in class org.apache.zookeeper.server.ServerCnxn
-
- getTxn() - Method in class org.apache.zookeeper.server.persistence.FileTxnLog.FileTxnIterator
-
return the current transaction
- getTxn() - Method in interface org.apache.zookeeper.server.persistence.TxnLog.TxnIterator
-
return the transaction record.
- getTxnFactory() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- getTxnLogFactory() - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- getTxns() - Method in class org.apache.zookeeper.txn.MultiTxn
-
- 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.proto.AuthPacket
-
- getType() - Method in class org.apache.zookeeper.proto.MultiHeader
-
- getType() - Method in class org.apache.zookeeper.proto.RequestHeader
-
- getType() - Method in class org.apache.zookeeper.proto.WatcherEvent
-
- getType() - Method in class org.apache.zookeeper.server.quorum.QuorumPacket
-
- getType() - Method in class org.apache.zookeeper.txn.Txn
-
- getType() - Method in class org.apache.zookeeper.txn.TxnHeader
-
- 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.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() - Method in class org.apache.zookeeper.proto.CheckVersionRequest
-
- getVersion() - Method in class org.apache.zookeeper.proto.DeleteRequest
-
- getVersion() - Method in class org.apache.zookeeper.proto.SetACLRequest
-
- getVersion() - Method in class org.apache.zookeeper.proto.SetDataRequest
-
- getVersion() - Method in class org.apache.zookeeper.server.persistence.FileHeader
-
- getVersion() - Method in class org.apache.zookeeper.server.ZooKeeperServerBean
-
- getVersion() - Method in interface org.apache.zookeeper.server.ZooKeeperServerMXBean
-
- getVersion() - Method in class org.apache.zookeeper.txn.CheckVersionTxn
-
- getVersion() - Method in class org.apache.zookeeper.txn.SetACLTxn
-
- getVersion() - Method in class org.apache.zookeeper.txn.SetDataTxn
-
- getVersion() - Static method in class org.apache.zookeeper.Version
-
- getVersionRevision() - Static method in class org.apache.zookeeper.Version
-
- getView() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
A 'view' is a node's current opinion of the membership of the entire
ensemble.
- getVotingView() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
Observers are not contained in this view, only nodes with
PeerType=PARTICIPANT.
- getWatch() - Method in class org.apache.zookeeper.proto.ExistsRequest
-
- getWatch() - Method in class org.apache.zookeeper.proto.GetChildren2Request
-
- getWatch() - Method in class org.apache.zookeeper.proto.GetChildrenRequest
-
- getWatch() - Method in class org.apache.zookeeper.proto.GetDataRequest
-
- getWatchCount() - Method in class org.apache.zookeeper.server.DataTree
-
- getWatchCount() - Method in class org.apache.zookeeper.server.DataTreeBean
-
- getWatchCount() - Method in interface org.apache.zookeeper.server.DataTreeMXBean
-
- getWeight(long) - Method in class org.apache.zookeeper.server.quorum.flexible.QuorumHierarchical
-
Returns the weight of a server.
- getWeight(long) - Method in class org.apache.zookeeper.server.quorum.flexible.QuorumMaj
-
Returns weight of 1 by default.
- getWeight(long) - Method in interface org.apache.zookeeper.server.quorum.flexible.QuorumVerifier
-
- 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
-
- getXid() - Method in class org.apache.zookeeper.proto.ReplyHeader
-
- getXid() - Method in class org.apache.zookeeper.proto.RequestHeader
-
- getZKDatabase() - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
get the zookeeper database for this server
- getZxid() - Method in class org.apache.zookeeper.proto.ReplyHeader
-
- getZxid() - Method in class org.apache.zookeeper.server.quorum.Follower
-
The zxid of the last operation seen
- getZxid() - Method in class org.apache.zookeeper.server.quorum.QuorumPacket
-
- getZxid() - Method in class org.apache.zookeeper.server.quorum.Vote
-
- getZxid() - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
This should be called from a synchronized block on this!
- getZxid() - Method in class org.apache.zookeeper.txn.TxnHeader
-
- getZxidFromName(String, String) - Static method in class org.apache.zookeeper.server.persistence.Util
-
Extracts zxid from the file name.
- main(String[]) - Static method in class org.apache.zookeeper.client.FourLetterWordMain
-
- main(String[]) - Static method in class org.apache.zookeeper.server.auth.DigestAuthenticationProvider
-
Call with a single argument of user:pass to generate authdata.
- main(String[]) - Static method in class org.apache.zookeeper.server.auth.KerberosName
-
- main(String[]) - Static method in class org.apache.zookeeper.server.LogFormatter
-
- main(String[]) - Static method in class org.apache.zookeeper.server.PurgeTxnLog
-
- main(String[]) - Static method in class org.apache.zookeeper.server.quorum.QuorumPeerMain
-
To start the replicated server specify the configuration file name on
the command line.
- main(String[]) - Static method in class org.apache.zookeeper.server.SnapshotFormatter
-
USAGE: SnapshotFormatter snapshot_file
- main(String[]) - Static method in class org.apache.zookeeper.server.TraceFormatter
-
- main(String[]) - Static method in class org.apache.zookeeper.server.upgrade.UpgradeMain
-
- main(String[]) - Static method in class org.apache.zookeeper.server.ZooKeeperServerMain
-
- main(String[]) - Static method in class org.apache.zookeeper.ServerAdminClient
-
- main(String[]) - Static method in class org.apache.zookeeper.Version
-
Prints the current version, revision and build date to the standard out.
- main(String[]) - Static method in class org.apache.zookeeper.version.util.VerGen
-
Emits a org.apache.zookeeper.version.Info interface file with version and
revision information constants set to the values passed in as command
line parameters.
- main(String[]) - Static method in class org.apache.zookeeper.ZooKeeperMain
-
- maj - Variable in class org.apache.zookeeper.version.util.VerGen.Version
-
- MAJOR - Static variable in interface org.apache.zookeeper.version.Info
-
- makeChecksumAlgorithm() - Method in class org.apache.zookeeper.server.persistence.FileTxnLog.FileTxnIterator
-
create a checksum algorithm
- makeChecksumAlgorithm() - Method in class org.apache.zookeeper.server.persistence.FileTxnLog
-
creates a checksum alogrithm to be used
- makeFileLoggerURL(File, File) - Static method in class org.apache.zookeeper.server.persistence.Util
-
Given two directory files the method returns a well-formed
logfile provider URI.
- makeFileLoggerURL(File, File, String) - Static method in class org.apache.zookeeper.server.persistence.Util
-
- makeFollower(FileTxnSnapLog) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- makeFullPath(String, String...) - Method in class org.apache.zookeeper.jmx.MBeanRegistry
-
Generate a filesystem-like path.
- makeFullPath(String, ZKMBeanInfo) - Method in class org.apache.zookeeper.jmx.MBeanRegistry
-
- makeLeader(FileTxnSnapLog) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- makeLEStrategy() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- makeLogName(long) - Static method in class org.apache.zookeeper.server.persistence.Util
-
Creates a valid transaction log file name.
- makeObjectName(String, ZKMBeanInfo) - Method in class org.apache.zookeeper.jmx.MBeanRegistry
-
Builds an MBean path and creates an ObjectName instance using the path.
- makeObserver(FileTxnSnapLog) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- makeSnapshotName(long) - Static method in class org.apache.zookeeper.server.persistence.Util
-
Creates a snapshot file name.
- makeURIString(String, String, String) - Static method in class org.apache.zookeeper.server.persistence.Util
-
- makeZxid(long, long) - Static method in class org.apache.zookeeper.server.util.ZxidUtils
-
- ManagedUtil - Class in org.apache.zookeeper.jmx
-
Shared utilities
- ManagedUtil() - Constructor for class org.apache.zookeeper.jmx.ManagedUtil
-
- MarshallingError - Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated
-
- marshallTxnEntry(TxnHeader, Record) - Static method in class org.apache.zookeeper.server.persistence.Util
-
Serializes transaction header and transaction data into a byte buffer.
- matches(String, String) - Method in interface org.apache.zookeeper.server.auth.AuthenticationProvider
-
This method is called to see if the given id matches the given id
expression in the ACL.
- matches(String, String) - Method in class org.apache.zookeeper.server.auth.DigestAuthenticationProvider
-
- matches(String, String) - Method in class org.apache.zookeeper.server.auth.IPAuthenticationProvider
-
- matches(String, String) - Method in class org.apache.zookeeper.server.auth.SASLAuthenticationProvider
-
- materialize(Watcher.Event.KeeperState, Watcher.Event.EventType, String) - Method in interface org.apache.zookeeper.ClientWatchManager
-
Return a set of watchers that should be notified of the event.
- maxClientCnxns - Variable in class org.apache.zookeeper.server.quorum.QuorumPeerConfig
-
- maxClientCnxns - Variable in class org.apache.zookeeper.server.ServerConfig
-
- maxCommittedLog - Variable in class org.apache.zookeeper.server.ZKDatabase
-
- maxLatency - Variable in class org.apache.zookeeper.server.ServerCnxn
-
- maxSessionTimeout - Variable in class org.apache.zookeeper.server.quorum.QuorumPeer
-
Maximum number of milliseconds to allow for session timeout.
- maxSessionTimeout - Variable in class org.apache.zookeeper.server.quorum.QuorumPeerConfig
-
defaults to -1 if not set explicitly
- maxSessionTimeout - Variable in class org.apache.zookeeper.server.ServerConfig
-
defaults to -1 if not set explicitly
- maxSessionTimeout - Variable in class org.apache.zookeeper.server.ZooKeeperServer
-
value of -1 indicates unset, use default
- MBeanRegistry - Class in org.apache.zookeeper.jmx
-
This class provides a unified interface for registering/unregistering of
zookeeper MBeans with the platform MBean server.
- MBeanRegistry() - Constructor for class org.apache.zookeeper.jmx.MBeanRegistry
-
- me - Static variable in class org.apache.zookeeper.server.ServerCnxn
-
- MICRO - Static variable in interface org.apache.zookeeper.version.Info
-
- micro - Variable in class org.apache.zookeeper.version.util.VerGen.Version
-
- min - Variable in class org.apache.zookeeper.version.util.VerGen.Version
-
- minCommittedLog - Variable in class org.apache.zookeeper.server.ZKDatabase
-
- minLatency - Variable in class org.apache.zookeeper.server.ServerCnxn
-
- MINOR - Static variable in interface org.apache.zookeeper.version.Info
-
- minSessionTimeout - Variable in class org.apache.zookeeper.server.quorum.QuorumPeer
-
Minimum number of milliseconds to allow for session timeout.
- minSessionTimeout - Variable in class org.apache.zookeeper.server.quorum.QuorumPeerConfig
-
defaults to -1 if not set explicitly
- minSessionTimeout - Variable in class org.apache.zookeeper.server.ServerConfig
-
defaults to -1 if not set explicitly
- minSessionTimeout - Variable in class org.apache.zookeeper.server.ZooKeeperServer
-
value of -1 indicates unset, use default
- mntrCmd - Static variable in class org.apache.zookeeper.server.ServerCnxn
-
- multi - Static variable in interface org.apache.zookeeper.ZooDefs.OpCode
-
- multi(Iterable<Op>) - Method in class org.apache.zookeeper.ZooKeeper
-
Executes multiple ZooKeeper operations or none of them.
- MultiHeader - Class in org.apache.zookeeper.proto
-
- MultiHeader() - Constructor for class org.apache.zookeeper.proto.MultiHeader
-
- MultiHeader(int, boolean, int) - Constructor for class org.apache.zookeeper.proto.MultiHeader
-
- multiInternal(MultiTransactionRecord) - Method in class org.apache.zookeeper.ZooKeeper
-
- MultiResponse - Class in org.apache.zookeeper
-
Handles the response from a multi request.
- MultiResponse() - Constructor for class org.apache.zookeeper.MultiResponse
-
- multiResult - Variable in class org.apache.zookeeper.server.DataTree.ProcessTxnResult
-
- MultiTransactionRecord - Class in org.apache.zookeeper
-
Encodes a composite transaction.
- MultiTransactionRecord() - Constructor for class org.apache.zookeeper.MultiTransactionRecord
-
- MultiTransactionRecord(Iterable<Op>) - Constructor for class org.apache.zookeeper.MultiTransactionRecord
-
- MultiTxn - Class in org.apache.zookeeper.txn
-
- MultiTxn() - Constructor for class org.apache.zookeeper.txn.MultiTxn
-
- MultiTxn(List<Txn>) - Constructor for class org.apache.zookeeper.txn.MultiTxn
-
- sasl - Static variable in interface org.apache.zookeeper.ZooDefs.OpCode
-
- SASLAuthenticationProvider - Class in org.apache.zookeeper.server.auth
-
- SASLAuthenticationProvider() - Constructor for class org.apache.zookeeper.server.auth.SASLAuthenticationProvider
-
- SaslServerCallbackHandler - Class in org.apache.zookeeper.server.auth
-
- SaslServerCallbackHandler(Configuration) - Constructor for class org.apache.zookeeper.server.auth.SaslServerCallbackHandler
-
- saslServerCallbackHandler - Variable in class org.apache.zookeeper.server.ServerCnxnFactory
-
- save(DataTree, ConcurrentHashMap<Long, Integer>) - Method in class org.apache.zookeeper.server.persistence.FileTxnSnapLog
-
save the datatree and the sessions into a snapshot
- self - Variable in class org.apache.zookeeper.server.quorum.LeaderElection
-
Deprecated.
- self - Variable in class org.apache.zookeeper.server.quorum.QuorumZooKeeperServer
-
- 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
- SendAckRequestProcessor - Class in org.apache.zookeeper.server.quorum
-
- sendBuffer(ByteBuffer) - Method in class org.apache.zookeeper.server.NettyServerCnxn
-
- sendBuffer(ByteBuffer) - Method in class org.apache.zookeeper.server.NIOServerCnxn
-
- sendCloseSession() - Method in class org.apache.zookeeper.server.NettyServerCnxn
-
Send close connection packet to the client.
- sendCloseSession() - Method in class org.apache.zookeeper.server.NIOServerCnxn
-
- sendPacket(Record, Record, AsyncCallback, int) - Method in class org.apache.zookeeper.ClientCnxn
-
- sendResponse(ReplyHeader, Record, String) - Method in class org.apache.zookeeper.server.NettyServerCnxn
-
- sendResponse(ReplyHeader, Record, String) - Method in class org.apache.zookeeper.server.NIOServerCnxn
-
- sendResponse(ReplyHeader, Record, String) - Method in class org.apache.zookeeper.server.ServerCnxn
-
- sendSync(LearnerSyncRequest) - Method in class org.apache.zookeeper.server.quorum.Leader
-
Sends a sync message to the appropriate server
- 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
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.AuthPacket
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.CheckVersionRequest
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.ConnectRequest
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.ConnectResponse
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.CreateRequest
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.CreateResponse
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.DeleteRequest
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.ErrorResponse
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.ExistsRequest
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.ExistsResponse
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.GetACLRequest
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.GetACLResponse
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.GetChildren2Request
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.GetChildren2Response
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.GetChildrenRequest
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.GetChildrenResponse
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.GetDataRequest
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.GetDataResponse
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.GetMaxChildrenRequest
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.GetMaxChildrenResponse
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.GetSASLRequest
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.MultiHeader
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.ReplyHeader
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.RequestHeader
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.SetACLRequest
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.SetACLResponse
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.SetDataRequest
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.SetDataResponse
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.SetMaxChildrenRequest
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.SetSASLRequest
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.SetSASLResponse
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.SetWatches
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.SyncRequest
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.SyncResponse
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.proto.WatcherEvent
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.server.DataNode
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.server.DataTree
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.server.persistence.FileHeader
-
- serialize(DataTree, Map<Long, Integer>, OutputArchive, FileHeader) - Method in class org.apache.zookeeper.server.persistence.FileSnap
-
serialize the datatree and sessions
- serialize(DataTree, Map<Long, Integer>, File) - Method in class org.apache.zookeeper.server.persistence.FileSnap
-
serialize the datatree and session into the file snapshot
- serialize(DataTree, Map<Long, Integer>, File) - Method in interface org.apache.zookeeper.server.persistence.SnapShot
-
persist the datatree and the sessions into a persistence storage
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.server.quorum.LearnerInfo
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.server.quorum.QuorumPacket
-
- serialize(OutputArchive) - Method in class org.apache.zookeeper.server.ReferenceCountedACLCache
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.server.upgrade.DataNodeV1
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.server.upgrade.DataTreeV1
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.txn.CheckVersionTxn
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.txn.CreateSessionTxn
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.txn.CreateTxn
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.txn.CreateTxnV0
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.txn.DeleteTxn
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.txn.ErrorTxn
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.txn.MultiTxn
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.txn.SetACLTxn
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.txn.SetDataTxn
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.txn.SetMaxChildrenTxn
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.txn.Txn
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.txn.TxnHeader
-
- serializeSnapshot(DataTree, OutputArchive, Map<Long, Integer>) - Static method in class org.apache.zookeeper.server.util.SerializeUtils
-
- serializeSnapshot(OutputArchive) - Method in class org.apache.zookeeper.server.ZKDatabase
-
serialize the snapshot
- SerializeUtils - Class in org.apache.zookeeper.server.util
-
- SerializeUtils() - Constructor for class org.apache.zookeeper.server.util.SerializeUtils
-
- SERVER_PACKET_TRACE_MASK - Static variable in class org.apache.zookeeper.server.ZooTrace
-
- SERVER_PING_TRACE_MASK - Static variable in class org.apache.zookeeper.server.ZooTrace
-
- ServerAdminClient - Class in org.apache.zookeeper
-
- ServerAdminClient() - Constructor for class org.apache.zookeeper.ServerAdminClient
-
- ServerBean - Class in org.apache.zookeeper.server.quorum
-
An abstract base class for the leader and follower MBeans.
- ServerBean() - Constructor for class org.apache.zookeeper.server.quorum.ServerBean
-
- ServerCnxn - Class in org.apache.zookeeper.server
-
Interface to a Server connection - represents a connection from a client
to the server.
- ServerCnxn() - Constructor for class org.apache.zookeeper.server.ServerCnxn
-
- ServerCnxn.CloseRequestException - Exception in org.apache.zookeeper.server
-
- ServerCnxn.CloseRequestException(String) - Constructor for exception org.apache.zookeeper.server.ServerCnxn.CloseRequestException
-
- ServerCnxn.EndOfStreamException - Exception in org.apache.zookeeper.server
-
- ServerCnxn.EndOfStreamException(String) - Constructor for exception org.apache.zookeeper.server.ServerCnxn.EndOfStreamException
-
- ServerCnxnFactory - Class in org.apache.zookeeper.server
-
- ServerCnxnFactory() - Constructor for class org.apache.zookeeper.server.ServerCnxnFactory
-
- ServerCnxnFactory.PacketProcessor - Interface in org.apache.zookeeper.server
-
- ServerConfig - Class in org.apache.zookeeper.server
-
Server configuration storage.
- ServerConfig() - Constructor for class org.apache.zookeeper.server.ServerConfig
-
- serverGroup - Variable in class org.apache.zookeeper.server.quorum.QuorumPeerConfig
-
- serverId - Variable in class org.apache.zookeeper.server.quorum.QuorumPeerConfig
-
- ServerMXBean - Interface in org.apache.zookeeper.server.quorum
-
A quorum server MBean.
- servers - Variable in class org.apache.zookeeper.server.quorum.QuorumPeerConfig
-
- serverStats() - Method in class org.apache.zookeeper.server.NettyServerCnxn
-
- serverStats() - Method in class org.apache.zookeeper.server.NIOServerCnxn
-
- serverStats() - Method in class org.apache.zookeeper.server.ServerCnxn
-
- ServerStats - Class in org.apache.zookeeper.server
-
Basic Server Statistics
- ServerStats(ServerStats.Provider) - Constructor for class org.apache.zookeeper.server.ServerStats
-
- serverStats() - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- ServerStats.Provider - Interface in org.apache.zookeeper.server
-
- serverWeight - Variable in class org.apache.zookeeper.server.quorum.QuorumPeerConfig
-
- SESSION_TRACE_MASK - Static variable in class org.apache.zookeeper.server.ZooTrace
-
- SessionExpired - Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated
-
- sessionId - Variable in class org.apache.zookeeper.server.Request
-
- sessionsWithTimeouts - Variable in class org.apache.zookeeper.server.ZKDatabase
-
- SessionTracker - Interface in org.apache.zookeeper.server
-
This is the basic interface that ZooKeeperServer uses to track sessions.
- sessionTracker - Variable in class org.apache.zookeeper.server.ZooKeeperServer
-
- SessionTracker.Session - Interface in org.apache.zookeeper.server
-
- SessionTracker.SessionExpirer - Interface in org.apache.zookeeper.server
-
- SessionTrackerImpl - Class in org.apache.zookeeper.server
-
This is a full featured SessionTracker.
- SessionTrackerImpl(SessionTracker.SessionExpirer, ConcurrentHashMap<Long, Integer>, int, long) - Constructor for class org.apache.zookeeper.server.SessionTrackerImpl
-
- SessionTrackerImpl.SessionImpl - Class in org.apache.zookeeper.server
-
- 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
- setAcceptedEpoch(long) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- setAcl(List<ACL>) - Method in class org.apache.zookeeper.proto.CreateRequest
-
- setAcl(List<ACL>) - Method in class org.apache.zookeeper.proto.GetACLResponse
-
- setAcl(List<ACL>) - Method in class org.apache.zookeeper.proto.SetACLRequest
-
- setACL(String, List<ACL>, int) - Method in class org.apache.zookeeper.server.DataTree
-
- setACL(String, List<ACL>, int) - Method in class org.apache.zookeeper.server.upgrade.DataTreeV1
-
- setAcl(List<ACL>) - Method in class org.apache.zookeeper.txn.CreateTxn
-
- setAcl(List<ACL>) - Method in class org.apache.zookeeper.txn.CreateTxnV0
-
- setAcl(List<ACL>) - Method in class org.apache.zookeeper.txn.SetACLTxn
-
- 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 version matches the version of the node.
- setACL(String, List<ACL>, int, AsyncCallback.StatCallback, Object) - Method in class org.apache.zookeeper.ZooKeeper
-
The asynchronous version of setACL.
- SetACLRequest - Class in org.apache.zookeeper.proto
-
- SetACLRequest() - Constructor for class org.apache.zookeeper.proto.SetACLRequest
-
- SetACLRequest(String, List<ACL>, int) - Constructor for class org.apache.zookeeper.proto.SetACLRequest
-
- SetACLResponse - Class in org.apache.zookeeper.proto
-
- SetACLResponse() - Constructor for class org.apache.zookeeper.proto.SetACLResponse
-
- SetACLResponse(Stat) - Constructor for class org.apache.zookeeper.proto.SetACLResponse
-
- SetACLTxn - Class in org.apache.zookeeper.txn
-
- SetACLTxn() - Constructor for class org.apache.zookeeper.txn.SetACLTxn
-
- SetACLTxn(String, List<ACL>, int) - Constructor for class org.apache.zookeeper.txn.SetACLTxn
-
- setAuth(byte[]) - Method in class org.apache.zookeeper.proto.AuthPacket
-
- setAuthinfo(List<Id>) - Method in class org.apache.zookeeper.server.quorum.QuorumPacket
-
- 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.
- setChildren(List<String>) - Method in class org.apache.zookeeper.proto.GetChildren2Response
-
- setChildren(List<String>) - Method in class org.apache.zookeeper.proto.GetChildrenResponse
-
- setChildren(HashSet<String>) - Method in class org.apache.zookeeper.server.DataNode
-
convenience method for setting the children for this datanode
- setChildren(HashSet<String>) - Method in class org.apache.zookeeper.server.upgrade.DataNodeV1
-
convenience method for creating DataNode
fully
- setChildWatches(List<String>) - Method in class org.apache.zookeeper.proto.SetWatches
-
- setClientId(long) - Method in class org.apache.zookeeper.txn.TxnHeader
-
- setClientPortAddress(InetSocketAddress) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- setCnxnFactory(ServerCnxnFactory) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- setCode(int) - Method in exception org.apache.zookeeper.KeeperException
-
Deprecated.
deprecated in 3.1.0, exceptions should be immutable, this
method should not be used
- setConfiguration() - Static method in class org.apache.zookeeper.server.auth.KerberosName
-
Set the static configuration to get the rules.
- 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
-
- setCurrentEpoch(long) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- setCurrentVote(Vote) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- 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
-
- setCversionPzxid(String, int, long) - Method in class org.apache.zookeeper.server.DataTree
-
This method sets the Cversion and Pzxid for the specified node to the
values passed as arguments.
- setCxid(int) - Method in class org.apache.zookeeper.txn.TxnHeader
-
- 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(byte[]) - Method in class org.apache.zookeeper.proto.CreateRequest
-
- setData(byte[]) - Method in class org.apache.zookeeper.proto.GetDataResponse
-
- setData(byte[]) - Method in class org.apache.zookeeper.proto.SetDataRequest
-
- setData(String, byte[], int, long, long) - Method in class org.apache.zookeeper.server.DataTree
-
- setData(byte[]) - Method in class org.apache.zookeeper.server.quorum.QuorumPacket
-
- setData(String, byte[], int, long, long) - Method in class org.apache.zookeeper.server.upgrade.DataTreeV1
-
- setData(String, byte[], int) - Method in class org.apache.zookeeper.Transaction
-
- setData(byte[]) - Method in class org.apache.zookeeper.txn.CreateTxn
-
- setData(byte[]) - Method in class org.apache.zookeeper.txn.CreateTxnV0
-
- setData(byte[]) - Method in class org.apache.zookeeper.txn.SetDataTxn
-
- setData(byte[]) - Method in class org.apache.zookeeper.txn.Txn
-
- 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
-
- SetDataRequest - Class in org.apache.zookeeper.proto
-
- SetDataRequest() - Constructor for class org.apache.zookeeper.proto.SetDataRequest
-
- SetDataRequest(String, byte[], int) - Constructor for class org.apache.zookeeper.proto.SetDataRequest
-
- SetDataResponse - Class in org.apache.zookeeper.proto
-
- SetDataResponse() - Constructor for class org.apache.zookeeper.proto.SetDataResponse
-
- SetDataResponse(Stat) - Constructor for class org.apache.zookeeper.proto.SetDataResponse
-
- setDataTreeInit(boolean) - Method in class org.apache.zookeeper.server.ZKDatabase
-
set the datatree initialized or not
- SetDataTxn - Class in org.apache.zookeeper.txn
-
- SetDataTxn() - Constructor for class org.apache.zookeeper.txn.SetDataTxn
-
- SetDataTxn(String, byte[], int) - Constructor for class org.apache.zookeeper.txn.SetDataTxn
-
- setDataWatches(List<String>) - Method in class org.apache.zookeeper.proto.SetWatches
-
- setDbid(long) - Method in class org.apache.zookeeper.server.persistence.FileHeader
-
- setDisableAutoResetWatch(boolean) - Static method in class org.apache.zookeeper.ClientCnxn
-
tests use this to set the auto reset
- setDone(boolean) - Method in class org.apache.zookeeper.proto.MultiHeader
-
- setElectionType(int) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
Sets the election type
- setEnvironment(Map<String, String>) - Method in class org.apache.zookeeper.Shell
-
set the environment for the command
- setEphemeral(boolean) - Method in class org.apache.zookeeper.txn.CreateTxn
-
- setEphemeral(boolean) - Method in class org.apache.zookeeper.txn.CreateTxnV0
-
- 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
-
- setEphemeralsMap(Map<Long, HashSet<String>>) - Method in class org.apache.zookeeper.server.upgrade.DataTreeV1
-
- setErr(int) - Method in class org.apache.zookeeper.proto.ErrorResponse
-
- setErr(int) - Method in class org.apache.zookeeper.proto.MultiHeader
-
- setErr(int) - Method in class org.apache.zookeeper.proto.ReplyHeader
-
- setErr(int) - Method in class org.apache.zookeeper.txn.ErrorTxn
-
- setException(KeeperException) - Method in class org.apache.zookeeper.server.Request
-
- setExistWatches(List<String>) - Method in class org.apache.zookeeper.proto.SetWatches
-
- setFailCreate(boolean) - Static method in class org.apache.zookeeper.server.PrepRequestProcessor
-
method for tests to set failCreate
- setFlags(int) - Method in class org.apache.zookeeper.proto.CreateRequest
-
- setFollower(Follower) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- setId(Id) - Method in class org.apache.zookeeper.data.ACL
-
- setId(String) - Method in class org.apache.zookeeper.data.Id
-
- setInitLimit(int) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
Set the number of ticks that the initial synchronization phase can take
- setlastProcessedZxid(long) - Method in class org.apache.zookeeper.server.ZKDatabase
-
the last processed zxid in the datatree
- setLastZxidSeen(long) - Method in class org.apache.zookeeper.proto.ConnectRequest
-
- setLeader(Leader) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- setLearnerType(QuorumPeer.LearnerType) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
Sets the LearnerType both in the QuorumPeer and in the peerMap
- setMagic(int) - Method in class org.apache.zookeeper.server.persistence.FileHeader
-
- setMax(int) - Method in class org.apache.zookeeper.proto.GetMaxChildrenResponse
-
- setMax(int) - Method in class org.apache.zookeeper.proto.SetMaxChildrenRequest
-
- setMax(int) - Method in class org.apache.zookeeper.txn.SetMaxChildrenTxn
-
- SetMaxChildrenRequest - Class in org.apache.zookeeper.proto
-
- SetMaxChildrenRequest() - Constructor for class org.apache.zookeeper.proto.SetMaxChildrenRequest
-
- SetMaxChildrenRequest(String, int) - Constructor for class org.apache.zookeeper.proto.SetMaxChildrenRequest
-
- SetMaxChildrenTxn - Class in org.apache.zookeeper.txn
-
- SetMaxChildrenTxn() - Constructor for class org.apache.zookeeper.txn.SetMaxChildrenTxn
-
- SetMaxChildrenTxn(String, int) - Constructor for class org.apache.zookeeper.txn.SetMaxChildrenTxn
-
- setMaxClientCnxnsPerHost(int) - Method in class org.apache.zookeeper.server.NettyServerCnxnFactory
-
Maximum number of connections allowed from particular host (ip)
- setMaxClientCnxnsPerHost(int) - Method in class org.apache.zookeeper.server.NIOServerCnxnFactory
-
Maximum number of connections allowed from particular host (ip)
- setMaxClientCnxnsPerHost(int) - Method in class org.apache.zookeeper.server.ServerCnxnFactory
-
Maximum number of connections allowed from particular host (ip)
- setMaxClientCnxnsPerHost(int) - Method in class org.apache.zookeeper.server.ZooKeeperServerBean
-
- setMaxClientCnxnsPerHost(int) - Method in interface org.apache.zookeeper.server.ZooKeeperServerMXBean
-
Set maxClientCnxns allowed from a particular host
- setMaxSessionTimeout(int) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
minimum session timeout in milliseconds
- setMaxSessionTimeout(int) - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- setMaxSessionTimeout(int) - Method in class org.apache.zookeeper.server.ZooKeeperServerBean
-
- setMaxSessionTimeout(int) - Method in interface org.apache.zookeeper.server.ZooKeeperServerMXBean
-
Set maxSessionTimeout of server in milliseconds
- setMinSessionTimeout(int) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
minimum session timeout in milliseconds
- setMinSessionTimeout(int) - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- setMinSessionTimeout(int) - Method in class org.apache.zookeeper.server.ZooKeeperServerBean
-
- setMinSessionTimeout(int) - Method in interface org.apache.zookeeper.server.ZooKeeperServerMXBean
-
Set minSessionTimeout of server in milliseconds
- 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
-
- setMyid(long) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
set the id of this quorum peer.
- 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
-
- setObserver(Observer) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- setOwner(long, Object) - Method in class org.apache.zookeeper.server.quorum.LearnerSessionTracker
-
- setOwner(Object) - Method in class org.apache.zookeeper.server.Request
-
- setOwner(long, Object) - Method in interface org.apache.zookeeper.server.SessionTracker
-
- setOwner(long, Object) - Method in class org.apache.zookeeper.server.SessionTrackerImpl
-
- setOwner(long, Object) - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
set the owner of this session as owner
- setParentCVersion(int) - Method in class org.apache.zookeeper.txn.CreateTxn
-
- setPasswd(byte[]) - Method in class org.apache.zookeeper.proto.ConnectRequest
-
- setPasswd(byte[]) - Method in class org.apache.zookeeper.proto.ConnectResponse
-
- setPath(String) - Method in class org.apache.zookeeper.proto.CheckVersionRequest
-
- setPath(String) - Method in class org.apache.zookeeper.proto.CreateRequest
-
- setPath(String) - Method in class org.apache.zookeeper.proto.CreateResponse
-
- setPath(String) - Method in class org.apache.zookeeper.proto.DeleteRequest
-
- setPath(String) - Method in class org.apache.zookeeper.proto.ExistsRequest
-
- setPath(String) - Method in class org.apache.zookeeper.proto.GetACLRequest
-
- setPath(String) - Method in class org.apache.zookeeper.proto.GetChildren2Request
-
- setPath(String) - Method in class org.apache.zookeeper.proto.GetChildrenRequest
-
- setPath(String) - Method in class org.apache.zookeeper.proto.GetDataRequest
-
- setPath(String) - Method in class org.apache.zookeeper.proto.GetMaxChildrenRequest
-
- setPath(String) - Method in class org.apache.zookeeper.proto.SetACLRequest
-
- setPath(String) - Method in class org.apache.zookeeper.proto.SetDataRequest
-
- setPath(String) - Method in class org.apache.zookeeper.proto.SetMaxChildrenRequest
-
- setPath(String) - Method in class org.apache.zookeeper.proto.SyncRequest
-
- setPath(String) - Method in class org.apache.zookeeper.proto.SyncResponse
-
- setPath(String) - Method in class org.apache.zookeeper.proto.WatcherEvent
-
- setPath(String) - Method in class org.apache.zookeeper.txn.CheckVersionTxn
-
- setPath(String) - Method in class org.apache.zookeeper.txn.CreateTxn
-
- setPath(String) - Method in class org.apache.zookeeper.txn.CreateTxnV0
-
- setPath(String) - Method in class org.apache.zookeeper.txn.DeleteTxn
-
- setPath(String) - Method in class org.apache.zookeeper.txn.SetACLTxn
-
- setPath(String) - Method in class org.apache.zookeeper.txn.SetDataTxn
-
- setPath(String) - Method in class org.apache.zookeeper.txn.SetMaxChildrenTxn
-
- setPeerState(QuorumPeer.ServerState) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- setPerms(int) - Method in class org.apache.zookeeper.data.ACL
-
- setPreallocSize(long) - Static method in class org.apache.zookeeper.server.persistence.FileTxnLog
-
method to allow setting preallocate size
of log file to pad the file.
- setProtocolVersion(int) - Method in class org.apache.zookeeper.proto.ConnectRequest
-
- setProtocolVersion(int) - Method in class org.apache.zookeeper.proto.ConnectResponse
-
- setProtocolVersion(int) - Method in class org.apache.zookeeper.server.quorum.LearnerInfo
-
- setPzxid(long) - Method in class org.apache.zookeeper.data.Stat
-
- setPzxid(long) - Method in class org.apache.zookeeper.data.StatPersisted
-
- setQuorumPeers(Map<Long, QuorumPeer.QuorumServer>) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- setQuorumVerifier(QuorumVerifier) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- setRelativeZxid(long) - Method in class org.apache.zookeeper.proto.SetWatches
-
- setRunning(boolean) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- SetSASLRequest - Class in org.apache.zookeeper.proto
-
- SetSASLRequest() - Constructor for class org.apache.zookeeper.proto.SetSASLRequest
-
- SetSASLRequest(byte[]) - Constructor for class org.apache.zookeeper.proto.SetSASLRequest
-
- SetSASLResponse - Class in org.apache.zookeeper.proto
-
- SetSASLResponse() - Constructor for class org.apache.zookeeper.proto.SetSASLResponse
-
- SetSASLResponse(byte[]) - Constructor for class org.apache.zookeeper.proto.SetSASLResponse
-
- setScheme(String) - Method in class org.apache.zookeeper.data.Id
-
- setScheme(String) - Method in class org.apache.zookeeper.proto.AuthPacket
-
- setServerCnxnFactory(ServerCnxnFactory) - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- setServerid(long) - Method in class org.apache.zookeeper.server.quorum.LearnerInfo
-
- setSessionClosing(long) - Method in class org.apache.zookeeper.server.quorum.LearnerSessionTracker
-
- setSessionClosing(long) - Method in interface org.apache.zookeeper.server.SessionTracker
-
Mark that the session is in the process of closing.
- setSessionClosing(long) - Method in class org.apache.zookeeper.server.SessionTrackerImpl
-
- setSessionId(long) - Method in class org.apache.zookeeper.proto.ConnectRequest
-
- setSessionId(long) - Method in class org.apache.zookeeper.proto.ConnectResponse
-
- setSessionId(long) - Method in class org.apache.zookeeper.server.NettyServerCnxn
-
- setSessionId(long) - Method in class org.apache.zookeeper.server.NIOServerCnxn
-
- setSessionTimeout(int) - Method in class org.apache.zookeeper.server.NettyServerCnxn
-
- setSessionTimeout(int) - Method in class org.apache.zookeeper.server.NIOServerCnxn
-
- setSnapCount(int) - Static method in class org.apache.zookeeper.server.SyncRequestProcessor
-
used by tests to check for changing
snapcounts
- setStat(Stat) - Method in class org.apache.zookeeper.proto.ExistsResponse
-
- setStat(Stat) - Method in class org.apache.zookeeper.proto.GetACLResponse
-
- setStat(Stat) - Method in class org.apache.zookeeper.proto.GetChildren2Response
-
- setStat(Stat) - Method in class org.apache.zookeeper.proto.GetDataResponse
-
- setStat(Stat) - Method in class org.apache.zookeeper.proto.SetACLResponse
-
- setStat(Stat) - Method in class org.apache.zookeeper.proto.SetDataResponse
-
- setState(int) - Method in class org.apache.zookeeper.proto.WatcherEvent
-
- setSyncLimit(int) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
Set the synclimit
- setTextTraceLevel(long) - Static method in class org.apache.zookeeper.server.ZooTrace
-
- setTickTime(int) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
Set the number of milliseconds of each tick
- setTickTime(int) - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- setTickTime(int) - Method in class org.apache.zookeeper.server.ZooKeeperServerBean
-
- setTickTime(int) - Method in interface org.apache.zookeeper.server.ZooKeeperServerMXBean
-
Set TickTime of server in milliseconds
- setTime(long) - Method in class org.apache.zookeeper.txn.TxnHeader
-
- setTimeOut(int) - Method in class org.apache.zookeeper.proto.ConnectRequest
-
- setTimeOut(int) - Method in class org.apache.zookeeper.proto.ConnectResponse
-
- setTimeOut(int) - Method in class org.apache.zookeeper.txn.CreateSessionTxn
-
- setToken(byte[]) - Method in class org.apache.zookeeper.proto.GetSASLRequest
-
- setToken(byte[]) - Method in class org.apache.zookeeper.proto.SetSASLRequest
-
- setToken(byte[]) - Method in class org.apache.zookeeper.proto.SetSASLResponse
-
- setTraceMask(String, int, String) - Static method in class org.apache.zookeeper.ServerAdminClient
-
- setTraceMaskCmd - Static variable in class org.apache.zookeeper.server.ServerCnxn
-
- setTxnFactory(FileTxnSnapLog) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- setTxnLogFactory(FileTxnSnapLog) - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- setTxns(List<Txn>) - Method in class org.apache.zookeeper.txn.MultiTxn
-
- setType(int) - Method in class org.apache.zookeeper.proto.AuthPacket
-
- setType(int) - Method in class org.apache.zookeeper.proto.MultiHeader
-
- setType(int) - Method in class org.apache.zookeeper.proto.RequestHeader
-
- setType(int) - Method in class org.apache.zookeeper.proto.WatcherEvent
-
- setType(int) - Method in class org.apache.zookeeper.server.quorum.QuorumPacket
-
- setType(int) - Method in class org.apache.zookeeper.txn.Txn
-
- setType(int) - Method in class org.apache.zookeeper.txn.TxnHeader
-
- setupRequestProcessors() - Method in class org.apache.zookeeper.server.quorum.FollowerZooKeeperServer
-
- setupRequestProcessors() - Method in class org.apache.zookeeper.server.quorum.LeaderZooKeeperServer
-
- setupRequestProcessors() - Method in class org.apache.zookeeper.server.quorum.ObserverZooKeeperServer
-
Set up the request processors for an Observer:
firstProcesor->commitProcessor->finalProcessor
- setupRequestProcessors() - Method in class org.apache.zookeeper.server.quorum.ReadOnlyZooKeeperServer
-
- setupRequestProcessors() - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- 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
-
- setVersion(int) - Method in class org.apache.zookeeper.proto.CheckVersionRequest
-
- setVersion(int) - Method in class org.apache.zookeeper.proto.DeleteRequest
-
- setVersion(int) - Method in class org.apache.zookeeper.proto.SetACLRequest
-
- setVersion(int) - Method in class org.apache.zookeeper.proto.SetDataRequest
-
- setVersion(int) - Method in class org.apache.zookeeper.server.persistence.FileHeader
-
- setVersion(int) - Method in class org.apache.zookeeper.txn.CheckVersionTxn
-
- setVersion(int) - Method in class org.apache.zookeeper.txn.SetACLTxn
-
- setVersion(int) - Method in class org.apache.zookeeper.txn.SetDataTxn
-
- setWatch(boolean) - Method in class org.apache.zookeeper.proto.ExistsRequest
-
- setWatch(boolean) - Method in class org.apache.zookeeper.proto.GetChildren2Request
-
- setWatch(boolean) - Method in class org.apache.zookeeper.proto.GetChildrenRequest
-
- setWatch(boolean) - Method in class org.apache.zookeeper.proto.GetDataRequest
-
- SetWatches - Class in org.apache.zookeeper.proto
-
- SetWatches() - Constructor for class org.apache.zookeeper.proto.SetWatches
-
- SetWatches(long, List<String>, List<String>, List<String>) - Constructor for class org.apache.zookeeper.proto.SetWatches
-
- setWatches(long, List<String>, List<String>, List<String>, Watcher) - Method in class org.apache.zookeeper.server.DataTree
-
- setWatches(long, List<String>, List<String>, List<String>, Watcher) - Method in class org.apache.zookeeper.server.ZKDatabase
-
set watches on the datatree
- setWatches - Static variable in interface org.apache.zookeeper.ZooDefs.OpCode
-
- setWorkingDirectory(File) - Method in class org.apache.zookeeper.Shell
-
set the working directory
- setXid(int) - Method in class org.apache.zookeeper.proto.ReplyHeader
-
- setXid(int) - Method in class org.apache.zookeeper.proto.RequestHeader
-
- setZKDatabase(ZKDatabase) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
set zk database for this node
- setZKDatabase(ZKDatabase) - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
set the zkdatabase for this zookeeper server
- setZooKeeperServer(ZooKeeperServer) - Method in class org.apache.zookeeper.server.ServerCnxnFactory
-
- setZxid(long) - Method in class org.apache.zookeeper.proto.ReplyHeader
-
- setZxid(long) - Method in class org.apache.zookeeper.server.quorum.QuorumPacket
-
- setZxid(long) - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- setZxid(long) - Method in class org.apache.zookeeper.txn.TxnHeader
-
- 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.ExitCodeException(int, String) - Constructor for exception org.apache.zookeeper.Shell.ExitCodeException
-
- Shell.ShellCommandExecutor - Class in org.apache.zookeeper
-
A simple shell command executor.
- Shell.ShellCommandExecutor(String[]) - Constructor for class org.apache.zookeeper.Shell.ShellCommandExecutor
-
- Shell.ShellCommandExecutor(String[], File) - Constructor for class org.apache.zookeeper.Shell.ShellCommandExecutor
-
- Shell.ShellCommandExecutor(String[], File, Map<String, String>) - Constructor for class org.apache.zookeeper.Shell.ShellCommandExecutor
-
- Shell.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.
- shouldThrottle(long) - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- shutdown() - Method in class org.apache.zookeeper.Login
-
- shutdown() - Method in class org.apache.zookeeper.server.DatadirCleanupManager
-
Shutdown the purge task.
- shutdown() - Method in class org.apache.zookeeper.server.FinalRequestProcessor
-
- shutdown() - Method in class org.apache.zookeeper.server.NettyServerCnxnFactory
-
- shutdown() - Method in class org.apache.zookeeper.server.NIOServerCnxnFactory
-
- shutdown() - Method in class org.apache.zookeeper.server.PrepRequestProcessor
-
- shutdown() - Method in class org.apache.zookeeper.server.quorum.AuthFastLeaderElection
-
Deprecated.
There is nothing to shutdown in this implementation of
leader election, so we simply have an empty method.
- shutdown() - Method in class org.apache.zookeeper.server.quorum.CommitProcessor
-
- shutdown() - Method in interface org.apache.zookeeper.server.quorum.Election
-
- shutdown() - Method in class org.apache.zookeeper.server.quorum.FastLeaderElection
-
- shutdown() - Method in class org.apache.zookeeper.server.quorum.Follower
-
- shutdown() - Method in class org.apache.zookeeper.server.quorum.FollowerRequestProcessor
-
- shutdown() - Method in class org.apache.zookeeper.server.quorum.FollowerZooKeeperServer
-
- shutdown() - Method in class org.apache.zookeeper.server.quorum.LeaderElection
-
Deprecated.
There is nothing to shutdown in this implementation of
leader election, so we simply have an empty method.
- shutdown() - Method in class org.apache.zookeeper.server.quorum.Learner
-
Shutdown the Peer
- shutdown() - Method in class org.apache.zookeeper.server.quorum.LearnerHandler
-
- shutdown() - Method in class org.apache.zookeeper.server.quorum.LearnerSessionTracker
-
- shutdown() - Method in class org.apache.zookeeper.server.quorum.Observer
-
Shutdown the Observer.
- shutdown() - Method in class org.apache.zookeeper.server.quorum.ObserverRequestProcessor
-
Shutdown the processor.
- shutdown() - Method in class org.apache.zookeeper.server.quorum.ProposalRequestProcessor
-
- shutdown() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- shutdown() - Method in class org.apache.zookeeper.server.quorum.ReadOnlyRequestProcessor
-
- shutdown() - Method in class org.apache.zookeeper.server.quorum.ReadOnlyZooKeeperServer
-
- shutdown() - Method in class org.apache.zookeeper.server.quorum.SendAckRequestProcessor
-
- shutdown() - Method in interface org.apache.zookeeper.server.RequestProcessor
-
- shutdown() - Method in class org.apache.zookeeper.server.ServerCnxnFactory
-
- shutdown() - Method in interface org.apache.zookeeper.server.SessionTracker
-
- shutdown() - Method in class org.apache.zookeeper.server.SessionTrackerImpl
-
- shutdown() - Method in class org.apache.zookeeper.server.SyncRequestProcessor
-
- shutdown() - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- shutdown() - Method in class org.apache.zookeeper.server.ZooKeeperServerMain
-
Shutdown the serving instance
- sid - Variable in class org.apache.zookeeper.server.quorum.LearnerHandler
-
ZooKeeper server identifier of this learner
- 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
-
- signature() - Static method in class org.apache.zookeeper.proto.AuthPacket
-
- signature() - Static method in class org.apache.zookeeper.proto.CheckVersionRequest
-
- signature() - Static method in class org.apache.zookeeper.proto.ConnectRequest
-
- signature() - Static method in class org.apache.zookeeper.proto.ConnectResponse
-
- signature() - Static method in class org.apache.zookeeper.proto.CreateRequest
-
- signature() - Static method in class org.apache.zookeeper.proto.CreateResponse
-
- signature() - Static method in class org.apache.zookeeper.proto.DeleteRequest
-
- signature() - Static method in class org.apache.zookeeper.proto.ErrorResponse
-
- signature() - Static method in class org.apache.zookeeper.proto.ExistsRequest
-
- signature() - Static method in class org.apache.zookeeper.proto.ExistsResponse
-
- signature() - Static method in class org.apache.zookeeper.proto.GetACLRequest
-
- signature() - Static method in class org.apache.zookeeper.proto.GetACLResponse
-
- signature() - Static method in class org.apache.zookeeper.proto.GetChildren2Request
-
- signature() - Static method in class org.apache.zookeeper.proto.GetChildren2Response
-
- signature() - Static method in class org.apache.zookeeper.proto.GetChildrenRequest
-
- signature() - Static method in class org.apache.zookeeper.proto.GetChildrenResponse
-
- signature() - Static method in class org.apache.zookeeper.proto.GetDataRequest
-
- signature() - Static method in class org.apache.zookeeper.proto.GetDataResponse
-
- signature() - Static method in class org.apache.zookeeper.proto.GetMaxChildrenRequest
-
- signature() - Static method in class org.apache.zookeeper.proto.GetMaxChildrenResponse
-
- signature() - Static method in class org.apache.zookeeper.proto.GetSASLRequest
-
- signature() - Static method in class org.apache.zookeeper.proto.MultiHeader
-
- signature() - Static method in class org.apache.zookeeper.proto.ReplyHeader
-
- signature() - Static method in class org.apache.zookeeper.proto.RequestHeader
-
- signature() - Static method in class org.apache.zookeeper.proto.SetACLRequest
-
- signature() - Static method in class org.apache.zookeeper.proto.SetACLResponse
-
- signature() - Static method in class org.apache.zookeeper.proto.SetDataRequest
-
- signature() - Static method in class org.apache.zookeeper.proto.SetDataResponse
-
- signature() - Static method in class org.apache.zookeeper.proto.SetMaxChildrenRequest
-
- signature() - Static method in class org.apache.zookeeper.proto.SetSASLRequest
-
- signature() - Static method in class org.apache.zookeeper.proto.SetSASLResponse
-
- signature() - Static method in class org.apache.zookeeper.proto.SetWatches
-
- signature() - Static method in class org.apache.zookeeper.proto.SyncRequest
-
- signature() - Static method in class org.apache.zookeeper.proto.SyncResponse
-
- signature() - Static method in class org.apache.zookeeper.proto.WatcherEvent
-
- signature() - Static method in class org.apache.zookeeper.server.persistence.FileHeader
-
- signature() - Static method in class org.apache.zookeeper.server.quorum.LearnerInfo
-
- signature() - Static method in class org.apache.zookeeper.server.quorum.QuorumPacket
-
- signature() - Static method in class org.apache.zookeeper.txn.CheckVersionTxn
-
- signature() - Static method in class org.apache.zookeeper.txn.CreateSessionTxn
-
- signature() - Static method in class org.apache.zookeeper.txn.CreateTxn
-
- signature() - Static method in class org.apache.zookeeper.txn.CreateTxnV0
-
- signature() - Static method in class org.apache.zookeeper.txn.DeleteTxn
-
- signature() - Static method in class org.apache.zookeeper.txn.ErrorTxn
-
- signature() - Static method in class org.apache.zookeeper.txn.MultiTxn
-
- signature() - Static method in class org.apache.zookeeper.txn.SetACLTxn
-
- signature() - Static method in class org.apache.zookeeper.txn.SetDataTxn
-
- signature() - Static method in class org.apache.zookeeper.txn.SetMaxChildrenTxn
-
- signature() - Static method in class org.apache.zookeeper.txn.Txn
-
- signature() - Static method in class org.apache.zookeeper.txn.TxnHeader
-
- 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
-
- size() - Method in class org.apache.zookeeper.server.ReferenceCountedACLCache
-
- size() - Method in class org.apache.zookeeper.server.WatchManager
-
- skip(long) - Method in class org.apache.zookeeper.server.ByteBufferInputStream
-
- SNAP_MAGIC - Static variable in class org.apache.zookeeper.server.persistence.FileSnap
-
- snapLog - Variable in class org.apache.zookeeper.server.ZKDatabase
-
- snapRetainCount - Variable in class org.apache.zookeeper.server.quorum.QuorumPeerConfig
-
- SnapShot - Interface in org.apache.zookeeper.server.persistence
-
snapshot interface for the persistence layer.
- SnapshotFormatter - Class in org.apache.zookeeper.server
-
Dump a snapshot file to stdout.
- SnapshotFormatter() - Constructor for class org.apache.zookeeper.server.SnapshotFormatter
-
- sock - Variable in class org.apache.zookeeper.server.quorum.Learner
-
- sock - Variable in class org.apache.zookeeper.server.quorum.LearnerHandler
-
- softHalt() - Method in class org.apache.zookeeper.server.quorum.QuorumCnxManager
-
A soft halt simply finishes workers.
- sortDataDir(File[], String, boolean) - Static method in class org.apache.zookeeper.server.persistence.Util
-
Sort the list of files.
- srstCmd - Static variable in class org.apache.zookeeper.server.ServerCnxn
-
- srvrCmd - Static variable in class org.apache.zookeeper.server.ServerCnxn
-
- STANDALONE_SERVER_KEY - Static variable in class org.apache.zookeeper.jmx.CommonNames
-
- start() - Method in class org.apache.zookeeper.ClientCnxn
-
- start() - Method in class org.apache.zookeeper.server.DatadirCleanupManager
-
Validates the purge configuration and schedules the purge task.
- start() - Method in class org.apache.zookeeper.server.NettyServerCnxnFactory
-
- start() - Method in class org.apache.zookeeper.server.NIOServerCnxnFactory
-
- start() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- start() - Method in class org.apache.zookeeper.server.ServerCnxnFactory
-
- start_fle - Variable in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- startdata() - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- startForwarding(LearnerHandler, long) - Method in class org.apache.zookeeper.server.quorum.Leader
-
lets the leader know that a follower is capable of following and is done
syncing
- startLeaderElection() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- startSessionTracker() - Method in class org.apache.zookeeper.server.quorum.LeaderZooKeeperServer
-
- startSessionTracker() - Method in class org.apache.zookeeper.server.quorum.LearnerZooKeeperServer
-
- startSessionTracker() - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- startThreadIfNeeded() - Method in class org.apache.zookeeper.Login
-
- startup(ZooKeeperServer) - Method in class org.apache.zookeeper.server.NettyServerCnxnFactory
-
- startup(ZooKeeperServer) - Method in class org.apache.zookeeper.server.NIOServerCnxnFactory
-
- startup() - Method in class org.apache.zookeeper.server.quorum.ReadOnlyZooKeeperServer
-
- startup(ZooKeeperServer) - Method in class org.apache.zookeeper.server.ServerCnxnFactory
-
- startup() - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- 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 - Variable in class org.apache.zookeeper.server.DataNode
-
the stat for this node that is persisted to disk.
- stat - Variable in class org.apache.zookeeper.server.DataTree.ProcessTxnResult
-
- stat - Variable in class org.apache.zookeeper.server.upgrade.DataNodeV1
-
- stat - Variable in class org.apache.zookeeper.server.upgrade.DataTreeV1.ProcessTxnResult
-
- stat(String, int) - Static method in class org.apache.zookeeper.ServerAdminClient
-
- statCmd - Static variable in class org.apache.zookeeper.server.ServerCnxn
-
- StateSummary - Class in org.apache.zookeeper.server.quorum
-
This class encapsulates the state comparison logic.
- StateSummary(long, long) - Constructor for class org.apache.zookeeper.server.quorum.StateSummary
-
- StaticHostProvider - Class in org.apache.zookeeper.client
-
Most simple HostProvider, resolves only on instantiation.
- StaticHostProvider(Collection<InetSocketAddress>) - Constructor for class org.apache.zookeeper.client.StaticHostProvider
-
Constructs a SimpleHostSet.
- statNode - Static variable in class org.apache.zookeeper.Quotas
-
the stat node that monitors the limit of
a subtree.
- statNode(String, Watcher) - Method in class org.apache.zookeeper.server.DataTree
-
- statNode(String, Watcher) - Method in class org.apache.zookeeper.server.upgrade.DataTreeV1
-
- statNode(String, ServerCnxn) - Method in class org.apache.zookeeper.server.ZKDatabase
-
stat the path
- 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.
- stopLeaderElection() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- submitRequest(RequestHeader, Record, Record, ZooKeeper.WatchRegistration) - Method in class org.apache.zookeeper.ClientCnxn
-
- submitRequest(Request) - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- sync() - Method in class org.apache.zookeeper.server.quorum.FollowerZooKeeperServer
-
- sync() - Method in class org.apache.zookeeper.server.quorum.ObserverZooKeeperServer
-
- sync - Static variable in interface org.apache.zookeeper.ZooDefs.OpCode
-
- sync(String, AsyncCallback.VoidCallback, Object) - Method in class org.apache.zookeeper.ZooKeeper
-
Asynchronous sync.
- synced() - Method in class org.apache.zookeeper.server.quorum.LearnerHandler
-
- syncLimit - Variable in class org.apache.zookeeper.server.quorum.QuorumPeer
-
The number of ticks that can pass between sending a request and getting
an acknowledgment
- syncLimit - Variable in class org.apache.zookeeper.server.quorum.QuorumPeerConfig
-
- SyncRequest - Class in org.apache.zookeeper.proto
-
- SyncRequest() - Constructor for class org.apache.zookeeper.proto.SyncRequest
-
- SyncRequest(String) - Constructor for class org.apache.zookeeper.proto.SyncRequest
-
- SyncRequestProcessor - Class in org.apache.zookeeper.server
-
This RequestProcessor logs requests to disk.
- SyncRequestProcessor(ZooKeeperServer, RequestProcessor) - Constructor for class org.apache.zookeeper.server.SyncRequestProcessor
-
- SyncResponse - Class in org.apache.zookeeper.proto
-
- SyncResponse() - Constructor for class org.apache.zookeeper.proto.SyncResponse
-
- SyncResponse(String) - Constructor for class org.apache.zookeeper.proto.SyncResponse
-
- syncWithLeader(long) - Method in class org.apache.zookeeper.server.quorum.Learner
-
Finally, synchronize our history with the Leader.
- SystemError - Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated
-