Uses of Interface
org.apache.zookeeper.server.admin.Command
Packages that use Command
-
Uses of Command in org.apache.zookeeper.server.admin
Classes in org.apache.zookeeper.server.admin that implement CommandModifier and TypeClassDescriptionclass
static class
Reset all connection statistics.static class
Server configuration parameters.static class
Information on client connections to server.static class
Digest histories for every specific number of txns.static class
Information on ZK datadir and snapdir size in bytesstatic class
Information on session expirations and ephemerals.static class
All defined environment variables.static class
The current trace mask.static class
static class
Is this server in read-only mode.static class
Command returns information of the last snapshot that zookeeper server has finished saving to disk.static class
Returns the leader status of this instance and the leader host string.static class
Some useful info for monitoring.static class
Reset all observer connection statistics.static class
No-op command, check if the server is runningstatic class
Sets the trace mask.static class
Server information.static class
Same as SrvrCommand but has extra "connections" entry.static class
Resets server statistics.static class
Information on observer connections to server.static class
All defined system properties.static class
Returns the current ensemble configuration information.static class
Watch information aggregated by session.static class
Watch information aggregated by path.static class
Summarized watch information.static class
Returns the current phase of Zab protocol that peer is running.Methods in org.apache.zookeeper.server.admin that return CommandModifier and TypeMethodDescriptionstatic Command
Commands.getCommand
(String cmdName) Returns the commands registered under cmdName with registerCommand, or null if no command is registered with that name.Methods in org.apache.zookeeper.server.admin with parameters of type CommandModifier and TypeMethodDescriptionstatic void
Commands.registerCommand
(Command command) Registers the given command.