mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for getMinTick (#14751)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/14767/head
parent
deff7de3ac
commit
b2fbf66f2f
|
@ -37,6 +37,7 @@ type channelsTimeTicker interface {
|
||||||
getLastTick(pchan pChan) (Timestamp, error)
|
getLastTick(pchan pChan) (Timestamp, error)
|
||||||
// getMinTsStatistics returns the last write timestamp of all pchans.
|
// getMinTsStatistics returns the last write timestamp of all pchans.
|
||||||
getMinTsStatistics() (map[pChan]Timestamp, Timestamp, error)
|
getMinTsStatistics() (map[pChan]Timestamp, Timestamp, error)
|
||||||
|
// getMinTick returns the minimum last write timestamp between all pchans.
|
||||||
getMinTick() Timestamp
|
getMinTick() Timestamp
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue