Uses of Class
io.debezium.connector.spanner.db.model.ChildPartition
Packages that use ChildPartition
Package
Description
-
Uses of ChildPartition in io.debezium.connector.spanner.db.mapper
Methods in io.debezium.connector.spanner.db.mapper that return ChildPartitionModifier and TypeMethodDescription(package private) ChildPartitionChangeStreamRecordMapper.childPartitionFrom(String partitionToken, com.google.cloud.spanner.Struct struct) -
Uses of ChildPartition in io.debezium.connector.spanner.db.model.event
Fields in io.debezium.connector.spanner.db.model.event with type parameters of type ChildPartitionModifier and TypeFieldDescriptionprivate final List<ChildPartition>ChildPartitionsEvent.childPartitionsMethods in io.debezium.connector.spanner.db.model.event that return types with arguments of type ChildPartitionModifier and TypeMethodDescriptionChildPartitionsEvent.getChildPartitions()List of child partitions yielded within this record.Constructor parameters in io.debezium.connector.spanner.db.model.event with type arguments of type ChildPartitionModifierConstructorDescriptionChildPartitionsEvent(com.google.cloud.Timestamp startTimestamp, String recordSequence, List<ChildPartition> childPartitions, StreamEventMetadata metadata) Constructs a child partitions record containing one or more child partitions.