Uses of Class
io.debezium.connector.spanner.db.model.StreamEventMetadata.Builder
Packages that use StreamEventMetadata.Builder
-
Uses of StreamEventMetadata.Builder in io.debezium.connector.spanner.db.model
Methods in io.debezium.connector.spanner.db.model that return StreamEventMetadata.BuilderModifier and TypeMethodDescriptionstatic StreamEventMetadata.BuilderStreamEventMetadata.newBuilder()StreamEventMetadata.Builder.withNumberOfRecordsRead(long numberOfRecordsRead) Sets the number of records read in the partition change stream query before reading this record.StreamEventMetadata.Builder.withPartitionEndTimestamp(com.google.cloud.Timestamp partitionEndTimestamp) Sets the end time for the partition change stream query that originated this record.StreamEventMetadata.Builder.withPartitionStartTimestamp(com.google.cloud.Timestamp partitionStartTimestamp) Sets the start time for the partition change stream query that originated this record.StreamEventMetadata.Builder.withPartitionToken(String partitionToken) Sets the partition token where this record originated from.StreamEventMetadata.Builder.withQueryStartedAt(com.google.cloud.Timestamp queryStartedAt) Sets the time that the change stream query which produced this record started.StreamEventMetadata.Builder.withRecordReadAt(com.google.cloud.Timestamp recordReadAt) Sets the time at which the record was fully read.StreamEventMetadata.Builder.withRecordStreamEndedAt(com.google.cloud.Timestamp recordStreamEndedAt) Sets the time at which the record finished streaming.StreamEventMetadata.Builder.withRecordStreamStartedAt(com.google.cloud.Timestamp recordStreamStartedAt) Sets the time at which the record started to be streamed.StreamEventMetadata.Builder.withRecordTimestamp(com.google.cloud.Timestamp recordTimestamp) Sets the timestamp of when this record occurred.StreamEventMetadata.Builder.withTotalStreamTimeMillis(long totalStreamTimeMillis) Sets the total streaming time (in millis) for this record.