mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Add comment for getMinTick (#14751)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
parent
deff7de3ac
commit
b2fbf66f2f
@ -37,6 +37,7 @@ type channelsTimeTicker interface {
|
||||
getLastTick(pchan pChan) (Timestamp, error)
|
||||
// getMinTsStatistics returns the last write timestamp of all pchans.
|
||||
getMinTsStatistics() (map[pChan]Timestamp, Timestamp, error)
|
||||
// getMinTick returns the minimum last write timestamp between all pchans.
|
||||
getMinTick() Timestamp
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user