Class LogFormatConfig

java.lang.Object
org.apache.drill.exec.store.log.LogFormatConfig
All Implemented Interfaces:
FormatPluginConfig

public class LogFormatConfig extends Object implements FormatPluginConfig
  • Constructor Details

  • Method Details

    • getRegex

      public String getRegex()
    • getExtension

      public String getExtension()
    • getMaxErrors

      public int getMaxErrors()
    • getSchema

      public List<LogFormatField> getSchema()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • hasSchema

      public boolean hasSchema()
    • getFieldNames

      public List<String> getFieldNames()
    • getDataType

      public String getDataType(int fieldIndex)
    • getField

      public LogFormatField getField(int fieldIndex)
    • getDateFormat

      public String getDateFormat(int fieldIndex)
    • toString

      public String toString()
      Overrides:
      toString in class Object