public static interface PumpOuterClass.PullBinlogReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getClusterID()
Specifies which clusterID of binlog to pull.
|
PumpOuterClass.Pos |
getStartFrom()
The position from which the binlog will be sent.
|
PumpOuterClass.PosOrBuilder |
getStartFromOrBuilder()
The position from which the binlog will be sent.
|
boolean |
hasStartFrom()
The position from which the binlog will be sent.
|
long getClusterID()
Specifies which clusterID of binlog to pull.
uint64 clusterID = 1;boolean hasStartFrom()
The position from which the binlog will be sent.
.binlog.Pos startFrom = 2 [(.gogoproto.nullable) = false];PumpOuterClass.Pos getStartFrom()
The position from which the binlog will be sent.
.binlog.Pos startFrom = 2 [(.gogoproto.nullable) = false];PumpOuterClass.PosOrBuilder getStartFromOrBuilder()
The position from which the binlog will be sent.
.binlog.Pos startFrom = 2 [(.gogoproto.nullable) = false];Copyright © 2023 PingCAP. All rights reserved.