[skip ci]Add comment for CompleteCompaction ()

Signed-off-by: sunby <bingyi.sun@zilliz.com>
pull/11469/head
sunby 2021-11-08 21:31:59 +08:00 committed by GitHub
parent ab45718649
commit d6522238a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
internal/types

View File

@ -222,6 +222,7 @@ type DataCoord interface {
// GetMetrics gets the metrics about DataCoord.
GetMetrics(ctx context.Context, req *milvuspb.GetMetricsRequest) (*milvuspb.GetMetricsResponse, error)
// CompleteCompaction completes a compaction with the result
CompleteCompaction(ctx context.Context, req *datapb.CompactionResult) (*commonpb.Status, error)
ManualCompaction(ctx context.Context, req *datapb.ManualCompactionRequest) (*datapb.ManualCompactionResponse, error)
GetCompactionState(ctx context.Context, req *datapb.GetCompactionStateRequest) (*datapb.GetCompactionStateResponse, error)