Interface IgniteCacheOffheapManager.OffheapInvokeClosure

    • Method Detail

      • oldRow

        @Nullable
        @Nullable CacheDataRow oldRow()
        Returns:
        Old row.
      • oldRowExpiredFlag

        boolean oldRowExpiredFlag()
        Flag that indicates if oldRow was expired during invoke.
        Returns:
        true if old row was expired, false otherwise.