Uses of Class
io.debezium.connector.spanner.db.model.event.ChildPartitionsEvent
Packages that use ChildPartitionsEvent
-
Uses of ChildPartitionsEvent in io.debezium.connector.spanner
Method parameters in io.debezium.connector.spanner with type arguments of type ChildPartitionsEventModifier and TypeMethodDescriptionprivate voidSpannerStreamingChangeEventSource.processChildPartitionsEvent(List<ChildPartitionsEvent> events) -
Uses of ChildPartitionsEvent in io.debezium.connector.spanner.db.mapper
Methods in io.debezium.connector.spanner.db.mapper that return ChildPartitionsEventModifier and TypeMethodDescription(package private) ChildPartitionsEventChangeStreamRecordMapper.toChildPartitionsEvent(Partition partition, com.google.cloud.spanner.Struct row, ChangeStreamResultSetMetadata resultSetMetadata) private ChildPartitionsEventChangeStreamRecordMapper.toChildPartitionsRecordJson(Partition partition, com.google.protobuf.Value row, ChangeStreamResultSetMetadata resultSetMetadata)