Interface | Description |
---|---|
AdminServer |
Interface for an embedded admin server that runs Commands.
|
Command |
Interface implemented by all commands runnable by JettyAdminServer.
|
CommandOutputter |
CommandOutputters are used to format the responses from Commands.
|
Class | Description |
---|---|
AdminServerFactory |
Factory class for creating an AdminServer.
|
CommandBase | |
CommandResponse |
A response from running a
Command . |
Commands |
Class containing static methods for registering and running Commands, as well
as default Command definitions.
|
Commands.CnxnStatResetCommand |
Reset all connection statistics.
|
Commands.ConfCommand |
Server configuration parameters.
|
Commands.ConsCommand |
Information on client connections to server.
|
Commands.DirsCommand |
Information on ZK datadir and snapdir size in bytes
|
Commands.DumpCommand |
Information on session expirations and ephemerals.
|
Commands.EnvCommand |
All defined environment variables.
|
Commands.GetTraceMaskCommand |
The current trace mask.
|
Commands.IsroCommand |
Is this server in read-only mode.
|
Commands.MonitorCommand |
Some useful info for monitoring.
|
Commands.RuokCommand |
No-op command, check if the server is running
|
Commands.SetTraceMaskCommand |
Sets the trace mask.
|
Commands.SrvrCommand |
Server information.
|
Commands.StatCommand |
Same as SrvrCommand but has extra "connections" entry.
|
Commands.StatResetCommand |
Resets server statistics.
|
Commands.WatchCommand |
Watch information aggregated by session.
|
Commands.WatchesByPathCommand |
Watch information aggregated by path.
|
Commands.WatchSummaryCommand |
Summarized watch information.
|
DummyAdminServer |
An AdminServer that does nothing.
|
JettyAdminServer |
This class encapsulates a Jetty server for running Commands.
|
JsonOutputter |
Exception | Description |
---|---|
AdminServer.AdminServerException |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.