Uses of Class
org.apache.bookkeeper.util.EntryFormatter
-
Packages that use EntryFormatter 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.bookie Commands to operate a single bookie.org.apache.bookkeeper.util Bookkeeper utilities. -
-
Uses of EntryFormatter in org.apache.bookkeeper.bookie
Fields in org.apache.bookkeeper.bookie declared as EntryFormatter Modifier and Type Field Description (package private) EntryFormatterBookieShell. entryFormatterConstructors in org.apache.bookkeeper.bookie with parameters of type EntryFormatter Constructor Description BookieShell(LedgerIdFormatter ledgeridFormatter, EntryFormatter entryFormatter) -
Uses of EntryFormatter in org.apache.bookkeeper.conf
Fields in org.apache.bookkeeper.conf with type parameters of type EntryFormatter Modifier and Type Field Description protected static java.lang.Class<? extends EntryFormatter>AbstractConfiguration. DEFAULT_ENTRY_FORMATTERMethods in org.apache.bookkeeper.conf that return types with arguments of type EntryFormatter Modifier and Type Method Description java.lang.Class<? extends EntryFormatter>AbstractConfiguration. getEntryFormatterClass()Get entry formatter class.Method parameters in org.apache.bookkeeper.conf with type arguments of type EntryFormatter Modifier and Type Method Description voidAbstractConfiguration. setEntryFormatterClass(java.lang.Class<? extends EntryFormatter> formatterClass)Set entry formatter Class. -
Uses of EntryFormatter in org.apache.bookkeeper.tools.cli.commands.bookie
Fields in org.apache.bookkeeper.tools.cli.commands.bookie declared as EntryFormatter Modifier and Type Field Description (package private) EntryFormatterReadLedgerCommand. entryFormatterMethods in org.apache.bookkeeper.tools.cli.commands.bookie with parameters of type EntryFormatter 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.Constructors in org.apache.bookkeeper.tools.cli.commands.bookie with parameters of type EntryFormatter Constructor Description ReadJournalCommand(LedgerIdFormatter idFormatter, EntryFormatter entryFormatter)ReadLedgerCommand(EntryFormatter entryFormatter, LedgerIdFormatter ledgerIdFormatter)ReadLogCommand(LedgerIdFormatter ledgerIdFormatter, EntryFormatter entryFormatter) -
Uses of EntryFormatter in org.apache.bookkeeper.util
Subclasses of EntryFormatter in org.apache.bookkeeper.util Modifier and Type Class Description classHexDumpEntryFormatterA hex dump entry formatter.classStringEntryFormatterA String-based entry formatter.Fields in org.apache.bookkeeper.util declared as EntryFormatter Modifier and Type Field Description static EntryFormatterEntryFormatter. STRING_FORMATTERMethods in org.apache.bookkeeper.util that return EntryFormatter Modifier and Type Method Description static EntryFormatterEntryFormatter. newEntryFormatter(java.lang.String opt, AbstractConfiguration conf)static EntryFormatterEntryFormatter. newEntryFormatter(AbstractConfiguration<?> conf)
-