public static interface PumpOuterClass.PullBinlogReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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 © 2024 PingCAP. All rights reserved.