public interface ILastCacheContainer
| 限定符和类型 | 方法和说明 |
|---|---|
TimeValuePair |
getCachedLast() |
boolean |
isEmpty() |
void |
resetLastCache() |
void |
updateCachedLast(TimeValuePair timeValuePair,
boolean highPriorityUpdate,
Long latestFlushedTime)
update last point cache
|
TimeValuePair getCachedLast()
void updateCachedLast(TimeValuePair timeValuePair, boolean highPriorityUpdate, Long latestFlushedTime)
timeValuePair - last pointhighPriorityUpdate - whether it's a high priority updatelatestFlushedTime - latest flushed timevoid resetLastCache()
boolean isEmpty()
Copyright © 2022 The Apache Software Foundation. All rights reserved.