mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for channelsTimeTicker (#14870)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/14880/head
parent
d01931d8d9
commit
3e9340e3f6
|
@ -31,7 +31,9 @@ type getPChanStatisticsFuncType func() (map[pChan]*pChanStatistics, error)
|
|||
|
||||
// channelsTimeTicker manages the timestamp statistics
|
||||
type channelsTimeTicker interface {
|
||||
// start starts the channels time ticker.
|
||||
start() error
|
||||
// close closes the channels time ticker.
|
||||
close() error
|
||||
// getLastTick returns the last write timestamp of specific pchan.
|
||||
getLastTick(pchan pChan) (Timestamp, error)
|
||||
|
|
Loading…
Reference in New Issue