Interface RowDataManager.LoadExtraColumns<DATATYPE>

Type Parameters:
DATATYPE - data type
Enclosing interface:
RowDataManager<KEYTYPE,DATATYPE>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface RowDataManager.LoadExtraColumns<DATATYPE>
Interface for loading data for extra columns.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    load(DATATYPE data, long index, boolean usePrev)
    Load data for extra columns.
  • Method Details

    • load

      void load(DATATYPE data, long index, boolean usePrev)
      Load data for extra columns.
      Parameters:
      data - data structure to populate
      index - table index of the row to load data from
      usePrev - use data from the previous table update