| Package | Description | 
|---|---|
| org.apache.zookeeper.server.admin | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CommandBase  | 
static class  | 
Commands.CnxnStatResetCommand
Reset all connection statistics. 
 | 
static class  | 
Commands.ConfCommand
Server configuration parameters. 
 | 
static class  | 
Commands.ConsCommand
Information on client connections to server. 
 | 
static class  | 
Commands.DirsCommand
Information on ZK datadir and snapdir size in bytes 
 | 
static class  | 
Commands.DumpCommand
Information on session expirations and ephemerals. 
 | 
static class  | 
Commands.EnvCommand
All defined environment variables. 
 | 
static class  | 
Commands.GetTraceMaskCommand
The current trace mask. 
 | 
static class  | 
Commands.IsroCommand
Is this server in read-only mode. 
 | 
static class  | 
Commands.MonitorCommand
Some useful info for monitoring. 
 | 
static class  | 
Commands.RuokCommand
No-op command, check if the server is running 
 | 
static class  | 
Commands.SetTraceMaskCommand
Sets the trace mask. 
 | 
static class  | 
Commands.SrvrCommand
Server information. 
 | 
static class  | 
Commands.StatCommand
Same as SrvrCommand but has extra "connections" entry. 
 | 
static class  | 
Commands.StatResetCommand
Resets server statistics. 
 | 
static class  | 
Commands.WatchCommand
Watch information aggregated by session. 
 | 
static class  | 
Commands.WatchesByPathCommand
Watch information aggregated by path. 
 | 
static class  | 
Commands.WatchSummaryCommand
Summarized 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–2021 The Apache Software Foundation. All rights reserved.