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
ConstructorDescriptionLogFormatConfig
(String regex, String extension, Integer maxErrors, List<LogFormatField> schema) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getDataType
(int fieldIndex) getDateFormat
(int fieldIndex) getField
(int fieldIndex) int
getRegex()
int
hashCode()
boolean
toString()
-
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
-