A B C D E F G H I J K L M N O P Q R S T U V W Z
C
- checkSession(long, Object) -
类 org.apache.zookeeper.server.quorum.LearnerSessionTracker 中的方法
-
- checkSession(long, Object) -
接口 org.apache.zookeeper.server.SessionTracker 中的方法
-
- checkSession(long, Object) -
类 org.apache.zookeeper.server.SessionTrackerImpl 中的方法
-
- clear() -
类 org.apache.zookeeper.server.DataTree 中的方法
-
- clear() -
类 org.apache.zookeeper.server.NIOServerCnxn.Factory 中的方法
- Clear all the connections in the selector.
- clear() -
类 org.apache.zookeeper.server.upgrade.DataTreeV1 中的方法
-
- clear() -
类 org.apache.zookeeper.server.ZKDatabase 中的方法
- clear the zkdatabase.
- CLIENT_DATA_PACKET_TRACE_MASK -
类 org.apache.zookeeper.server.ZooTrace 中的静态变量
-
- CLIENT_PING_TRACE_MASK -
类 org.apache.zookeeper.server.ZooTrace 中的静态变量
-
- CLIENT_REQUEST_TRACE_MASK -
类 org.apache.zookeeper.server.ZooTrace 中的静态变量
-
- ClientCnxn - org.apache.zookeeper 中的 类
- This class manages the socket i/o for the client.
- ClientCnxn(String, int, ZooKeeper, ClientWatchManager) -
类 org.apache.zookeeper.ClientCnxn 的构造方法
- Creates a connection object.
- ClientCnxn(String, int, ZooKeeper, ClientWatchManager, long, byte[]) -
类 org.apache.zookeeper.ClientCnxn 的构造方法
- Creates a connection object.
- clientId -
类 org.apache.zookeeper.server.DataTree.ProcessTxnResult 中的变量
-
- clientId -
类 org.apache.zookeeper.server.upgrade.DataTreeV1.ProcessTxnResult 中的变量
-
- ClientWatchManager - org.apache.zookeeper 中的 接口
-
- close() -
类 org.apache.zookeeper.ClientCnxn 中的方法
- Close the connection, which includes; send session disconnect to the
server, shutdown the send/event threads.
- close() -
类 org.apache.zookeeper.server.NIOServerCnxn 中的方法
-
- close() -
类 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() -
类 org.apache.zookeeper.server.persistence.FileTxnLog 中的方法
- close all the open file handles
- close() -
类 org.apache.zookeeper.server.persistence.FileTxnLog.FileTxnIterator 中的方法
- close the iterator
and release the resources.
- close() -
类 org.apache.zookeeper.server.persistence.FileTxnSnapLog 中的方法
- close the transaction log files
- close() -
接口 org.apache.zookeeper.server.persistence.SnapShot 中的方法
- free resources from this snapshot immediately
- close() -
接口 org.apache.zookeeper.server.persistence.TxnLog 中的方法
- close the transactions logs
- close() -
接口 org.apache.zookeeper.server.persistence.TxnLog.TxnIterator 中的方法
- close files and release the
resources
- close() -
类 org.apache.zookeeper.server.ZKDatabase 中的方法
- close this database. free the resources
- close() -
类 org.apache.zookeeper.ZooKeeper 中的方法
- Close this client object.
- closeSession(long) -
类 org.apache.zookeeper.server.ZooKeeperServer 中的方法
-
- closeSession(ServerCnxn, RequestHeader) -
类 org.apache.zookeeper.server.ZooKeeperServer 中的方法
-
- closeSession -
接口 org.apache.zookeeper.ZooDefs.OpCode 中的静态变量
-
- cnxn -
类 org.apache.zookeeper.server.Request 中的变量
-
- code() -
异常 org.apache.zookeeper.KeeperException 中的方法
- Read the error Code for this exception
- COMMA_TKN -
接口 org.apache.jute.compiler.generated.RccConstants 中的静态变量
-
- commit() -
类 org.apache.zookeeper.server.persistence.FileTxnLog 中的方法
- commit the logs. make sure that evertyhing hits the
disk
- commit() -
类 org.apache.zookeeper.server.persistence.FileTxnSnapLog 中的方法
- commit the transaction of logs
- commit() -
接口 org.apache.zookeeper.server.persistence.TxnLog 中的方法
- commmit the trasaction and make sure
they are persisted
- commit(Request) -
类 org.apache.zookeeper.server.quorum.CommitProcessor 中的方法
-
- commit(long) -
类 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) -
类 org.apache.zookeeper.server.quorum.Leader 中的方法
- Create a commit packet and send it to all the members of the quorum
- commit() -
类 org.apache.zookeeper.server.ZKDatabase 中的方法
- commit to the underlying transaction log
- commitLogCount -
类 org.apache.zookeeper.server.ZKDatabase 中的静态变量
-
- CommitProcessor - org.apache.zookeeper.server.quorum 中的 类
- This RequestProcessor matches the incoming committed requests with the
locally submitted requests.
- CommitProcessor(RequestProcessor, String, boolean) -
类 org.apache.zookeeper.server.quorum.CommitProcessor 的构造方法
-
- commitRequest(Request) -
类 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.
- CommonNames - org.apache.zookeeper.jmx 中的 类
- A bunch of constants.
- CommonNames() -
类 org.apache.zookeeper.jmx.CommonNames 的构造方法
-
- compareBytes(byte[], int, int, byte[], int, int) -
类 org.apache.jute.Utils 中的静态方法
-
- connectAll() -
类 org.apache.zookeeper.server.quorum.QuorumCnxManager 中的方法
- Try to establish a connection with each server if one
doesn't exist.
- ConnectionBean - org.apache.zookeeper.server 中的 类
- Implementation of connection MBean interface.
- ConnectionBean(ServerCnxn, ZooKeeperServer) -
类 org.apache.zookeeper.server.ConnectionBean 的构造方法
-
- ConnectionLoss -
接口 org.apache.zookeeper.KeeperException.CodeDeprecated 中的静态变量
- 已过时。 deprecated in 3.1.0, use
KeeperException.Code.CONNECTIONLOSS
instead
- ConnectionMXBean - org.apache.zookeeper.server 中的 接口
- This MBean represents a client connection.
- containsQuorum(HashSet<Long>) -
类 org.apache.zookeeper.server.quorum.flexible.QuorumHierarchical 中的方法
- Verifies if a given set is a quorum.
- containsQuorum(HashSet<Long>) -
类 org.apache.zookeeper.server.quorum.flexible.QuorumMaj 中的方法
- Verifies if a set is a majority.
- containsQuorum(HashSet<Long>) -
接口 org.apache.zookeeper.server.quorum.flexible.QuorumVerifier 中的方法
-
- convertAcls(List<ACL>) -
类 org.apache.zookeeper.server.DataTree 中的方法
- converts the list of acls to a list of longs.
- convertLong(Long) -
类 org.apache.zookeeper.server.DataTree 中的方法
- converts a list of longs to a list of acls.
- convertLong(Long) -
类 org.apache.zookeeper.server.ZKDatabase 中的方法
- convert from long to the acl entry
- copyStat(Stat) -
类 org.apache.zookeeper.server.DataNode 中的方法
-
- copyStat(Stat, Stat) -
类 org.apache.zookeeper.server.DataTree 中的静态方法
-
- copyStat(Stat) -
类 org.apache.zookeeper.server.upgrade.DataNodeV1 中的方法
-
- copyStat(Stat, Stat) -
类 org.apache.zookeeper.server.upgrade.DataTreeV1 中的静态方法
-
- copyStatPersisted(StatPersisted, StatPersisted) -
类 org.apache.zookeeper.server.DataTree 中的静态方法
-
- copyStatPersisted(StatPersistedV1, StatPersistedV1) -
类 org.apache.zookeeper.server.upgrade.DataTreeV1 中的静态方法
-
- count -
类 org.apache.zookeeper.server.quorum.LeaderElection.ElectionResult 中的变量
-
- countEphemerals() -
类 org.apache.zookeeper.server.DataTreeBean 中的方法
-
- countEphemerals() -
接口 org.apache.zookeeper.server.DataTreeMXBean 中的方法
-
- create(KeeperException.Code, String) -
异常 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) -
异常 org.apache.zookeeper.KeeperException 中的静态方法
- 已过时。 deprecated in 3.1.0, use
KeeperException.create(Code, String)
instead
- create(int) -
异常 org.apache.zookeeper.KeeperException 中的静态方法
- 已过时。 deprecated in 3.1.0, use
KeeperException.create(Code)
instead
- create(KeeperException.Code) -
异常 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) -
接口 org.apache.zookeeper.server.quorum.QuorumPeer.Factory 中的方法
-
- create -
接口 org.apache.zookeeper.ZooDefs.OpCode 中的静态变量
-
- CREATE -
接口 org.apache.zookeeper.ZooDefs.Perms 中的静态变量
-
- create(String, byte[], List<ACL>, CreateMode) -
类 org.apache.zookeeper.ZooKeeper 中的方法
- Create a node with the given path.
- create(String, byte[], List<ACL>, CreateMode, AsyncCallback.StringCallback, Object) -
类 org.apache.zookeeper.ZooKeeper 中的方法
- The Asynchronous version of create.
- createConnectionFactory() -
接口 org.apache.zookeeper.server.quorum.QuorumPeer.Factory 中的方法
-
- createConnectionFactory() -
接口 org.apache.zookeeper.server.ZooKeeperServer.Factory 中的方法
-
- CreateMode - org.apache.zookeeper 中的 枚举
- CreateMode value determines how the znode is created on ZooKeeper.
- createNode(String, byte[], List<ACL>, long, long, long) -
类 org.apache.zookeeper.server.DataTree 中的方法
-
- createNode(String, byte[], List<ACL>, long, long, long) -
类 org.apache.zookeeper.server.upgrade.DataTreeV1 中的方法
-
- createQuota(ZooKeeper, String, long, int) -
类 org.apache.zookeeper.ZooKeeperMain 中的静态方法
- this method creates a quota node for the path
- createServer() -
接口 org.apache.zookeeper.server.ZooKeeperServer.Factory 中的方法
-
- createSession(int) -
类 org.apache.zookeeper.server.quorum.LearnerSessionTracker 中的方法
-
- createSession(int) -
接口 org.apache.zookeeper.server.SessionTracker 中的方法
-
- createSession(int) -
类 org.apache.zookeeper.server.SessionTrackerImpl 中的方法
-
- createSession -
接口 org.apache.zookeeper.ZooDefs.OpCode 中的静态变量
-
- createTime -
类 org.apache.zookeeper.server.Request 中的变量
-
- CREATOR_ALL_ACL -
接口 org.apache.zookeeper.ZooDefs.Ids 中的静态变量
- This ACL gives the creators authentication id's all permissions.
- CSTRING_TKN -
接口 org.apache.jute.compiler.generated.RccConstants 中的静态变量
-
- CsvOutputArchive - org.apache.jute 中的 类
-
- CsvOutputArchive(OutputStream) -
类 org.apache.jute.CsvOutputArchive 的构造方法
- Creates a new instance of CsvOutputArchive
- currentToken -
异常 org.apache.jute.compiler.generated.ParseException 中的变量
- This is the last token that has been consumed successfully.
- cxid -
类 org.apache.zookeeper.server.DataTree.ProcessTxnResult 中的变量
-
- cxid -
类 org.apache.zookeeper.server.Request 中的变量
-
- cxid -
类 org.apache.zookeeper.server.upgrade.DataTreeV1.ProcessTxnResult 中的变量
-
A B C D E F G H I J K L M N O P Q R S T U V W Z