Class InfoCommand
- 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<CliFlags>
-
- org.apache.bookkeeper.tools.cli.commands.bookies.InfoCommand
-
public class InfoCommand extends BookieCommand<CliFlags>
A bookie command to retrieve bookie info.
-
-
Field Summary
-
Fields inherited from class org.apache.bookkeeper.tools.framework.CliCommand
spec
-
-
Constructor Summary
Constructors Constructor Description InfoCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
apply(ServerConfiguration conf, CliFlags cmdFlags)
(package private) java.lang.String
getReadable(long val)
-
Methods inherited from class org.apache.bookkeeper.tools.cli.helpers.BookieCommand
apply
-
Methods inherited from class org.apache.bookkeeper.tools.common.BKCommand
acceptServiceUri, apply, apply, apply
-
Methods inherited from class org.apache.bookkeeper.tools.framework.CliCommand
category, description, getUsage, name, path, setParent, usage
-
-
-
-
Method Detail
-
getReadable
java.lang.String getReadable(long val)
-
apply
public boolean apply(ServerConfiguration conf, CliFlags cmdFlags)
- Specified by:
apply
in classBookieCommand<CliFlags>
-
-