Class EndpointInfoCommand
java.lang.Object
org.apache.bookkeeper.tools.framework.CliCommand<BKFlags,CommandFlagsT>
org.apache.bookkeeper.tools.common.BKCommand<BookieFlagsT>
org.apache.bookkeeper.tools.cli.helpers.BookieCommand<EndpointInfoCommand.EndpointInfoFlags>
org.apache.bookkeeper.tools.cli.commands.bookies.EndpointInfoCommand
Get endpoint information about a Bookie.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFlags for this command. -
Field Summary
FieldsFields inherited from class org.apache.bookkeeper.tools.framework.CliCommand
spec -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanapply(ServerConfiguration conf, EndpointInfoCommand.EndpointInfoFlags cmdFlags) Methods inherited from class org.apache.bookkeeper.tools.cli.helpers.BookieCommand
applyMethods inherited from class org.apache.bookkeeper.tools.common.BKCommand
acceptServiceUri, apply, apply, applyMethods inherited from class org.apache.bookkeeper.tools.framework.CliCommand
category, description, getUsage, name, path, setParent, usage
-
Field Details
-
LOG
static final org.slf4j.Logger LOG
-
-
Constructor Details
-
EndpointInfoCommand
public EndpointInfoCommand()
-
-
Method Details
-
apply
- Specified by:
applyin classBookieCommand<EndpointInfoCommand.EndpointInfoFlags>
-