Uses of Interface
org.apache.ignite.cdc.TypeMapping
-
Packages that use TypeMapping Package Description org.apache.ignite.cdc org.apache.ignite.dump org.apache.ignite.internal.cdc -
-
Uses of TypeMapping in org.apache.ignite.cdc
Method parameters in org.apache.ignite.cdc with type arguments of type TypeMapping Modifier and Type Method Description voidCdcConsumer. onMappings(Iterator<TypeMapping> mappings)Handles new mappings from type name to id. -
Uses of TypeMapping in org.apache.ignite.dump
Method parameters in org.apache.ignite.dump with type arguments of type TypeMapping Modifier and Type Method Description voidDumpConsumer. onMappings(Iterator<TypeMapping> mappings)Handles type mappings. -
Uses of TypeMapping in org.apache.ignite.internal.cdc
Classes in org.apache.ignite.internal.cdc that implement TypeMapping Modifier and Type Class Description classTypeMappingImplMethods in org.apache.ignite.internal.cdc that return types with arguments of type TypeMapping Modifier and Type Method Description static Iterator<TypeMapping>CdcMain. typeMappingIterator(File[] files, Predicate<TypeMapping> filter)Methods in org.apache.ignite.internal.cdc with parameters of type TypeMapping Modifier and Type Method Description static voidCdcUtils. registerMapping(BinaryContext ctx, IgniteLogger log, TypeMapping mapping)Registermapping.Method parameters in org.apache.ignite.internal.cdc with type arguments of type TypeMapping Modifier and Type Method Description voidWalRecordsConsumer. onMappings(Iterator<TypeMapping> mappings)Handles new mappings.static Iterator<TypeMapping>CdcMain. typeMappingIterator(File[] files, Predicate<TypeMapping> filter)
-