mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment in types.go for DataCoord.GetCompactionStateWithPlans (#12422)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/12426/head
parent
2576cf796f
commit
dd134e02d9
|
@ -227,6 +227,7 @@ type DataCoord interface {
|
|||
ManualCompaction(ctx context.Context, req *milvuspb.ManualCompactionRequest) (*milvuspb.ManualCompactionResponse, error)
|
||||
// GetCompactionState gets the state of a compaction
|
||||
GetCompactionState(ctx context.Context, req *milvuspb.GetCompactionStateRequest) (*milvuspb.GetCompactionStateResponse, error)
|
||||
// GetCompactionStateWithPlans get the state of requested plan id
|
||||
GetCompactionStateWithPlans(ctx context.Context, req *milvuspb.GetCompactionPlansRequest) (*milvuspb.GetCompactionPlansResponse, error)
|
||||
|
||||
// WatchChannels notifies DataCoord to watch vchannels of a collection
|
||||
|
|
Loading…
Reference in New Issue