Class LogFormatLogger.Xml
java.lang.Object
io.deephaven.enterprise.schema.internal.LogFormatLogger.Xml
- Enclosing class:
- LogFormatLogger
The XML.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic LogFormatLoggerparse(TableDefinition tableDefinition, org.jdom2.Element element, Map<String, LogFormatEncoding> encodings) static StringparseClass(org.jdom2.Element element) static voidparseCommon(org.jdom2.Element element, TableDefinition tableDefinition, Map<String, LogFormatEncoding> encodingMap, LogFormatLogger.Builder<?, ?> b)
-
Field Details
-
ELEMENT_NAME
- See Also:
-
TYPE_ATTRIBUTE
- See Also:
-
CLASS_ATTRIBUTE
- See Also:
-
INCLUDE_ROW_FLAGS_ATTRIBUTE
- See Also:
-
MAX_ENTRY_SIZE_ATTRIBUTE
- See Also:
-
ARGUMENT_ORDER_ATTRIBUTE
- See Also:
-
-
Method Details
-
parse
public static LogFormatLogger parse(TableDefinition tableDefinition, org.jdom2.Element element, Map<String, LogFormatEncoding> encodings) -
parseClass
-
parseCommon
public static void parseCommon(org.jdom2.Element element, TableDefinition tableDefinition, Map<String, LogFormatEncoding> encodingMap, LogFormatLogger.Builder<?, ?> b)
-