Package org.apache.drill.exec.store.log
Class LogFormatConfig
java.lang.Object
org.apache.drill.exec.store.log.LogFormatConfig
- All Implemented Interfaces:
FormatPluginConfig
-
Constructor Summary
ConstructorsConstructorDescriptionLogFormatConfig(String regex, String extension, Integer maxErrors, List<LogFormatField> schema) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetDataType(int fieldIndex) getDateFormat(int fieldIndex) getField(int fieldIndex) intgetRegex()inthashCode()booleantoString()
-
Constructor Details
-
LogFormatConfig
public LogFormatConfig(String regex, String extension, Integer maxErrors, List<LogFormatField> schema)
-
-
Method Details
-
getRegex
-
getExtension
-
getMaxErrors
public int getMaxErrors() -
getSchema
-
equals
-
hashCode
public int hashCode() -
hasSchema
public boolean hasSchema() -
getFieldNames
-
getDataType
-
getField
-
getDateFormat
-
toString
-