cassandra-bridge/src/main/java/org/apache/cassandra/bridge/CassandraBridge.java [98:108]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                @NotNull CqlTable table,
                                                @NotNull Partitioner partitioner,
                                                @NotNull CommitLogProvider commitLogProvider,
                                                @NotNull TableIdLookup tableIdLookup,
                                                @NotNull Stats stats,
                                                @Nullable SparkRangeFilter sparkRangeFilter,
                                                @Nullable CdcOffsetFilter offset,
                                                int minimumReplicasPerMutation,
                                                @NotNull Watermarker watermarker,
                                                @NotNull String jobId,
                                                @NotNull ExecutorService executorService,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



cassandra-four-zero/src/main/java/org/apache/cassandra/bridge/CassandraBridgeImplementation.java [261:271]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                       @NotNull CqlTable table,
                                       @NotNull Partitioner partitioner,
                                       @NotNull CommitLogProvider commitLogProvider,
                                       @NotNull TableIdLookup tableIdLookup,
                                       @NotNull Stats stats,
                                       @Nullable SparkRangeFilter sparkRangeFilter,
                                       @Nullable CdcOffsetFilter offset,
                                       int minimumReplicasPerMutation,
                                       @NotNull Watermarker watermarker,
                                       @NotNull String jobId,
                                       @NotNull ExecutorService executorService,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



