mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comments in chap03_index_service.md (#11470)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>pull/11523/head
parent
c80be85344
commit
e713e464ca
|
@ -21,6 +21,7 @@ type IndexCoord interface {
|
|||
GetIndexStates(ctx context.Context, req *indexpb.GetIndexStatesRequest) (*indexpb.GetIndexStatesResponse, error)
|
||||
// GetIndexFilePaths gets the index files of the IndexBuildIDs in the request from RootCoordinator.
|
||||
GetIndexFilePaths(ctx context.Context, req *indexpb.GetIndexFilePathsRequest) (*indexpb.GetIndexFilePathsResponse, error)
|
||||
// GetMetrics gets the metrics about IndexCoord.
|
||||
GetMetrics(ctx context.Context, req *milvuspb.GetMetricsRequest) (*milvuspb.GetMetricsResponse, error)
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue