Uses of Enum
io.debezium.connector.spanner.db.model.ValueCaptureType
Packages that use ValueCaptureType
Package
Description
-
Uses of ValueCaptureType in io.debezium.connector.spanner.db.mapper
Methods in io.debezium.connector.spanner.db.mapper that return ValueCaptureTypeModifier and TypeMethodDescriptionprivate ValueCaptureTypeChangeStreamRecordMapper.valueCaptureTypeFrom(String name) -
Uses of ValueCaptureType in io.debezium.connector.spanner.db.model
Methods in io.debezium.connector.spanner.db.model that return ValueCaptureTypeModifier and TypeMethodDescriptionstatic ValueCaptureTypeReturns the enum constant of this type with the specified name.static ValueCaptureType[]ValueCaptureType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ValueCaptureType in io.debezium.connector.spanner.db.model.event
Fields in io.debezium.connector.spanner.db.model.event declared as ValueCaptureTypeMethods in io.debezium.connector.spanner.db.model.event that return ValueCaptureTypeModifier and TypeMethodDescriptionDataChangeEvent.getValueCaptureType()The capture type of the change stream that generated this record.Constructors in io.debezium.connector.spanner.db.model.event with parameters of type ValueCaptureTypeModifierConstructorDescriptionDataChangeEvent(String partitionToken, com.google.cloud.Timestamp commitTimestamp, String serverTransactionId, boolean isLastRecordInTransactionInPartition, String recordSequence, String tableName, List<Column> rowType, List<Mod> mods, ModType modType, ValueCaptureType valueCaptureType, long numberOfRecordsInTransaction, long numberOfPartitionsInTransaction, String transactionTag, boolean isSystemTransaction, StreamEventMetadata metadata) Constructs a data change record for a given partition, at a given timestamp, for a given transaction.