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) EntryFormatter
BookieShell. entryFormatter
Constructors 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_FORMATTER
Methods 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 void
AbstractConfiguration. 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) EntryFormatter
ReadLedgerCommand. entryFormatter
Methods in org.apache.bookkeeper.tools.cli.commands.bookie with parameters of type EntryFormatter Modifier and Type Method Description static void
FormatUtil. 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 class
HexDumpEntryFormatter
A hex dump entry formatter.class
StringEntryFormatter
A String-based entry formatter.Fields in org.apache.bookkeeper.util declared as EntryFormatter Modifier and Type Field Description static EntryFormatter
EntryFormatter. STRING_FORMATTER
Methods in org.apache.bookkeeper.util that return EntryFormatter Modifier and Type Method Description static EntryFormatter
EntryFormatter. newEntryFormatter(java.lang.String opt, AbstractConfiguration conf)
static EntryFormatter
EntryFormatter. newEntryFormatter(AbstractConfiguration<?> conf)
-