public enum MessagePrinters extends Enum<MessagePrinters>
| Modifier and Type | Field and Description |
|---|---|
static MessagePrinter<DataFrame> |
COMMAND |
static String |
COMMAND_FORMAT |
static MessagePrinter<DataFrame> |
EVENT |
static String |
EVENT_FORMAT_0 |
static String |
EVENT_FORMAT_N |
static MessagePrinter<DataFrame> |
FRAME |
static MessagePrinter<Object> |
GENERAL |
static String |
GENERAL_FORMAT |
static MessagePrinter<DataFrame> |
LONG |
static String |
LONG_FORMAT |
static MessagePrinter<MetricsLogEntry> |
METRICS |
static String |
METRICS_COMMAND_FORMAT |
static String |
METRICS_EVENT_FORMAT_0 |
static String |
METRICS_EVENT_FORMAT_N |
static String |
METRICS_FREQUENCY_FORMAT |
static String |
METRICS_OUTPUT_FORMAT_0 |
static String |
METRICS_OUTPUT_FORMAT_N |
static String |
METRICS_VALUE_FORMAT_0 |
static String |
METRICS_VALUE_FORMAT_N |
static String |
METRICS_VERSION_LINE |
static MessagePrinter<DataFrame> |
PIPE |
static String |
PIPE_FORMAT |
static MessagePrinter<DataFrame> |
SHORT |
static String |
SHORT_FORMAT |
static String |
VERSION_LINE |
| Modifier and Type | Method and Description |
|---|---|
static MessagePrinter<DataFrame> |
command(DataFrameFormatter formatter) |
static MessagePrinter<DataFrame> |
event(DataFrameFormatter formatter) |
static MessagePrinter<DataFrame> |
frame(DataFrameFormatter formatter) |
static MessagePrinter<MetricsLogEntry> |
frequencyMetrics(MetricsFormatter formatter) |
static MessagePrinter<MetricsLogEntry> |
metrics(MetricsFormatter formatter) |
static MessagePrinter<MetricsLogEntry> |
timeMetrics(MetricsFormatter formatter) |
static MessagePrinters |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessagePrinters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final String VERSION_LINE
public static final String GENERAL_FORMAT
public static final String PIPE_FORMAT
public static final String SHORT_FORMAT
public static final String LONG_FORMAT
public static final String COMMAND_FORMAT
public static final String EVENT_FORMAT_0
public static final String EVENT_FORMAT_N
public static final String METRICS_VERSION_LINE
public static final String METRICS_COMMAND_FORMAT
public static final String METRICS_EVENT_FORMAT_0
public static final String METRICS_EVENT_FORMAT_N
public static final String METRICS_OUTPUT_FORMAT_0
public static final String METRICS_OUTPUT_FORMAT_N
public static final String METRICS_FREQUENCY_FORMAT
public static final String METRICS_VALUE_FORMAT_0
public static final String METRICS_VALUE_FORMAT_N
public static final MessagePrinter<Object> GENERAL
public static final MessagePrinter<DataFrame> PIPE
public static final MessagePrinter<DataFrame> SHORT
public static final MessagePrinter<DataFrame> LONG
public static final MessagePrinter<DataFrame> COMMAND
public static final MessagePrinter<DataFrame> EVENT
public static final MessagePrinter<DataFrame> FRAME
public static final MessagePrinter<MetricsLogEntry> METRICS
public static MessagePrinters[] values()
for (MessagePrinters c : MessagePrinters.values()) System.out.println(c);
public static MessagePrinters valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static MessagePrinter<DataFrame> command(DataFrameFormatter formatter)
public static MessagePrinter<DataFrame> event(DataFrameFormatter formatter)
public static MessagePrinter<DataFrame> frame(DataFrameFormatter formatter)
public static MessagePrinter<MetricsLogEntry> timeMetrics(MetricsFormatter formatter)
public static MessagePrinter<MetricsLogEntry> frequencyMetrics(MetricsFormatter formatter)
public static MessagePrinter<MetricsLogEntry> metrics(MetricsFormatter formatter)
Copyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.