public interface ChangeEventMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getLsn()
DB log sequence number for the change event
|
String |
getOp()
DB operation for the change event: "c" => insert, "u"->update; "d"->delete
|
com.google.protobuf.ByteString |
getOpBytes()
DB operation for the change event: "c" => insert, "u"->update; "d"->delete
|
long |
getTransactionId()
DB transaction id for the change event
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getOp()
DB operation for the change event: "c" => insert, "u"->update; "d"->delete
string op = 1;
com.google.protobuf.ByteString getOpBytes()
DB operation for the change event: "c" => insert, "u"->update; "d"->delete
string op = 1;
long getLsn()
DB log sequence number for the change event
uint64 lsn = 2;
long getTransactionId()
DB transaction id for the change event
uint64 transaction_id = 3;