public static class LogBatchReader.LogReaderConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
asArray |
protected int |
groupCount |
protected int |
maxErrors |
protected Pattern |
pattern |
protected LogFormatPlugin |
plugin |
protected TupleMetadata |
providedSchema |
protected TupleMetadata |
readerSchema |
protected TupleMetadata |
tableSchema |
| Constructor and Description |
|---|
LogReaderConfig(LogFormatPlugin plugin,
Pattern pattern,
TupleMetadata providedSchema,
TupleMetadata tableSchema,
TupleMetadata readerSchema,
boolean asArray,
int groupCount,
int maxErrors) |
protected final LogFormatPlugin plugin
protected final Pattern pattern
protected final TupleMetadata providedSchema
protected final TupleMetadata tableSchema
protected final TupleMetadata readerSchema
protected final boolean asArray
protected final int groupCount
protected final int maxErrors
public LogReaderConfig(LogFormatPlugin plugin, Pattern pattern, TupleMetadata providedSchema, TupleMetadata tableSchema, TupleMetadata readerSchema, boolean asArray, int groupCount, int maxErrors)
Copyright © 2021 The Apache Software Foundation. All rights reserved.