public static interface BinlogOuterClass.TableMutationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getDeletedIds(int index)
Obsolete field.
|
int |
getDeletedIdsCount()
Obsolete field.
|
List<Long> |
getDeletedIdsList()
Obsolete field.
|
com.google.protobuf.ByteString |
getDeletedPks(int index)
Obsolete field.
|
int |
getDeletedPksCount()
Obsolete field.
|
List<com.google.protobuf.ByteString> |
getDeletedPksList()
Obsolete field.
|
com.google.protobuf.ByteString |
getDeletedRows(int index)
The row value of the deleted row.
|
int |
getDeletedRowsCount()
The row value of the deleted row.
|
List<com.google.protobuf.ByteString> |
getDeletedRowsList()
The row value of the deleted row.
|
com.google.protobuf.ByteString |
getInsertedRows(int index)
The inserted row contains all column values.
|
int |
getInsertedRowsCount()
The inserted row contains all column values.
|
List<com.google.protobuf.ByteString> |
getInsertedRowsList()
The inserted row contains all column values.
|
BinlogOuterClass.MutationType |
getSequence(int index)
Used to apply table mutations in original sequence.
|
int |
getSequenceCount()
Used to apply table mutations in original sequence.
|
List<BinlogOuterClass.MutationType> |
getSequenceList()
Used to apply table mutations in original sequence.
|
long |
getTableId()
optional int64 table_id = 1 [(.gogoproto.nullable) = false]; |
com.google.protobuf.ByteString |
getUpdatedRows(int index)
The updated row contains old values and new values of the row.
|
int |
getUpdatedRowsCount()
The updated row contains old values and new values of the row.
|
List<com.google.protobuf.ByteString> |
getUpdatedRowsList()
The updated row contains old values and new values of the row.
|
boolean |
hasTableId()
optional int64 table_id = 1 [(.gogoproto.nullable) = false]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTableId()
optional int64 table_id = 1 [(.gogoproto.nullable) = false];long getTableId()
optional int64 table_id = 1 [(.gogoproto.nullable) = false];List<com.google.protobuf.ByteString> getInsertedRowsList()
The inserted row contains all column values.
repeated bytes inserted_rows = 2;int getInsertedRowsCount()
The inserted row contains all column values.
repeated bytes inserted_rows = 2;com.google.protobuf.ByteString getInsertedRows(int index)
The inserted row contains all column values.
repeated bytes inserted_rows = 2;index - The index of the element to return.List<com.google.protobuf.ByteString> getUpdatedRowsList()
The updated row contains old values and new values of the row.
repeated bytes updated_rows = 3;int getUpdatedRowsCount()
The updated row contains old values and new values of the row.
repeated bytes updated_rows = 3;com.google.protobuf.ByteString getUpdatedRows(int index)
The updated row contains old values and new values of the row.
repeated bytes updated_rows = 3;index - The index of the element to return.List<Long> getDeletedIdsList()
Obsolete field.
repeated int64 deleted_ids = 4;int getDeletedIdsCount()
Obsolete field.
repeated int64 deleted_ids = 4;long getDeletedIds(int index)
Obsolete field.
repeated int64 deleted_ids = 4;index - The index of the element to return.List<com.google.protobuf.ByteString> getDeletedPksList()
Obsolete field.
repeated bytes deleted_pks = 5;int getDeletedPksCount()
Obsolete field.
repeated bytes deleted_pks = 5;com.google.protobuf.ByteString getDeletedPks(int index)
Obsolete field.
repeated bytes deleted_pks = 5;index - The index of the element to return.List<com.google.protobuf.ByteString> getDeletedRowsList()
The row value of the deleted row.
repeated bytes deleted_rows = 6;int getDeletedRowsCount()
The row value of the deleted row.
repeated bytes deleted_rows = 6;com.google.protobuf.ByteString getDeletedRows(int index)
The row value of the deleted row.
repeated bytes deleted_rows = 6;index - The index of the element to return.List<BinlogOuterClass.MutationType> getSequenceList()
Used to apply table mutations in original sequence.
repeated .binlog.MutationType sequence = 7;int getSequenceCount()
Used to apply table mutations in original sequence.
repeated .binlog.MutationType sequence = 7;BinlogOuterClass.MutationType getSequence(int index)
Used to apply table mutations in original sequence.
repeated .binlog.MutationType sequence = 7;index - The index of the element to return.Copyright © 2025 PingCAP. All rights reserved.