Interface InternalTransactionBase


public interface InternalTransactionBase
Base interface for internal transaction.
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable org.apache.ignite.internal.hlc.HybridTimestamp
    Returns read timestamp for the given transaction if it is a read-only one or {code null} otherwise.
    default long
    Returns read timestamp as long value for the given transaction.
  • Method Details

    • readTimestamp

      @Nullable @Nullable org.apache.ignite.internal.hlc.HybridTimestamp readTimestamp()
      Returns read timestamp for the given transaction if it is a read-only one or {code null} otherwise.
      Returns:
      Read timestamp for the given transaction if it is a read-only one or {code null} otherwise.
    • readTimestampLong

      default long readTimestampLong()
      Returns read timestamp as long value for the given transaction.
      Returns:
      Read timestamp as long value for the given transaction.