- 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
-
- cl - Variable in class org.apache.zookeeper.ZooKeeperMain
-
- clear() - Method in class org.apache.zookeeper.server.DataTree
-
- clear() - Method in class org.apache.zookeeper.server.NIOServerCnxn.Factory
-
Clear all the connections in the selector.
- 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, int, ZooKeeper, ClientWatchManager) - Constructor for class org.apache.zookeeper.ClientCnxn
-
Creates a connection object.
- ClientCnxn(String, int, ZooKeeper, ClientWatchManager, long, byte[]) - Constructor for class org.apache.zookeeper.ClientCnxn
-
Creates a connection object.
- 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
-
- 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.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.
- 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
-
- cnxn - Variable in class org.apache.zookeeper.server.Request
-
- cnxn - Variable in class org.apache.zookeeper.ZooKeeper
-
- 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.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
- 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.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.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.op_result_t
-
- 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.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.QuorumPacket
-
- 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.DeleteTxn
-
- compareTo(Object) - Method in class org.apache.zookeeper.txn.ErrorTxn
-
- 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.TxnHeader
-
- 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
-
- 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
-
- 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.DataTree
-
converts the list of acls to a list of longs.
- convertLong(Long) - Method in class org.apache.zookeeper.server.DataTree
-
converts a list of longs to a list of acls.
- convertLong(Long) - Method in class org.apache.zookeeper.server.ZKDatabase
-
convert from long to the acl entry
- 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
-
- 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
-
- 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(NIOServerCnxn.Factory) - Method in interface org.apache.zookeeper.server.quorum.QuorumPeer.Factory
-
- 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.NIOServerCnxn.Factory
-
- createConnectionFactory() - Method in interface org.apache.zookeeper.server.quorum.QuorumPeer.Factory
-
- createConnectionFactory() - Method in interface org.apache.zookeeper.server.ZooKeeperServer.Factory
-
- createElectionAlgorithm(int) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- 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, 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
-
- createServer() - Method in interface org.apache.zookeeper.server.ZooKeeperServer.Factory
-
- 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) - Constructor for class org.apache.zookeeper.txn.CreateTxn
-
- CREATOR_ALL_ACL - Static variable in interface org.apache.zookeeper.ZooDefs.Ids
-
This ACL gives the creators authentication id's all permissions.
- 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
-
- FastLeaderElection - Class in org.apache.zookeeper.server.quorum
-
Implementation of leader election using TCP.
- FastLeaderElection(QuorumPeer, QuorumCnxManager) - Constructor for class org.apache.zookeeper.server.quorum.FastLeaderElection
-
Constructor of FastLeaderElection.
- FastLeaderElection.Notification - Class in org.apache.zookeeper.server.quorum
-
Notifications are messages that let other peers know that
a given peer has changed its vote, either because it has
joined leader election or because it learned of another
peer with higher zxid or same zxid and higher server id
- FastLeaderElection.Notification() - Constructor for class org.apache.zookeeper.server.quorum.FastLeaderElection.Notification
-
- FastLeaderElection.ToSend - Class in org.apache.zookeeper.server.quorum
-
Messages that a peer wants to send to other peers.
- FileHeader - Class in org.apache.zookeeper.server.persistence
-
- FileHeader() - Constructor for class org.apache.zookeeper.server.persistence.FileHeader
-
- FileHeader(int, int, long) - Constructor for class org.apache.zookeeper.server.persistence.FileHeader
-
- FileSnap - Class in org.apache.zookeeper.server.persistence
-
This class implements the snapshot interface.
- FileSnap(File) - Constructor for class org.apache.zookeeper.server.persistence.FileSnap
-
- FileTxnLog - Class in org.apache.zookeeper.server.persistence
-
This class implements the TxnLog interface.
- FileTxnLog(File) - Constructor for class org.apache.zookeeper.server.persistence.FileTxnLog
-
constructor for FileTxnLog.
- FileTxnLog.FileTxnIterator - Class in org.apache.zookeeper.server.persistence
-
this class implements the txnlog iterator interface
which is used for reading the transaction logs
- FileTxnLog.FileTxnIterator(File, long) - Constructor for class org.apache.zookeeper.server.persistence.FileTxnLog.FileTxnIterator
-
create an iterator over a transaction database directory
- FileTxnSnapLog - Class in org.apache.zookeeper.server.persistence
-
This is a helper class
above the implementations
of txnlog and snapshot
classes
- FileTxnSnapLog(File, File) - Constructor for class org.apache.zookeeper.server.persistence.FileTxnSnapLog
-
the constructor which takes the datadir and
snapdir.
- FileTxnSnapLog.PlayBackListener - Interface in org.apache.zookeeper.server.persistence
-
This listener helps
the external apis calling
restore to gather information
while the data is being
restored.
- FinalRequestProcessor - Class in org.apache.zookeeper.server
-
This Request processor actually applies any transaction associated with a
request and services any queries.
- FinalRequestProcessor(ZooKeeperServer) - Constructor for class org.apache.zookeeper.server.FinalRequestProcessor
-
- findLeader() - Method in class org.apache.zookeeper.server.quorum.Learner
-
Returns the address of the node we think is the leader.
- findMaxPrefix(String) - Method in class org.apache.zookeeper.common.PathTrie
-
return the largest prefix for the input path.
- findMostRecentSnapshot() - Method in class org.apache.zookeeper.server.persistence.FileSnap
-
find the most recent snapshot in the database.
- findMostRecentSnapshot() - Method in class org.apache.zookeeper.server.persistence.FileTxnSnapLog
-
the most recent snapshot in the snapshot
directory
- findMostRecentSnapshot() - Method in interface org.apache.zookeeper.server.persistence.SnapShot
-
find the most recent snapshot file
- findNRecentSnapshots(int) - Method in class org.apache.zookeeper.server.persistence.FileSnap
-
find the last n snapshots.
- findNRecentSnapshots(int) - Method in class org.apache.zookeeper.server.persistence.FileTxnSnapLog
-
the n most recent snapshots
- finishSessionInit(boolean) - Method in class org.apache.zookeeper.server.NIOServerCnxn
-
- finishSessionInit(boolean) - Method in interface org.apache.zookeeper.server.ServerCnxn
-
- firstProcessor - Variable in class org.apache.zookeeper.server.ZooKeeperServer
-
- flush() - Method in class org.apache.zookeeper.server.quorum.SendAckRequestProcessor
-
- Follower - Class in org.apache.zookeeper.server.quorum
-
This class has the control logic for the Follower.
- follower - Variable in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- FollowerBean - Class in org.apache.zookeeper.server.quorum
-
Follower MBean inteface implementation
- FollowerBean(Follower, ZooKeeperServer) - Constructor for class org.apache.zookeeper.server.quorum.FollowerBean
-
- followerInfo() - Method in class org.apache.zookeeper.server.quorum.LeaderBean
-
- followerInfo() - Method in interface org.apache.zookeeper.server.quorum.LeaderMXBean
-
- FollowerMXBean - Interface in org.apache.zookeeper.server.quorum
-
Follower MBean
- FollowerRequestProcessor - Class in org.apache.zookeeper.server.quorum
-
This RequestProcessor forwards any requests that modify the state of the
system to the Leader.
- FollowerRequestProcessor(FollowerZooKeeperServer, RequestProcessor) - Constructor for class org.apache.zookeeper.server.quorum.FollowerRequestProcessor
-
- FollowerZooKeeperServer - Class in org.apache.zookeeper.server.quorum
-
Just like the standard ZooKeeperServer.
- FOLLOWING_STATE - Static variable in interface org.apache.zookeeper.server.quorum.QuorumStats.Provider
-
- forwardingFollowers - Variable in class org.apache.zookeeper.server.quorum.Leader
-
- FourLetterWordMain - Class in org.apache.zookeeper.client
-
- FourLetterWordMain() - Constructor for class org.apache.zookeeper.client.FourLetterWordMain
-
- fromFlag(int) - Static method in enum org.apache.zookeeper.CreateMode
-
Map an integer value to a CreateMode value
- fromInt(int) - Static method in enum org.apache.zookeeper.Watcher.Event.EventType
-
- fromInt(int) - Static method in enum org.apache.zookeeper.Watcher.Event.KeeperState
-
- 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
- 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(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.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.NIOServerCnxn
-
- getAuthinfo() - Method in class org.apache.zookeeper.server.quorum.QuorumPacket
-
- getAuthInfo() - Method in interface org.apache.zookeeper.server.ServerCnxn
-
- 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 interface org.apache.zookeeper.server.ServerCnxn.Stats
-
Average latency in ms
- 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
-
- 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
-
- getCommittedLog() - Method in class org.apache.zookeeper.server.ZKDatabase
-
- getCount() - Method in class org.apache.zookeeper.StatsTrack
-
get the count of nodes allowed as part of quota
- 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
-
- 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.SetDataTxn
-
- 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.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.
- getDisableAutoResetWatch() - Static method in class org.apache.zookeeper.ClientCnxn
-
tests use this to check on reset of watches
- 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
-
- 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
-
- 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
- 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.
- getErr() - Method in class org.apache.zookeeper.proto.ReplyHeader
-
- getErr() - Method in class org.apache.zookeeper.txn.ErrorTxn
-
- getEstablished() - Method in interface org.apache.zookeeper.server.ServerCnxn.Stats
-
Date/time the connection was established
- getException() - Method in class org.apache.zookeeper.server.Request
-
- getExistWatches() - Method in class org.apache.zookeeper.proto.SetWatches
-
- 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.
- getFullVersion() - Static method in class org.apache.zookeeper.Version
-
- 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
-
- 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.
- 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.
- 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
-
- getIntValue() - Method in enum org.apache.zookeeper.Watcher.Event.EventType
-
- getIntValue() - Method in enum org.apache.zookeeper.Watcher.Event.KeeperState
-
- 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 interface org.apache.zookeeper.server.ServerCnxn.Stats
-
Last cxid of this connection
- 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 interface org.apache.zookeeper.server.ServerCnxn.Stats
-
Latency of last response to client on this connection in ms
- 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 interface org.apache.zookeeper.server.ServerCnxn.Stats
-
Last operation performed by this connection
- 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 interface org.apache.zookeeper.server.ServerCnxn.Stats
-
Last time server sent a response to client on this connection
- 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 interface org.apache.zookeeper.server.ServerCnxn.Stats
-
Last zxid of this connection
- 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
-
- 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.NIOServerCnxn.Factory
-
- getLocalPort() - Method in class org.apache.zookeeper.server.NIOServerCnxn.Factory
-
- 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
- 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.NIOServerCnxn.Factory
-
- 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.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.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 interface org.apache.zookeeper.server.ServerCnxn.Stats
-
Max latency in ms
- 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 interface org.apache.zookeeper.server.ServerCnxn.Stats
-
Min latency in ms
- 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.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
- getNumChildren() - Method in class org.apache.zookeeper.data.Stat
-
- getObserver() - Method in class org.apache.zookeeper.server.quorum.ObserverZooKeeperServer
-
- getObservingView() - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
Returns only observers, no followers.
- getOp() - Method in class org.apache.zookeeper.proto.op_result_t
-
- getOutstandingRequests() - Method in class org.apache.zookeeper.server.ConnectionBean
-
- getOutstandingRequests() - Method in interface org.apache.zookeeper.server.ConnectionMXBean
-
- getOutstandingRequests() - Method in interface org.apache.zookeeper.server.ServerCnxn.Stats
-
The number of requests that have been submitted but not yet
responded to.
- 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 interface org.apache.zookeeper.server.ServerCnxn.Stats
-
Number of packets received
- 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 interface org.apache.zookeeper.server.ServerCnxn.Stats
-
Number of packets sent (incl notifications)
- 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
-
- 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.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.CreateTxn
-
- 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
-
- 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
-
- getPrintWatches() - Method in class org.apache.zookeeper.ZooKeeperMain
-
- 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
-
- getProvider(String) - Static method in class org.apache.zookeeper.server.auth.ProviderRegistry
-
- 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
-
- getRc() - Method in class org.apache.zookeeper.proto.op_result_t
-
- getRelativeZxid() - Method in class org.apache.zookeeper.proto.SetWatches
-
- getRemoteAddress() - Method in class org.apache.zookeeper.server.NIOServerCnxn
-
- getRemoteAddress() - Method in interface org.apache.zookeeper.server.ServerCnxn
-
- getResponse() - Method in class org.apache.zookeeper.proto.op_result_t
-
- getRevision() - Static method in class org.apache.zookeeper.Version
-
- 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
-
- 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.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 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
-
- 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.NIOServerCnxn
-
- getSessionId() - Method in interface org.apache.zookeeper.server.ServerCnxn
-
- 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.NIOServerCnxn
-
- getSessionTimeout() - Method in interface org.apache.zookeeper.server.ServerCnxn
-
- 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
- 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.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.
- 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.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 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
-
- getStats() - Method in class org.apache.zookeeper.server.NIOServerCnxn
-
- getStats() - Method in interface org.apache.zookeeper.server.ServerCnxn
-
- 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
-
- 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
-
- 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
-
- 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
-
- getType() - Method in class org.apache.zookeeper.proto.AuthPacket
-
- 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.TxnHeader
-
- getType() - Method in class org.apache.zookeeper.WatchedEvent
-
- 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.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.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.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
- getZooKeeperServer() - Method in class org.apache.zookeeper.server.NIOServerCnxn.Factory
-
- 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.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.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.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
-
- 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
-
- 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
-
- 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 interface 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
-
- 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
- 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
-
- 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
- SendAckRequestProcessor - Class in org.apache.zookeeper.server.quorum
-
- sendCloseSession() - Method in class org.apache.zookeeper.server.NIOServerCnxn
-
- sendCloseSession() - Method in interface org.apache.zookeeper.server.ServerCnxn
-
- sendResponse(ReplyHeader, Record, String) - Method in class org.apache.zookeeper.server.NIOServerCnxn
-
- sendResponse(ReplyHeader, Record, String) - Method in interface 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.proto.AuthPacket
-
- 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.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.op_result_t
-
- 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.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.QuorumPacket
-
- 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.CreateSessionTxn
-
- serialize(OutputArchive, String) - Method in class org.apache.zookeeper.txn.CreateTxn
-
- 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.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.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 - Interface in org.apache.zookeeper.server
-
Interface to a Server connection - represents a connection from a client
to the server.
- ServerCnxn.Stats - Interface in org.apache.zookeeper.server
-
Statistics on the ServerCnxn
- 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 - 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
-
- 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.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(NIOServerCnxn.Factory) - 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
- 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
-
- 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
-
- 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(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(byte[]) - Method in class org.apache.zookeeper.txn.CreateTxn
-
- setData(byte[]) - Method in class org.apache.zookeeper.txn.SetDataTxn
-
- 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
- setElectionType(int) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
Sets the election type
- setEphemeral(boolean) - Method in class org.apache.zookeeper.txn.CreateTxn
-
- 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.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.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
-
- setOp(int) - Method in class org.apache.zookeeper.proto.op_result_t
-
- 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
- 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.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.CreateTxn
-
- 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
-
- 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
-
- setRc(int) - Method in class org.apache.zookeeper.proto.op_result_t
-
- setRelativeZxid(long) - Method in class org.apache.zookeeper.proto.SetWatches
-
- setResponse(byte[]) - Method in class org.apache.zookeeper.proto.op_result_t
-
- setRunning(boolean) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- setScheme(String) - Method in class org.apache.zookeeper.data.Id
-
- setScheme(String) - Method in class org.apache.zookeeper.proto.AuthPacket
-
- setServerCnxnFactory(NIOServerCnxn.Factory) - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- 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.NIOServerCnxn
-
- setSessionId(long) - Method in interface org.apache.zookeeper.server.ServerCnxn
-
- 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
-
- setTraceMask(String, int, String) - Static method in class org.apache.zookeeper.ServerAdminClient
-
- setTxnFactory(FileTxnSnapLog) - Method in class org.apache.zookeeper.server.quorum.QuorumPeer
-
- setTxnLogFactory(FileTxnSnapLog) - Method in class org.apache.zookeeper.server.ZooKeeperServer
-
- setType(int) - Method in class org.apache.zookeeper.proto.AuthPacket
-
- 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.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.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.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.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
-
- 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.NIOServerCnxn.Factory
-
- 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
-
- shutdown() - Method in class org.apache.zookeeper.server.FinalRequestProcessor
-
- shutdown() - Method in class org.apache.zookeeper.server.NIOServerCnxn.Factory
-
- shutdown() - Method in class org.apache.zookeeper.server.PrepRequestProcessor
-
- shutdown() - Method in class org.apache.zookeeper.server.quorum.AuthFastLeaderElection
-
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
-
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.SendAckRequestProcessor
-
- shutdown() - Method in interface org.apache.zookeeper.server.RequestProcessor
-
- 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.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.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.op_result_t
-
- 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.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.QuorumPacket
-
- 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.DeleteTxn
-
- signature() - Static method in class org.apache.zookeeper.txn.ErrorTxn
-
- 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.TxnHeader
-
- 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
-
- SnapShot - Interface in org.apache.zookeeper.server.persistence
-
snapshot interface for the persistence layer.
- 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.
- 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.NIOServerCnxn.Factory
-
- start() - Method 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
-
- startup(ZooKeeperServer) - Method in class org.apache.zookeeper.server.NIOServerCnxn.Factory
-
- 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
-
- state - Variable in class org.apache.zookeeper.server.quorum.Vote
-
- 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
-