Uses of Class
io.debezium.connector.sqlserver.SqlServerPartition
-
Packages that use SqlServerPartition Package Description io.debezium.connector.sqlserver io.debezium.connector.sqlserver.metrics -
-
Uses of SqlServerPartition in io.debezium.connector.sqlserver
Fields in io.debezium.connector.sqlserver declared as SqlServerPartition Modifier and Type Field Description private SqlServerPartitionSqlServerSchemaChangeEventEmitter. partitionFields in io.debezium.connector.sqlserver with type parameters of type SqlServerPartition Modifier and Type Field Description private Map<SqlServerPartition,Map<TableId,SqlServerChangeTable>>SqlServerSnapshotChangeEventSource. changeTablesByPartitionprivate EventDispatcher<SqlServerPartition,TableId>SqlServerChangeEventSourceFactory. dispatcherprivate EventDispatcher<SqlServerPartition,TableId>SqlServerStreamingChangeEventSource. dispatcherprivate Map<SqlServerPartition,SqlServerStreamingExecutionContext>SqlServerStreamingChangeEventSource. streamingExecutionContextsMethods in io.debezium.connector.sqlserver with parameters of type SqlServerPartition Modifier and Type Method Description protected 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)protected AbstractSnapshotChangeEventSource.SnapshottingTaskSqlServerSnapshotChangeEventSource. getSnapshottingTask(SqlServerPartition partition, SqlServerOffsetContext previousOffset)private voidSqlServerStreamingChangeEventSource. migrateTable(SqlServerPartition partition, Queue<SqlServerChangeTable> schemaChangeCheckpoints, SqlServerOffsetContext offsetContext)protected AbstractSnapshotChangeEventSource.SnapshotContext<SqlServerPartition,SqlServerOffsetContext>SqlServerSnapshotChangeEventSource. prepare(SqlServerPartition partition)Constructors in io.debezium.connector.sqlserver with parameters of type SqlServerPartition Constructor Description SqlServerSchemaChangeEventEmitter(SqlServerPartition partition, SqlServerOffsetContext offsetContext, SqlServerChangeTable changeTable, Table tableSchema, SchemaChangeEvent.SchemaChangeEventType eventType)SqlServerSnapshotContext(SqlServerPartition partition) -
Uses of SqlServerPartition in io.debezium.connector.sqlserver.metrics
Fields in io.debezium.connector.sqlserver.metrics with type parameters of type SqlServerPartition Modifier and Type Field Description private Map<SqlServerPartition,B>AbstractSqlServerTaskMetrics. beansprivate Collection<SqlServerPartition>SqlServerMetricsFactory. partitionsMethods in io.debezium.connector.sqlserver.metrics that return types with arguments of type SqlServerPartition Modifier and Type Method Description <T extends CdcSourceTaskContext>
SnapshotChangeEventSourceMetrics<SqlServerPartition>SqlServerMetricsFactory. getSnapshotMetrics(T taskContext, ChangeEventQueueMetrics changeEventQueueMetrics, EventMetadataProvider eventMetadataProvider)<T extends CdcSourceTaskContext>
StreamingChangeEventSourceMetrics<SqlServerPartition>SqlServerMetricsFactory. getStreamingMetrics(T taskContext, ChangeEventQueueMetrics changeEventQueueMetrics, EventMetadataProvider eventMetadataProvider)Methods in io.debezium.connector.sqlserver.metrics with parameters of type SqlServerPartition Modifier and Type Method Description voidSqlServerSnapshotTaskMetrics. 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)
-