Package org.apache.bookkeeper.bookie
Class BookieShell.ListUnderreplicatedCmd
- java.lang.Object
 - 
- org.apache.bookkeeper.bookie.BookieShell.MyCommand
 - 
- org.apache.bookkeeper.bookie.BookieShell.ListUnderreplicatedCmd
 
 
 
- 
- All Implemented Interfaces:
 BookieShell.Command
- Enclosing class:
 - BookieShell
 
class BookieShell.ListUnderreplicatedCmd extends BookieShell.MyCommand
Command for listing underreplicated ledgers. 
- 
- 
Field Summary
- 
Fields inherited from class org.apache.bookkeeper.bookie.BookieShell.MyCommand
cmdName, opts 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ListUnderreplicatedCmd() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.StringgetDescription()(package private) org.apache.commons.cli.OptionsgetOptions()(package private) java.lang.StringgetUsage()(package private) intrunCmd(org.apache.commons.cli.CommandLine cmdLine)- 
Methods inherited from class org.apache.bookkeeper.bookie.BookieShell.MyCommand
description, printUsage, runCmd 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getOptions
org.apache.commons.cli.Options getOptions()
- Specified by:
 getOptionsin classBookieShell.MyCommand
 
- 
getDescription
java.lang.String getDescription()
- Specified by:
 getDescriptionin classBookieShell.MyCommand
 
- 
getUsage
java.lang.String getUsage()
- Specified by:
 getUsagein classBookieShell.MyCommand
 
- 
runCmd
int runCmd(org.apache.commons.cli.CommandLine cmdLine) throws java.lang.Exception- Specified by:
 runCmdin classBookieShell.MyCommand- Throws:
 java.lang.Exception
 
 - 
 
 -