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 ZooKeeperServerZooKeeperServerBean.zksprotected ZooKeeperServerServerCnxnFactory.zkServerMethods in org.apache.zookeeper.server that return ZooKeeperServerMethods in org.apache.zookeeper.server with parameters of type ZooKeeperServerModifier and TypeMethodDescriptionfinal voidServerCnxnFactory.setZooKeeperServer(ZooKeeperServer zks) voidNettyServerCnxnFactory.startup(ZooKeeperServer zks, boolean startServer) voidNIOServerCnxnFactory.startup(ZooKeeperServer zks, boolean startServer) voidServerCnxnFactory.startup(ZooKeeperServer zkServer) abstract voidServerCnxnFactory.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.run(ZooKeeperServer zkServer, Map<String, String> kwargs) Run this command.Commands.CnxnStatResetCommand.run(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.ConfCommand.run(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.ConsCommand.run(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.DigestCommand.run(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.DirsCommand.run(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.DumpCommand.run(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.EnvCommand.run(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.GetTraceMaskCommand.run(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.InitialConfigurationCommand.run(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.IsroCommand.run(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.LastSnapshotCommand.run(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.LeaderCommand.run(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.MonitorCommand.run(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.ObserverCnxnStatResetCommand.run(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.RuokCommand.run(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.SetTraceMaskCommand.run(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.SrvrCommand.run(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.StatCommand.run(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.StatResetCommand.run(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.SyncedObserverConsCommand.run(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.SystemPropertiesCommand.run(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.VotingViewCommand.run(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.WatchCommand.run(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.WatchesByPathCommand.run(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.WatchSummaryCommand.run(ZooKeeperServer zkServer, Map<String, String> kwargs) Commands.ZabStateCommand.run(ZooKeeperServer zkServer, Map<String, String> kwargs) static CommandResponseCommands.runCommand(String cmdName, ZooKeeperServer zkServer, Map<String, String> kwargs) Run the registered command with name cmdName.voidAdminServer.setZooKeeperServer(ZooKeeperServer zkServer) voidDummyAdminServer.setZooKeeperServer(ZooKeeperServer zkServer) voidJettyAdminServer.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 TypeMethodDescriptionbooleanCommandExecutor.execute(ServerCnxn serverCnxn, PrintWriter pwriter, int commandCode, ZooKeeperServer zkServer, ServerCnxnFactory factory) This class decides which command to be executed and then executesvoidAbstractFourLetterCommand.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 TypeClassDescriptionclassJust like the standard ZooKeeperServer.classJust like the standard ZooKeeperServer.classParent class for all ZooKeeperServers for LearnersclassA ZooKeeperServer for the Observer node type.classAbstract base class for all ZooKeeperServers that participate in a quorum.classA 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 TypeMethodDescriptionvoidQuorumPeer.setZooKeeperServer(ZooKeeperServer zks) protected voidReadOnlyZooKeeperServer.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)