mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comment for GetCompactionState (#11463)
Signed-off-by: sunby <bingyi.sun@zilliz.com>pull/11469/head
parent
0c33bc04f6
commit
7037834994
internal/types
|
@ -226,6 +226,7 @@ type DataCoord interface {
|
|||
CompleteCompaction(ctx context.Context, req *datapb.CompactionResult) (*commonpb.Status, error)
|
||||
// ManualCompaction triggers a compaction for a collection
|
||||
ManualCompaction(ctx context.Context, req *datapb.ManualCompactionRequest) (*datapb.ManualCompactionResponse, error)
|
||||
// GetCompactionState gets the state of a compaction
|
||||
GetCompactionState(ctx context.Context, req *datapb.GetCompactionStateRequest) (*datapb.GetCompactionStateResponse, error)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue