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 TypeClassDescriptionclassstatic classReset all connection statistics.static classServer configuration parameters.static classInformation on client connections to server.static classDigest histories for every specific number of txns.static classInformation on ZK datadir and snapdir size in bytesstatic classInformation on session expirations and ephemerals.static classAll defined environment variables.static classThe current trace mask.static classstatic classIs this server in read-only mode.static classCommand returns information of the last snapshot that zookeeper server has finished saving to disk.static classReturns the leader status of this instance and the leader host string.static classSome useful info for monitoring.static classReset all observer connection statistics.static classRestore from snapshot on the current server.static classNo-op command, check if the server is runningstatic classSets the trace mask.static classTake a snapshot of current server and stream out the data.static classServer information.static classSame as SrvrCommand but has extra "connections" entry.static classResets server statistics.static classInformation on observer connections to server.static classAll defined system properties.static classReturns the current ensemble configuration information.static classWatch information aggregated by session.static classWatch information aggregated by path.static classSummarized watch information.static classReturns the current phase of Zab protocol that peer is running.classCommand that represents HTTP GET requestclassMethods in org.apache.zookeeper.server.admin that return CommandModifier and TypeMethodDescriptionstatic CommandCommands.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 voidCommands.registerCommand(Command command) Registers the given command.