Uses of Class
org.apache.zookeeper.server.ZooKeeperServer
Packages that use ZooKeeperServer
Package
Description
ZooKeeper server theory of operation
-
Uses of ZooKeeperServer in org.apache.zookeeper.server
Fields in org.apache.zookeeper.server declared as ZooKeeperServerModifier and TypeFieldDescriptionprotected final ZooKeeperServer
ZooKeeperServerBean.zks
protected ZooKeeperServer
ServerCnxnFactory.zkServer
Methods in org.apache.zookeeper.server that return ZooKeeperServerMethods in org.apache.zookeeper.server with parameters of type ZooKeeperServerModifier and TypeMethodDescriptionfinal void
ServerCnxnFactory.setZooKeeperServer
(ZooKeeperServer zks) void
NettyServerCnxnFactory.startup
(ZooKeeperServer zks, boolean startServer) void
NIOServerCnxnFactory.startup
(ZooKeeperServer zks, boolean startServer) void
ServerCnxnFactory.startup
(ZooKeeperServer zkServer) abstract void
ServerCnxnFactory.startup
(ZooKeeperServer zkServer, boolean startServer) Constructors in org.apache.zookeeper.server with parameters of type ZooKeeperServerModifierConstructorDescriptionConnectionBean
(ServerCnxn connection, ZooKeeperServer zk) NIOServerCnxn
(ZooKeeperServer zk, SocketChannel sock, SelectionKey sk, NIOServerCnxnFactory factory, NIOServerCnxnFactory.SelectorThread selectorThread) ObserverBean
(Observer observer, ZooKeeperServer zks) PrepRequestProcessor
(ZooKeeperServer zks, RequestProcessor nextProcessor) ServerCnxn
(ZooKeeperServer zkServer) SyncRequestProcessor
(ZooKeeperServer zks, RequestProcessor nextProcessor) -
Uses of ZooKeeperServer in org.apache.zookeeper.server.admin
Methods in org.apache.zookeeper.server.admin with parameters of type ZooKeeperServerModifier and TypeMethodDescriptionCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) Run this command for HTTP GET request.Commands.CnxnStatResetCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.ConfCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.ConsCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.DigestCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.DirsCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.DumpCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.EnvCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.GetTraceMaskCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.InitialConfigurationCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.IsroCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.LastSnapshotCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.LeaderCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.MonitorCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.ObserverCnxnStatResetCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.RuokCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.SetTraceMaskCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.SnapshotCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.SrvrCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.StatCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.StatResetCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.SyncedObserverConsCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.SystemPropertiesCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.VotingViewCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.WatchCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.WatchesByPathCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.WatchSummaryCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.ZabStateCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) PostCommand.runGet
(ZooKeeperServer zkServer, Map<String, String> kwargs) static CommandResponse
Commands.runGetCommand
(String cmdName, ZooKeeperServer zkServer, Map<String, String> kwargs, String authInfo, javax.servlet.http.HttpServletRequest request) Run the registered command with name cmdName.Command.runPost
(ZooKeeperServer zkServer, InputStream inputStream) Run this command for HTTP POST.Commands.RestoreCommand.runPost
(ZooKeeperServer zkServer, InputStream inputStream) GetCommand.runPost
(ZooKeeperServer zkServer, InputStream inputStream) static CommandResponse
Commands.runPostCommand
(String cmdName, ZooKeeperServer zkServer, InputStream inputStream, String authInfo, javax.servlet.http.HttpServletRequest request) Run the registered command with name cmdName.void
AdminServer.setZooKeeperServer
(ZooKeeperServer zkServer) void
DummyAdminServer.setZooKeeperServer
(ZooKeeperServer zkServer) void
JettyAdminServer.setZooKeeperServer
(ZooKeeperServer zkServer) Set the ZooKeeperServer that will be used to run Commands. -
Uses of ZooKeeperServer in org.apache.zookeeper.server.auth
Methods in org.apache.zookeeper.server.auth that return ZooKeeperServerConstructors in org.apache.zookeeper.server.auth with parameters of type ZooKeeperServer -
Uses of ZooKeeperServer in org.apache.zookeeper.server.command
Fields in org.apache.zookeeper.server.command declared as ZooKeeperServerMethods in org.apache.zookeeper.server.command with parameters of type ZooKeeperServerModifier and TypeMethodDescriptionboolean
CommandExecutor.execute
(ServerCnxn serverCnxn, PrintWriter pwriter, int commandCode, ZooKeeperServer zkServer, ServerCnxnFactory factory) This class decides which command to be executed and then executesvoid
AbstractFourLetterCommand.setZkServer
(ZooKeeperServer zkServer) -
Uses of ZooKeeperServer in org.apache.zookeeper.server.controller
Constructors in org.apache.zookeeper.server.controller with parameters of type ZooKeeperServerModifierConstructorDescriptionControllableConnection
(ZooKeeperServer zk, SocketChannel sock, SelectionKey sk, NIOServerCnxnFactory factory, NIOServerCnxnFactory.SelectorThread selectorThread) -
Uses of ZooKeeperServer in org.apache.zookeeper.server.quorum
Subclasses of ZooKeeperServer in org.apache.zookeeper.server.quorumModifier and TypeClassDescriptionclass
Just like the standard ZooKeeperServer.class
Just like the standard ZooKeeperServer.class
Parent class for all ZooKeeperServers for Learnersclass
A ZooKeeperServer for the Observer node type.class
Abstract base class for all ZooKeeperServers that participate in a quorum.class
A ZooKeeperServer which comes into play when peer is partitioned from the majority.Methods in org.apache.zookeeper.server.quorum that return ZooKeeperServerMethods in org.apache.zookeeper.server.quorum with parameters of type ZooKeeperServerModifier and TypeMethodDescriptionvoid
QuorumPeer.setZooKeeperServer
(ZooKeeperServer zks) protected void
ReadOnlyZooKeeperServer.unregisterJMX
(ZooKeeperServer zks) Constructors in org.apache.zookeeper.server.quorum with parameters of type ZooKeeperServerModifierConstructorDescriptionFollowerBean
(Follower follower, ZooKeeperServer zks) LeaderBean
(Leader leader, ZooKeeperServer zks) ReadOnlyRequestProcessor
(ZooKeeperServer zks, RequestProcessor nextProcessor)