mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for getLastTick (#14529)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/14536/head
parent
4bcca1c4ab
commit
3baa698e9f
|
@ -33,6 +33,7 @@ type getPChanStatisticsFuncType func() (map[pChan]*pChanStatistics, error)
|
||||||
type channelsTimeTicker interface {
|
type channelsTimeTicker interface {
|
||||||
start() error
|
start() error
|
||||||
close() error
|
close() error
|
||||||
|
// getLastTick returns the last write timestamp of specific pchan.
|
||||||
getLastTick(pchan pChan) (Timestamp, error)
|
getLastTick(pchan pChan) (Timestamp, error)
|
||||||
getMinTsStatistics() (map[pChan]Timestamp, Timestamp, error)
|
getMinTsStatistics() (map[pChan]Timestamp, Timestamp, error)
|
||||||
getMinTick() Timestamp
|
getMinTick() Timestamp
|
||||||
|
|
Loading…
Reference in New Issue