Uses of Class
io.debezium.connector.sqlserver.SqlServerPartition
Packages that use SqlServerPartition
-
Uses of SqlServerPartition in io.debezium.connector.sqlserver
Fields in io.debezium.connector.sqlserver declared as SqlServerPartitionModifier and TypeFieldDescriptionprivate final SqlServerPartitionSqlServerSchemaChangeEventEmitter.partitionFields in io.debezium.connector.sqlserver with type parameters of type SqlServerPartitionModifier and TypeFieldDescriptionprivate final Map<SqlServerPartition,Map<TableId, SqlServerChangeTable>> SqlServerSnapshotChangeEventSource.changeTablesByPartitionprivate final EventDispatcher<SqlServerPartition,TableId> SqlServerChangeEventSourceFactory.dispatcherprivate final EventDispatcher<SqlServerPartition,TableId> SqlServerStreamingChangeEventSource.dispatcherprivate final Map<SqlServerPartition,SqlServerStreamingExecutionContext> SqlServerStreamingChangeEventSource.streamingExecutionContextsMethods in io.debezium.connector.sqlserver that return types with arguments of type SqlServerPartitionModifier and TypeMethodDescriptionSqlServerConnectorTask.createChangeEventSourceMetricsFactory(boolean multiPartitionMode, Offsets<SqlServerPartition, SqlServerOffsetContext> offsets) SqlServerChangeEventSourceFactory.getIncrementalSnapshotChangeEventSource(SqlServerOffsetContext offsetContext, SnapshotProgressListener<SqlServerPartition> snapshotProgressListener, DataChangeEventListener<SqlServerPartition> dataChangeEventListener) SqlServerPartition.Provider.getPartitions()SqlServerChangeEventSourceFactory.getSnapshotChangeEventSource(SnapshotProgressListener<SqlServerPartition> snapshotProgressListener) SqlServerChangeEventSourceFactory.getStreamingChangeEventSource()protected AbstractSnapshotChangeEventSource.SnapshotContext<SqlServerPartition,SqlServerOffsetContext> SqlServerSnapshotChangeEventSource.prepare(SqlServerPartition partition) SqlServerConnectorTask.start(Configuration config) Methods in io.debezium.connector.sqlserver with parameters of type SqlServerPartitionModifier and TypeMethodDescriptionprotected booleanSqlServerSnapshotChangeEventSource.additionalColumnFilter(SqlServerPartition partition, TableId tableId, String columnName) voidSqlServerStreamingChangeEventSource.execute(ChangeEventSource.ChangeEventSourceContext context, SqlServerPartition partition, SqlServerOffsetContext offsetContext) booleanSqlServerStreamingChangeEventSource.executeIteration(ChangeEventSource.ChangeEventSourceContext context, SqlServerPartition partition, SqlServerOffsetContext offsetContext) private booleanSqlServerSnapshotChangeEventSource.filterChangeTableColumns(SqlServerPartition partition, TableId tableId, String columnName) private SqlServerChangeTable[]SqlServerStreamingChangeEventSource.getChangeTablesToQuery(SqlServerPartition partition, SqlServerOffsetContext offsetContext, Lsn toLsn) SqlServerSnapshotChangeEventSource.getSnapshottingTask(SqlServerPartition partition, SqlServerOffsetContext previousOffset) private voidSqlServerStreamingChangeEventSource.migrateTable(SqlServerPartition partition, Queue<SqlServerChangeTable> schemaChangeCheckpoints, SqlServerOffsetContext offsetContext) protected AbstractSnapshotChangeEventSource.SnapshotContext<SqlServerPartition,SqlServerOffsetContext> SqlServerSnapshotChangeEventSource.prepare(SqlServerPartition partition) Method parameters in io.debezium.connector.sqlserver with type arguments of type SqlServerPartitionModifier and TypeMethodDescriptionprotected voidSqlServerSnapshotChangeEventSource.complete(AbstractSnapshotChangeEventSource.SnapshotContext<SqlServerPartition, SqlServerOffsetContext> snapshotContext) protected voidSqlServerSnapshotChangeEventSource.connectionCreated(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<SqlServerPartition, SqlServerOffsetContext> snapshotContext) SqlServerConnectorTask.createChangeEventSourceMetricsFactory(boolean multiPartitionMode, Offsets<SqlServerPartition, SqlServerOffsetContext> offsets) protected voidSqlServerSnapshotChangeEventSource.determineSnapshotOffset(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<SqlServerPartition, SqlServerOffsetContext> ctx, SqlServerOffsetContext previousOffset) protected StringSqlServerSnapshotChangeEventSource.enhanceOverriddenSelect(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<SqlServerPartition, SqlServerOffsetContext> snapshotContext, String overriddenSelect, TableId tableId) protected voidSqlServerChangeEventSourceCoordinator.executeChangeEventSources(CdcSourceTaskContext taskContext, SnapshotChangeEventSource<SqlServerPartition, SqlServerOffsetContext> snapshotSource, Offsets<SqlServerPartition, SqlServerOffsetContext> previousOffsets, AtomicReference<LoggingContext.PreviousContext> previousLogContext, ChangeEventSource.ChangeEventSourceContext context) protected voidSqlServerChangeEventSourceCoordinator.executeChangeEventSources(CdcSourceTaskContext taskContext, SnapshotChangeEventSource<SqlServerPartition, SqlServerOffsetContext> snapshotSource, Offsets<SqlServerPartition, SqlServerOffsetContext> previousOffsets, AtomicReference<LoggingContext.PreviousContext> previousLogContext, ChangeEventSource.ChangeEventSourceContext context) SqlServerSnapshotChangeEventSource.getAllTableIds(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<SqlServerPartition, SqlServerOffsetContext> ctx) protected SchemaChangeEventSqlServerSnapshotChangeEventSource.getCreateTableEvent(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<SqlServerPartition, SqlServerOffsetContext> snapshotContext, Table table) SqlServerChangeEventSourceFactory.getIncrementalSnapshotChangeEventSource(SqlServerOffsetContext offsetContext, SnapshotProgressListener<SqlServerPartition> snapshotProgressListener, DataChangeEventListener<SqlServerPartition> dataChangeEventListener) SqlServerChangeEventSourceFactory.getIncrementalSnapshotChangeEventSource(SqlServerOffsetContext offsetContext, SnapshotProgressListener<SqlServerPartition> snapshotProgressListener, DataChangeEventListener<SqlServerPartition> dataChangeEventListener) SqlServerChangeEventSourceFactory.getSnapshotChangeEventSource(SnapshotProgressListener<SqlServerPartition> snapshotProgressListener) SqlServerSnapshotChangeEventSource.getSnapshotSelect(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<SqlServerPartition, SqlServerOffsetContext> snapshotContext, TableId tableId, List<String> columns) Generate a valid SQL Server query string for the specified tableprotected voidSqlServerSnapshotChangeEventSource.lockTablesForSchemaSnapshot(ChangeEventSource.ChangeEventSourceContext sourceContext, RelationalSnapshotChangeEventSource.RelationalSnapshotContext<SqlServerPartition, SqlServerOffsetContext> snapshotContext) protected voidSqlServerSnapshotChangeEventSource.readTableStructure(ChangeEventSource.ChangeEventSourceContext sourceContext, RelationalSnapshotChangeEventSource.RelationalSnapshotContext<SqlServerPartition, SqlServerOffsetContext> snapshotContext, SqlServerOffsetContext offsetContext) protected voidSqlServerSnapshotChangeEventSource.releaseSchemaSnapshotLocks(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<SqlServerPartition, SqlServerOffsetContext> snapshotContext) Constructors in io.debezium.connector.sqlserver with parameters of type SqlServerPartitionModifierConstructorDescriptionSqlServerSchemaChangeEventEmitter(SqlServerPartition partition, SqlServerOffsetContext offsetContext, SqlServerChangeTable changeTable, Table tableSchema, SchemaChangeEvent.SchemaChangeEventType eventType) SqlServerSnapshotContext(SqlServerPartition partition) Constructor parameters in io.debezium.connector.sqlserver with type arguments of type SqlServerPartitionModifierConstructorDescriptionSqlServerChangeEventSourceCoordinator(Offsets<SqlServerPartition, SqlServerOffsetContext> previousOffsets, ErrorHandler errorHandler, Class<? extends org.apache.kafka.connect.source.SourceConnector> connectorType, CommonConnectorConfig connectorConfig, ChangeEventSourceFactory<SqlServerPartition, SqlServerOffsetContext> changeEventSourceFactory, ChangeEventSourceMetricsFactory<SqlServerPartition> changeEventSourceMetricsFactory, EventDispatcher<SqlServerPartition, ?> eventDispatcher, DatabaseSchema<?> schema, Clock clock) SqlServerChangeEventSourceCoordinator(Offsets<SqlServerPartition, SqlServerOffsetContext> previousOffsets, ErrorHandler errorHandler, Class<? extends org.apache.kafka.connect.source.SourceConnector> connectorType, CommonConnectorConfig connectorConfig, ChangeEventSourceFactory<SqlServerPartition, SqlServerOffsetContext> changeEventSourceFactory, ChangeEventSourceMetricsFactory<SqlServerPartition> changeEventSourceMetricsFactory, EventDispatcher<SqlServerPartition, ?> eventDispatcher, DatabaseSchema<?> schema, Clock clock) SqlServerChangeEventSourceCoordinator(Offsets<SqlServerPartition, SqlServerOffsetContext> previousOffsets, ErrorHandler errorHandler, Class<? extends org.apache.kafka.connect.source.SourceConnector> connectorType, CommonConnectorConfig connectorConfig, ChangeEventSourceFactory<SqlServerPartition, SqlServerOffsetContext> changeEventSourceFactory, ChangeEventSourceMetricsFactory<SqlServerPartition> changeEventSourceMetricsFactory, EventDispatcher<SqlServerPartition, ?> eventDispatcher, DatabaseSchema<?> schema, Clock clock) SqlServerChangeEventSourceCoordinator(Offsets<SqlServerPartition, SqlServerOffsetContext> previousOffsets, ErrorHandler errorHandler, Class<? extends org.apache.kafka.connect.source.SourceConnector> connectorType, CommonConnectorConfig connectorConfig, ChangeEventSourceFactory<SqlServerPartition, SqlServerOffsetContext> changeEventSourceFactory, ChangeEventSourceMetricsFactory<SqlServerPartition> changeEventSourceMetricsFactory, EventDispatcher<SqlServerPartition, ?> eventDispatcher, DatabaseSchema<?> schema, Clock clock) SqlServerChangeEventSourceFactory(SqlServerConnectorConfig configuration, SqlServerConnection dataConnection, SqlServerConnection metadataConnection, ErrorHandler errorHandler, EventDispatcher<SqlServerPartition, TableId> dispatcher, Clock clock, SqlServerDatabaseSchema schema) SqlServerSnapshotChangeEventSource(SqlServerConnectorConfig connectorConfig, SqlServerConnection jdbcConnection, SqlServerDatabaseSchema schema, EventDispatcher<SqlServerPartition, TableId> dispatcher, Clock clock, SnapshotProgressListener<SqlServerPartition> snapshotProgressListener) SqlServerSnapshotChangeEventSource(SqlServerConnectorConfig connectorConfig, SqlServerConnection jdbcConnection, SqlServerDatabaseSchema schema, EventDispatcher<SqlServerPartition, TableId> dispatcher, Clock clock, SnapshotProgressListener<SqlServerPartition> snapshotProgressListener) SqlServerStreamingChangeEventSource(SqlServerConnectorConfig connectorConfig, SqlServerConnection dataConnection, SqlServerConnection metadataConnection, EventDispatcher<SqlServerPartition, TableId> dispatcher, ErrorHandler errorHandler, Clock clock, SqlServerDatabaseSchema schema) -
Uses of SqlServerPartition in io.debezium.connector.sqlserver.metrics
Fields in io.debezium.connector.sqlserver.metrics with type parameters of type SqlServerPartitionModifier and TypeFieldDescriptionprivate final Map<SqlServerPartition,B> AbstractSqlServerTaskMetrics.beansprivate final Collection<SqlServerPartition>SqlServerMetricsFactory.partitionsMethods in io.debezium.connector.sqlserver.metrics that return types with arguments of type SqlServerPartitionModifier and TypeMethodDescriptionSqlServerMetricsFactory.getSnapshotMetrics(T taskContext, ChangeEventQueueMetrics changeEventQueueMetrics, EventMetadataProvider eventMetadataProvider) SqlServerMetricsFactory.getStreamingMetrics(T taskContext, ChangeEventQueueMetrics changeEventQueueMetrics, EventMetadataProvider eventMetadataProvider) Methods in io.debezium.connector.sqlserver.metrics with parameters of type SqlServerPartitionModifier and TypeMethodDescriptionvoidSqlServerSnapshotTaskMetrics.currentChunk(SqlServerPartition partition, String chunkId, Object[] chunkFrom, Object[] chunkTo) voidSqlServerSnapshotTaskMetrics.currentChunk(SqlServerPartition partition, String chunkId, Object[] chunkFrom, Object[] chunkTo, Object[] tableTo) voidSqlServerSnapshotTaskMetrics.dataCollectionSnapshotCompleted(SqlServerPartition partition, DataCollectionId dataCollectionId, long numRows) voidSqlServerSnapshotTaskMetrics.monitoredDataCollectionsDetermined(SqlServerPartition partition, Iterable<? extends DataCollectionId> dataCollectionIds) voidAbstractSqlServerTaskMetrics.onConnectorEvent(SqlServerPartition partition, ConnectorEvent event) voidAbstractSqlServerTaskMetrics.onErroneousEvent(SqlServerPartition partition, String event) voidAbstractSqlServerTaskMetrics.onErroneousEvent(SqlServerPartition partition, String event, Envelope.Operation operation) voidAbstractSqlServerTaskMetrics.onEvent(SqlServerPartition partition, DataCollectionId source, OffsetContext offset, Object key, org.apache.kafka.connect.data.Struct value, Envelope.Operation operation) voidAbstractSqlServerTaskMetrics.onFilteredEvent(SqlServerPartition partition, String event) voidAbstractSqlServerTaskMetrics.onFilteredEvent(SqlServerPartition partition, String event, Envelope.Operation operation) protected voidAbstractSqlServerTaskMetrics.onPartitionEvent(SqlServerPartition partition, Consumer<B> handler) voidSqlServerSnapshotTaskMetrics.rowsScanned(SqlServerPartition partition, TableId tableId, long numRows) voidSqlServerSnapshotTaskMetrics.snapshotAborted(SqlServerPartition partition) voidSqlServerSnapshotTaskMetrics.snapshotCompleted(SqlServerPartition partition) voidSqlServerSnapshotTaskMetrics.snapshotStarted(SqlServerPartition partition) Constructor parameters in io.debezium.connector.sqlserver.metrics with type arguments of type SqlServerPartitionModifierConstructorDescription(package private)AbstractSqlServerTaskMetrics(CdcSourceTaskContext taskContext, String contextName, ChangeEventQueueMetrics changeEventQueueMetrics, Collection<SqlServerPartition> partitions, Function<SqlServerPartition, B> beanFactory) (package private)AbstractSqlServerTaskMetrics(CdcSourceTaskContext taskContext, String contextName, ChangeEventQueueMetrics changeEventQueueMetrics, Collection<SqlServerPartition> partitions, Function<SqlServerPartition, B> beanFactory) SqlServerMetricsFactory(Collection<SqlServerPartition> partitions) (package private)SqlServerSnapshotTaskMetrics(CdcSourceTaskContext taskContext, ChangeEventQueueMetrics changeEventQueueMetrics, EventMetadataProvider metadataProvider, Collection<SqlServerPartition> partitions) (package private)SqlServerStreamingTaskMetrics(CdcSourceTaskContext taskContext, ChangeEventQueueMetrics changeEventQueueMetrics, EventMetadataProvider metadataProvider, Collection<SqlServerPartition> partitions)