Cdcpb.TxnInfo.Builder |
Cdcpb.TxnInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Cdcpb.TxnInfo.Builder |
Cdcpb.Event.LongTxn.Builder.addTxnInfoBuilder()
repeated .cdcpb.TxnInfo txn_info = 1;
|
Cdcpb.TxnInfo.Builder |
Cdcpb.Event.LongTxn.Builder.addTxnInfoBuilder(int index)
repeated .cdcpb.TxnInfo txn_info = 1;
|
Cdcpb.TxnInfo.Builder |
Cdcpb.TxnInfo.Builder.clear() |
Cdcpb.TxnInfo.Builder |
Cdcpb.TxnInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Cdcpb.TxnInfo.Builder |
Cdcpb.TxnInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Cdcpb.TxnInfo.Builder |
Cdcpb.TxnInfo.Builder.clearPrimary()
bytes primary = 2;
|
Cdcpb.TxnInfo.Builder |
Cdcpb.TxnInfo.Builder.clearStartTs()
uint64 start_ts = 1;
|
Cdcpb.TxnInfo.Builder |
Cdcpb.TxnInfo.Builder.clone() |
Cdcpb.TxnInfo.Builder |
Cdcpb.Event.LongTxn.Builder.getTxnInfoBuilder(int index)
repeated .cdcpb.TxnInfo txn_info = 1;
|
Cdcpb.TxnInfo.Builder |
Cdcpb.TxnInfo.Builder.mergeFrom(Cdcpb.TxnInfo other) |
Cdcpb.TxnInfo.Builder |
Cdcpb.TxnInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Cdcpb.TxnInfo.Builder |
Cdcpb.TxnInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
Cdcpb.TxnInfo.Builder |
Cdcpb.TxnInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Cdcpb.TxnInfo.Builder |
Cdcpb.TxnInfo.newBuilder() |
static Cdcpb.TxnInfo.Builder |
Cdcpb.TxnInfo.newBuilder(Cdcpb.TxnInfo prototype) |
Cdcpb.TxnInfo.Builder |
Cdcpb.TxnInfo.newBuilderForType() |
protected Cdcpb.TxnInfo.Builder |
Cdcpb.TxnInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Cdcpb.TxnInfo.Builder |
Cdcpb.TxnInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Cdcpb.TxnInfo.Builder |
Cdcpb.TxnInfo.Builder.setPrimary(com.google.protobuf.ByteString value)
bytes primary = 2;
|
Cdcpb.TxnInfo.Builder |
Cdcpb.TxnInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Cdcpb.TxnInfo.Builder |
Cdcpb.TxnInfo.Builder.setStartTs(long value)
uint64 start_ts = 1;
|
Cdcpb.TxnInfo.Builder |
Cdcpb.TxnInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Cdcpb.TxnInfo.Builder |
Cdcpb.TxnInfo.toBuilder() |