AdminServerFactory |
Factory class for creating an AdminServer.
|
AuthRequest |
Class representing auth data for performing ACL check on admin server commands.
|
CommandBase |
|
CommandResponse |
|
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.DigestCommand |
Digest histories for every specific number of txns.
|
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.InitialConfigurationCommand |
|
Commands.IsroCommand |
Is this server in read-only mode.
|
Commands.LastSnapshotCommand |
Command returns information of the last snapshot that zookeeper server
has finished saving to disk.
|
Commands.LeaderCommand |
Returns the leader status of this instance and the leader host string.
|
Commands.MonitorCommand |
Some useful info for monitoring.
|
Commands.ObserverCnxnStatResetCommand |
Reset all observer connection statistics.
|
Commands.RestoreCommand |
Restore from snapshot on the current server.
|
Commands.RuokCommand |
No-op command, check if the server is running
|
Commands.SetTraceMaskCommand |
Sets the trace mask.
|
Commands.SnapshotCommand |
Take a snapshot of current server and stream out the data.
|
Commands.SrvrCommand |
Server information.
|
Commands.StatCommand |
Same as SrvrCommand but has extra "connections" entry.
|
Commands.StatResetCommand |
Resets server statistics.
|
Commands.SyncedObserverConsCommand |
Information on observer connections to server.
|
Commands.SystemPropertiesCommand |
All defined system properties.
|
Commands.VotingViewCommand |
Returns the current ensemble configuration information.
|
Commands.WatchCommand |
Watch information aggregated by session.
|
Commands.WatchesByPathCommand |
Watch information aggregated by path.
|
Commands.WatchSummaryCommand |
Summarized watch information.
|
Commands.ZabStateCommand |
Returns the current phase of Zab protocol that peer is running.
|
DummyAdminServer |
An AdminServer that does nothing.
|
GetCommand |
Command that represents HTTP GET request
|
JettyAdminServer |
This class encapsulates a Jetty server for running Commands.
|
JsonOutputter |
|
PostCommand |
|
ReadAheadEndpoint |
|
StreamOutputter |
A class for streaming data out.
|
UnifiedConnectionFactory |
The purpose of this class is to dynamically determine whether to create
a plaintext or SSL connection whenever newConnection() is called.
|