Interface RowChangeDataJoiner<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Row call​(Row row, IndexedData<T> indexedData)
      Given a row, its id and the pre-computed change data for this row, return the new row after the change.
      boolean preservesRecordStructure()
      Indicates whether this joiner is guaranteed to preserve the record boundaries on the grid it is applied to.
    • Method Detail

      • call

        Row call​(Row row,
                 IndexedData<T> indexedData)
        Given a row, its id and the pre-computed change data for this row, return the new row after the change.
        Parameters:
        indexedData - may not be null, but the wrapped data inside may.
      • preservesRecordStructure

        boolean preservesRecordStructure()
        Indicates whether this joiner is guaranteed to preserve the record boundaries on the grid it is applied to.