| Package | Description | 
|---|---|
| org.apache.zookeeper.server.admin | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CommandBase | 
| static class  | Commands.CnxnStatResetCommandReset all connection statistics. | 
| static class  | Commands.ConfCommandServer configuration parameters. | 
| static class  | Commands.ConsCommandInformation on client connections to server. | 
| static class  | Commands.DirsCommandInformation on ZK datadir and snapdir size in bytes | 
| static class  | Commands.DumpCommandInformation on session expirations and ephemerals. | 
| static class  | Commands.EnvCommandAll defined environment variables. | 
| static class  | Commands.GetTraceMaskCommandThe current trace mask. | 
| static class  | Commands.IsroCommandIs this server in read-only mode. | 
| static class  | Commands.MonitorCommandSome useful info for monitoring. | 
| static class  | Commands.RuokCommandNo-op command, check if the server is running | 
| static class  | Commands.SetTraceMaskCommandSets the trace mask. | 
| static class  | Commands.SrvrCommandServer information. | 
| static class  | Commands.StatCommandSame as SrvrCommand but has extra "connections" entry. | 
| static class  | Commands.StatResetCommandResets server statistics. | 
| static class  | Commands.WatchCommandWatch information aggregated by session. | 
| static class  | Commands.WatchesByPathCommandWatch information aggregated by path. | 
| static class  | Commands.WatchSummaryCommandSummarized watch information. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Command | Commands. getCommand(String cmdName)Returns the commands registered under cmdName with registerCommand, or
 null if no command is registered with that name. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | Commands. registerCommand(Command command)Registers the given command. | 
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.