Uses of Class
org.apache.bookkeeper.tools.cli.commands.bookie.ListLedgersCommand.ListLedgersFlags
-
Packages that use ListLedgersCommand.ListLedgersFlags Package Description org.apache.bookkeeper.tools.cli.commands.bookie Commands to operate a single bookie. -
-
Uses of ListLedgersCommand.ListLedgersFlags in org.apache.bookkeeper.tools.cli.commands.bookie
Methods in org.apache.bookkeeper.tools.cli.commands.bookie that return ListLedgersCommand.ListLedgersFlags Modifier and Type Method Description ListLedgersCommand.ListLedgersFlags
ListLedgersCommand.ListLedgersFlags. bookieId(java.lang.String bookieId)
ListLedgersCommand.ListLedgersFlags
ListLedgersCommand.ListLedgersFlags. ledgerIdFormatter(java.lang.String ledgerIdFormatter)
ListLedgersCommand.ListLedgersFlags
ListLedgersCommand.ListLedgersFlags. meta(boolean meta)
Methods in org.apache.bookkeeper.tools.cli.commands.bookie with parameters of type ListLedgersCommand.ListLedgersFlags Modifier and Type Method Description boolean
ListLedgersCommand. apply(ServerConfiguration conf, ListLedgersCommand.ListLedgersFlags cmdFlags)
boolean
ListLedgersCommand. handler(ServerConfiguration conf, ListLedgersCommand.ListLedgersFlags flags)
Constructors in org.apache.bookkeeper.tools.cli.commands.bookie with parameters of type ListLedgersCommand.ListLedgersFlags Constructor Description ListLedgersCommand(ListLedgersCommand.ListLedgersFlags flags)
-