Package org.apache.bookkeeper.bookie
Interface BookieShell.Command
-
- All Known Implementing Classes:
BookieShell.AutoRecoveryCmd
,BookieShell.BookieFormatCmd
,BookieShell.BookieInfoCmd
,BookieShell.BookieSanityTestCmd
,BookieShell.CheckDbLedgersIndexCmd
,BookieShell.ClusterInfoCmd
,BookieShell.ConvertToDbStorageCmd
,BookieShell.ConvertToInterleavedStorageCmd
,BookieShell.DecommissionBookieCmd
,BookieShell.DeleteLedgerCmd
,BookieShell.EndpointInfoCmd
,BookieShell.ForceAuditorChecksCmd
,BookieShell.HelpCmd
,BookieShell.InitBookieCmd
,BookieShell.InitNewCluster
,BookieShell.LastMarkCmd
,BookieShell.LedgerCmd
,BookieShell.LedgerMetadataCmd
,BookieShell.ListActiveLedgersCmd
,BookieShell.ListBookiesCmd
,BookieShell.ListDiskFilesCmd
,BookieShell.ListLedgersCmd
,BookieShell.ListUnderreplicatedCmd
,BookieShell.LocalConsistencyCheck
,BookieShell.LostBookieRecoveryDelayCmd
,BookieShell.MetaFormatCmd
,BookieShell.MyCommand
,BookieShell.NukeExistingCluster
,BookieShell.QueryAutoRecoveryStatusCmd
,BookieShell.ReadJournalCmd
,BookieShell.ReadLedgerEntriesCmd
,BookieShell.ReadLogCmd
,BookieShell.ReadLogMetadataCmd
,BookieShell.RebuildDbLedgerLocationsIndexCmd
,BookieShell.RebuildDbLedgersIndexCmd
,BookieShell.RecoverCmd
,BookieShell.RegenerateInterleavedStorageIndexFile
,BookieShell.SimpleTestCmd
,BookieShell.TriggerAuditCmd
,BookieShell.UpdateBookieInLedgerCmd
,BookieShell.UpdateCookieCmd
,BookieShell.UpdateLedgerCmd
,BookieShell.WhatIsInstanceId
,BookieShell.WhoIsAuditorCmd
,BookieShellCommand
- Enclosing class:
- BookieShell
@Private public static interface BookieShell.Command
BookieShell command.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
description()
void
printUsage()
int
runCmd(java.lang.String[] args)
-