mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for export method in DataNode.Compaction (#11794)
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>pull/11819/head
parent
286d17c7a0
commit
6fd3b376e9
|
@ -58,7 +58,7 @@ type DataNode interface {
|
|||
|
||||
// GetMetrics gets the metrics about DataNode.
|
||||
GetMetrics(ctx context.Context, req *milvuspb.GetMetricsRequest) (*milvuspb.GetMetricsResponse, error)
|
||||
|
||||
// Compaction will add a compaction task according to the request plan
|
||||
Compaction(ctx context.Context, req *datapb.CompactionPlan) (*commonpb.Status, error)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue