File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
modules/cdc-ext/src/main/java/org/apache/ignite/cdc Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 3030import org .apache .ignite .internal .binary .BinaryContext ;
3131import org .apache .ignite .internal .binary .BinaryMetadata ;
3232import org .apache .ignite .internal .binary .BinaryTypeImpl ;
33+ import org .apache .ignite .internal .cdc .CdcConsumerEx ;
3334import org .apache .ignite .internal .processors .metric .MetricRegistryImpl ;
3435import org .apache .ignite .internal .processors .metric .impl .AtomicLongMetric ;
3536import org .apache .ignite .internal .util .typedef .F ;
Original file line number Diff line number Diff line change 3636import org .apache .ignite .IgniteLogger ;
3737import org .apache .ignite .binary .BinaryType ;
3838import org .apache .ignite .cdc .CdcCacheEvent ;
39- import org .apache .ignite .cdc .CdcConsumerEx ;
4039import org .apache .ignite .cdc .CdcEvent ;
4140import org .apache .ignite .cdc .CdcRegexManager ;
4241import org .apache .ignite .cdc .TypeMapping ;
4342import org .apache .ignite .cdc .conflictresolve .CacheVersionConflictResolverImpl ;
4443import org .apache .ignite .internal .binary .BinaryTypeImpl ;
44+ import org .apache .ignite .internal .cdc .CdcConsumerEx ;
4545import org .apache .ignite .internal .cdc .CdcMain ;
4646import org .apache .ignite .internal .processors .metric .MetricRegistryImpl ;
4747import org .apache .ignite .internal .processors .metric .impl .AtomicLongMetric ;
You can’t perform that action at this time.
0 commit comments