Class LogFormatImportState

java.lang.Object
io.deephaven.enterprise.schema.internal.LogFormatImportState

@Immutable public abstract class LogFormatImportState extends Object
The log format import state.
  • Constructor Details

    • LogFormatImportState

      public LogFormatImportState()
  • Method Details

    • className

      public abstract String className()
      The class name of the import state.
      Returns:
      the class name of the import state
    • columns

      public abstract List<String> columns()
      The columns that are passed as input to this import state.
      Returns:
      the list of column names used as input for this import state.