Class GeneralImporter.IntradayPartitionSupplier<Context>

java.lang.Object
io.deephaven.importers.GeneralImporter.IntradayPartitionSupplier<Context>
Enclosing class:
GeneralImporter<T extends ImportFieldWriter>

public abstract class GeneralImporter.IntradayPartitionSupplier<Context> extends Object
  • Constructor Details

    • IntradayPartitionSupplier

      public IntradayPartitionSupplier(Map<String,String> importProperties)
  • Method Details

    • getPartitionFieldWriter

      public T getPartitionFieldWriter()
    • processField

      public abstract void processField(Context context) throws IOException
      Throws:
      IOException
    • getCurrentTargetPartition

      public String getCurrentTargetPartition()