Uses of Class
io.debezium.connector.spanner.db.metadata.TableId
Packages that use TableId
Package
Description
-
Uses of TableId in io.debezium.connector.spanner.config
Methods in io.debezium.connector.spanner.config with parameters of type TableId -
Uses of TableId in io.debezium.connector.spanner.context.source
Methods in io.debezium.connector.spanner.context.source with parameters of type TableIdModifier and TypeMethodDescriptionSourceInfoFactory.getSourceInfoForLowWatermarkStamp(TableId tableId) -
Uses of TableId in io.debezium.connector.spanner.db.metadata
Methods in io.debezium.connector.spanner.db.metadata that return TableIdMethods in io.debezium.connector.spanner.db.metadata that return types with arguments of type TableIdMethods in io.debezium.connector.spanner.db.metadata with parameters of type TableIdModifier and TypeMethodDescriptionvoidSchemaRegistry.checkSchema(TableId tableId, com.google.cloud.Timestamp timestamp, List<Column> rowType) SchemaRegistry.getWatchedTable(TableId tableId) private boolean -
Uses of TableId in io.debezium.connector.spanner.db.model.schema
Fields in io.debezium.connector.spanner.db.model.schema with type parameters of type TableIdMethods in io.debezium.connector.spanner.db.model.schema that return types with arguments of type TableIdMethods in io.debezium.connector.spanner.db.model.schema with parameters of type TableIdConstructor parameters in io.debezium.connector.spanner.db.model.schema with type arguments of type TableId -
Uses of TableId in io.debezium.connector.spanner.processor
Fields in io.debezium.connector.spanner.processor with type parameters of type TableIdModifier and TypeFieldDescriptionprivate final io.debezium.schema.DatabaseSchema<TableId>SpannerEventDispatcher.schemaprivate final io.debezium.spi.topic.TopicNamingStrategy<TableId>SpannerEventDispatcher.topicNamingStrategyConstructor parameters in io.debezium.connector.spanner.processor with type arguments of type TableIdModifierConstructorDescriptionSpannerEventDispatcher(SpannerConnectorConfig connectorConfig, io.debezium.spi.topic.TopicNamingStrategy<TableId> topicNamingStrategy, io.debezium.schema.DatabaseSchema<TableId> schema, io.debezium.connector.base.ChangeEventQueue<io.debezium.pipeline.DataChangeEvent> queue, io.debezium.schema.DataCollectionFilters.DataCollectionFilter<TableId> filter, io.debezium.pipeline.spi.ChangeEventCreator changeEventCreator, io.debezium.pipeline.source.spi.EventMetadataProvider metadataProvider, io.debezium.heartbeat.HeartbeatFactory<TableId> heartbeatFactory, io.debezium.util.SchemaNameAdjuster schemaNameAdjuster, SchemaRegistry schemaRegistry, SourceInfoFactory sourceInfoFactory, KafkaPartitionInfoProvider kafkaPartitionInfoProvider) SpannerEventDispatcher(SpannerConnectorConfig connectorConfig, io.debezium.spi.topic.TopicNamingStrategy<TableId> topicNamingStrategy, io.debezium.schema.DatabaseSchema<TableId> schema, io.debezium.connector.base.ChangeEventQueue<io.debezium.pipeline.DataChangeEvent> queue, io.debezium.schema.DataCollectionFilters.DataCollectionFilter<TableId> filter, io.debezium.pipeline.spi.ChangeEventCreator changeEventCreator, io.debezium.pipeline.source.spi.EventMetadataProvider metadataProvider, io.debezium.heartbeat.HeartbeatFactory<TableId> heartbeatFactory, io.debezium.util.SchemaNameAdjuster schemaNameAdjuster, SchemaRegistry schemaRegistry, SourceInfoFactory sourceInfoFactory, KafkaPartitionInfoProvider kafkaPartitionInfoProvider) SpannerEventDispatcher(SpannerConnectorConfig connectorConfig, io.debezium.spi.topic.TopicNamingStrategy<TableId> topicNamingStrategy, io.debezium.schema.DatabaseSchema<TableId> schema, io.debezium.connector.base.ChangeEventQueue<io.debezium.pipeline.DataChangeEvent> queue, io.debezium.schema.DataCollectionFilters.DataCollectionFilter<TableId> filter, io.debezium.pipeline.spi.ChangeEventCreator changeEventCreator, io.debezium.pipeline.source.spi.EventMetadataProvider metadataProvider, io.debezium.heartbeat.HeartbeatFactory<TableId> heartbeatFactory, io.debezium.util.SchemaNameAdjuster schemaNameAdjuster, SchemaRegistry schemaRegistry, SourceInfoFactory sourceInfoFactory, KafkaPartitionInfoProvider kafkaPartitionInfoProvider) SpannerEventDispatcher(SpannerConnectorConfig connectorConfig, io.debezium.spi.topic.TopicNamingStrategy<TableId> topicNamingStrategy, io.debezium.schema.DatabaseSchema<TableId> schema, io.debezium.connector.base.ChangeEventQueue<io.debezium.pipeline.DataChangeEvent> queue, io.debezium.schema.DataCollectionFilters.DataCollectionFilter<TableId> filter, io.debezium.pipeline.spi.ChangeEventCreator changeEventCreator, io.debezium.pipeline.source.spi.EventMetadataProvider metadataProvider, io.debezium.heartbeat.HeartbeatFactory<TableId> heartbeatFactory, io.debezium.util.SchemaNameAdjuster schemaNameAdjuster, SchemaRegistry schemaRegistry, SourceInfoFactory sourceInfoFactory, KafkaPartitionInfoProvider kafkaPartitionInfoProvider) -
Uses of TableId in io.debezium.connector.spanner.schema
Fields in io.debezium.connector.spanner.schema declared as TableIdFields in io.debezium.connector.spanner.schema with type parameters of type TableIdModifier and TypeFieldDescriptionprivate final Map<TableId,KafkaSpannerTableSchema> KafkaSpannerSchema.cacheprivate final io.debezium.spi.topic.TopicNamingStrategy<TableId>KafkaSpannerTableSchemaFactory.topicNamingStrategyMethods in io.debezium.connector.spanner.schema that return TableIdMethods in io.debezium.connector.spanner.schema with parameters of type TableIdModifier and TypeMethodDescription(package private) io.debezium.data.EnvelopeKafkaSpannerTableSchemaFactory.buildEnvelope(TableId tableId, org.apache.kafka.connect.data.Schema valueSchema) KafkaSpannerTableSchemaFactory.getTableSchema(TableId tableId) io.debezium.schema.DataCollectionSchemaConstructors in io.debezium.connector.spanner.schema with parameters of type TableIdModifierConstructorDescriptionKafkaSpannerTableSchema(TableId id, org.apache.kafka.connect.data.Schema keySchema, Function<Mod, org.apache.kafka.connect.data.Struct> keyGenerator, io.debezium.data.Envelope envelopeSchema, org.apache.kafka.connect.data.Schema valueSchema, Function<Mod, org.apache.kafka.connect.data.Struct> oldValueStructGenerator, Function<Mod, org.apache.kafka.connect.data.Struct> newValueStructGenerator) Constructor parameters in io.debezium.connector.spanner.schema with type arguments of type TableIdModifierConstructorDescriptionKafkaSpannerTableSchemaFactory(io.debezium.spi.topic.TopicNamingStrategy<TableId> topicNamingStrategy, io.debezium.util.SchemaNameAdjuster schemaNameAdjuster, SchemaRegistry schemaRegistry, org.apache.kafka.connect.data.Schema sourceInfoSchema)