[skip e2e] Add comment for getLastTick (#14529)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/14536/head
Jiquan Long 2021-12-29 17:25:37 +08:00 committed by GitHub
parent 4bcca1c4ab
commit 3baa698e9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ type getPChanStatisticsFuncType func() (map[pChan]*pChanStatistics, error)
type channelsTimeTicker interface {
start() error
close() error
// getLastTick returns the last write timestamp of specific pchan.
getLastTick(pchan pChan) (Timestamp, error)
getMinTsStatistics() (map[pChan]Timestamp, Timestamp, error)
getMinTick() Timestamp