public static interface PumpOuterClass.EntityOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getChecksum()
checksum of binlog payload.
|
PumpOuterClass.Meta |
getMeta()
The meta information of the binlog entity.
|
PumpOuterClass.MetaOrBuilder |
getMetaOrBuilder()
The meta information of the binlog entity.
|
com.google.protobuf.ByteString |
getPayload()
The payload of binlog entity.
|
PumpOuterClass.Pos |
getPos()
The position of the binlog entity.
|
PumpOuterClass.PosOrBuilder |
getPosOrBuilder()
The position of the binlog entity.
|
boolean |
hasMeta()
The meta information of the binlog entity.
|
boolean |
hasPos()
The position of the binlog entity.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPos()
The position of the binlog entity.
.binlog.Pos pos = 1 [(.gogoproto.nullable) = false];
PumpOuterClass.Pos getPos()
The position of the binlog entity.
.binlog.Pos pos = 1 [(.gogoproto.nullable) = false];
PumpOuterClass.PosOrBuilder getPosOrBuilder()
The position of the binlog entity.
.binlog.Pos pos = 1 [(.gogoproto.nullable) = false];
com.google.protobuf.ByteString getPayload()
The payload of binlog entity.
bytes payload = 2;
com.google.protobuf.ByteString getChecksum()
checksum of binlog payload.
bytes checksum = 3;
boolean hasMeta()
The meta information of the binlog entity.
.binlog.Meta meta = 4 [(.gogoproto.nullable) = false];
PumpOuterClass.Meta getMeta()
The meta information of the binlog entity.
.binlog.Meta meta = 4 [(.gogoproto.nullable) = false];
PumpOuterClass.MetaOrBuilder getMetaOrBuilder()
The meta information of the binlog entity.
.binlog.Meta meta = 4 [(.gogoproto.nullable) = false];
Copyright © 2024 PingCAP. All rights reserved.