Uses of Class
org.apache.bookkeeper.util.LedgerIdFormatter
-
Packages that use LedgerIdFormatter Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients.org.apache.bookkeeper.conf Configurations used by bookkeeper.org.apache.bookkeeper.tools.cli.commands.autorecovery org.apache.bookkeeper.tools.cli.commands.bookie Commands to operate a single bookie.org.apache.bookkeeper.tools.cli.commands.client This package contains all client related commands.org.apache.bookkeeper.util Bookkeeper utilities. -
-
Uses of LedgerIdFormatter in org.apache.bookkeeper.bookie
Fields in org.apache.bookkeeper.bookie declared as LedgerIdFormatter Modifier and Type Field Description (package private) LedgerIdFormatterBookieShell. ledgerIdFormatterConstructors in org.apache.bookkeeper.bookie with parameters of type LedgerIdFormatter Constructor Description BookieShell(LedgerIdFormatter ledgeridFormatter, EntryFormatter entryFormatter) -
Uses of LedgerIdFormatter in org.apache.bookkeeper.conf
Fields in org.apache.bookkeeper.conf with type parameters of type LedgerIdFormatter Modifier and Type Field Description protected static java.lang.Class<? extends LedgerIdFormatter>AbstractConfiguration. DEFAULT_LEDGERID_FORMATTERMethods in org.apache.bookkeeper.conf that return types with arguments of type LedgerIdFormatter Modifier and Type Method Description java.lang.Class<? extends LedgerIdFormatter>AbstractConfiguration. getLedgerIdFormatterClass()Get ledger id formatter class.Method parameters in org.apache.bookkeeper.conf with type arguments of type LedgerIdFormatter Modifier and Type Method Description voidAbstractConfiguration. setLedgerIdFormatterClass(java.lang.Class<? extends LedgerIdFormatter> formatterClass)Set Ledger id formatter Class. -
Uses of LedgerIdFormatter in org.apache.bookkeeper.tools.cli.commands.autorecovery
Constructors in org.apache.bookkeeper.tools.cli.commands.autorecovery with parameters of type LedgerIdFormatter Constructor Description ListUnderReplicatedCommand(LedgerIdFormatter ledgerIdFormatter) -
Uses of LedgerIdFormatter in org.apache.bookkeeper.tools.cli.commands.bookie
Fields in org.apache.bookkeeper.tools.cli.commands.bookie declared as LedgerIdFormatter Modifier and Type Field Description (package private) LedgerIdFormatterReadLedgerCommand. ledgerIdFormatterMethods in org.apache.bookkeeper.tools.cli.commands.bookie with parameters of type LedgerIdFormatter Modifier and Type Method Description static voidFormatUtil. formatEntry(long pos, io.netty.buffer.ByteBuf recBuff, boolean printMsg, LedgerIdFormatter ledgerIdFormatter, EntryFormatter entryFormatter)Format the message into a readable format.voidConvertToDBStorageCommand. setLedgerIdFormatter(LedgerIdFormatter ledgerIdFormatter)voidConvertToInterleavedStorageCommand. setLedgerIdFormatter(LedgerIdFormatter ledgerIdFormatter)Constructors in org.apache.bookkeeper.tools.cli.commands.bookie with parameters of type LedgerIdFormatter Constructor Description LedgerCommand(LedgerIdFormatter ledgerIdFormatter)ListActiveLedgersCommand(LedgerIdFormatter ledgerIdFormatter)ListLedgersCommand(LedgerIdFormatter ledgerIdFormatter)ReadJournalCommand(LedgerIdFormatter idFormatter, EntryFormatter entryFormatter)ReadLedgerCommand(EntryFormatter entryFormatter, LedgerIdFormatter ledgerIdFormatter)ReadLogCommand(LedgerIdFormatter ledgerIdFormatter, EntryFormatter entryFormatter)ReadLogMetadataCommand(LedgerIdFormatter ledgerIdFormatter) -
Uses of LedgerIdFormatter in org.apache.bookkeeper.tools.cli.commands.client
Constructors in org.apache.bookkeeper.tools.cli.commands.client with parameters of type LedgerIdFormatter Constructor Description DeleteLedgerCommand(LedgerIdFormatter ledgerIdFormatter)LedgerMetaDataCommand(LedgerIdFormatter ledgerIdFormatter) -
Uses of LedgerIdFormatter in org.apache.bookkeeper.util
Subclasses of LedgerIdFormatter in org.apache.bookkeeper.util Modifier and Type Class Description static classLedgerIdFormatter.HexLedgerIdFormatterhex ledgerId formatter.static classLedgerIdFormatter.LongLedgerIdFormatterlong ledgerId formatter.static classLedgerIdFormatter.UUIDLedgerIdFormatteruuid ledgerId formatter.Fields in org.apache.bookkeeper.util declared as LedgerIdFormatter Modifier and Type Field Description static LedgerIdFormatterLedgerIdFormatter. LONG_LEDGERID_FORMATTERMethods in org.apache.bookkeeper.util that return LedgerIdFormatter Modifier and Type Method Description static LedgerIdFormatterLedgerIdFormatter. newLedgerIdFormatter(java.lang.String opt, AbstractConfiguration conf)static LedgerIdFormatterLedgerIdFormatter. newLedgerIdFormatter(AbstractConfiguration<?> conf)
-