See: Description
| Interface | Description |
|---|---|
| WatermarkCache |
| Class | Description |
|---|---|
| AsyncWatermarkCache |
Asynchronously compute the earliest partition watermark and stores it in memory.
|
| CacheFactory | |
| NoOpWatermarkCache |
Synchronously compute the earliest partition watermark, by delegating the call to
PartitionMetadataDao.getUnfinishedMinWatermark(). |