Package org.apache.ignite.table
Interface InternalTransactionBase
public interface InternalTransactionBase
Base interface for internal transaction.
-
Method Summary
Modifier and TypeMethodDescription@Nullable org.apache.ignite.internal.hlc.HybridTimestampReturns read timestamp for the given transaction if it is a read-only one or {code null} otherwise.default longReturns 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.
-