Package com.qfs.index

Interface ILongArrayTransaction

    • Method Detail

      • getDelta

        gnu.trove.map.TIntLongMap getDelta()
        Returns the delta object containing the old values for this transaction.

        The delta object is a mapping from a row ID to the old value for this row.

        Returns:
        the delta
      • getNewDelta

        gnu.trove.map.TIntLongMap getNewDelta()
        Returns the delta object containing the new values for this transaction.

        The delta object is a mapping from a row ID to the new value for this row.

        Returns:
        the delta
      • reset

        void reset()
        Empties the array.

        Its size will be set to 0.