public static interface Cdcpb.ChangeDataRequest.NotifyTxnStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Cdcpb.TxnStatus |
getTxnStatus(int index)
repeated .cdcpb.TxnStatus txn_status = 1; |
int |
getTxnStatusCount()
repeated .cdcpb.TxnStatus txn_status = 1; |
List<Cdcpb.TxnStatus> |
getTxnStatusList()
repeated .cdcpb.TxnStatus txn_status = 1; |
Cdcpb.TxnStatusOrBuilder |
getTxnStatusOrBuilder(int index)
repeated .cdcpb.TxnStatus txn_status = 1; |
List<? extends Cdcpb.TxnStatusOrBuilder> |
getTxnStatusOrBuilderList()
repeated .cdcpb.TxnStatus txn_status = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Cdcpb.TxnStatus> getTxnStatusList()
repeated .cdcpb.TxnStatus txn_status = 1;
Cdcpb.TxnStatus getTxnStatus(int index)
repeated .cdcpb.TxnStatus txn_status = 1;
int getTxnStatusCount()
repeated .cdcpb.TxnStatus txn_status = 1;
List<? extends Cdcpb.TxnStatusOrBuilder> getTxnStatusOrBuilderList()
repeated .cdcpb.TxnStatus txn_status = 1;
Cdcpb.TxnStatusOrBuilder getTxnStatusOrBuilder(int index)
repeated .cdcpb.TxnStatus txn_status = 1;
Copyright © 2024 PingCAP. All rights reserved.