mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
[skip ci] Refine doc section number (#8597)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
2d27258d3c
commit
8b82d8755a
@ -1,4 +1,4 @@
|
|||||||
## 6. Proxy
|
## 5. Proxy
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### 6.0 Proxy Service Interface
|
#### 5.0 Proxy Service Interface
|
||||||
|
|
||||||
```go
|
```go
|
||||||
type ProxyService interface {
|
type ProxyService interface {
|
||||||
@ -67,7 +67,7 @@ type InvalidateCollMetaCacheRequest struct {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### 6.1 Proxy Node Interface
|
#### 5.1 Proxy Node Interface
|
||||||
|
|
||||||
```go
|
```go
|
||||||
type Proxy interface {
|
type Proxy interface {
|
||||||
@ -87,7 +87,7 @@ type InvalidateCollMetaCacheRequest struct {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 6.2 Milvus Service Interface
|
#### 5.2 Milvus Service Interface
|
||||||
|
|
||||||
Proxy also implements Milvus Service interface to receive client grpc call.
|
Proxy also implements Milvus Service interface to receive client grpc call.
|
||||||
|
|
||||||
@ -334,7 +334,7 @@ type PersistentSegmentInfoResponse struct{
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 6.1 Proxy Instance
|
#### 5.3 Proxy Instance
|
||||||
|
|
||||||
```go
|
```go
|
||||||
type Proxy struct {
|
type Proxy struct {
|
||||||
@ -424,7 +424,7 @@ var Params ParamTable
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
#### 6.2 Task
|
#### 5.4 Task
|
||||||
|
|
||||||
``` go
|
``` go
|
||||||
type task interface {
|
type task interface {
|
||||||
@ -445,7 +445,7 @@ type task interface {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 6.2 Task Scheduler
|
#### 5.5 Task Scheduler
|
||||||
|
|
||||||
* Base Task Queue
|
* Base Task Queue
|
||||||
|
|
||||||
@ -599,7 +599,7 @@ message taskSchedulerHeartbeat {
|
|||||||
|
|
||||||
|
|
||||||
// TODO
|
// TODO
|
||||||
#### 6.3 Time Tick
|
#### 5.6 Time Tick
|
||||||
|
|
||||||
* Time Tick
|
* Time Tick
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user