Package org.apache.ignite.table
Class ContinuousQueryTransactionWatermark
java.lang.Object
org.apache.ignite.table.ContinuousQueryTransactionWatermark
- All Implemented Interfaces:
Serializable,ContinuousQueryWatermark
Continuous query watermark based on a transaction read timestamp.
See more details in ContinuousQueryWatermark.afterTransaction(Transaction).
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisAfter()Indicates whether the watermark is set to start after the transaction's read timestamp.Gets the transaction associated with this watermark.
-
Method Details
-
transaction
Gets the transaction associated with this watermark.- Returns:
- Transaction.
-
isAfter
public boolean isAfter()Indicates whether the watermark is set to start after the transaction's read timestamp.- Returns:
trueif the watermark starts after the transaction's read timestamp,falseotherwise.
-