Interface ChangeStreamRecord
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
ChildPartitionsRecord,DataChangeRecord,HeartbeatRecord,PartitionEndRecord,PartitionEventRecord,PartitionStartRecord
public interface ChangeStreamRecord extends java.io.SerializableRepresents a Spanner Change Stream Record. It can be one of:DataChangeRecord,HeartbeatRecordorChildPartitionsRecord.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.cloud.TimestampgetRecordTimestamp()The timestamp associated with the record.
-