Interface WatermarkCache
- All Known Implementing Classes:
AsyncWatermarkCache
,NoOpWatermarkCache
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.cloud.Timestamp
Fetches the earliest partition watermark from the partition metadata table that is not in aPartitionMetadata.State.FINISHED
state.
-
Method Details
-
getUnfinishedMinWatermark
Fetches the earliest partition watermark from the partition metadata table that is not in aPartitionMetadata.State.FINISHED
state.- Returns:
- the earliest partition watermark which is not in a
PartitionMetadata.State.FINISHED
state.
-