Uses of Interface
org.apache.ignite.cdc.TypeMapping
- 
Packages that use TypeMapping Package Description org.apache.ignite.cdc org.apache.ignite.dump 
- 
- 
Uses of TypeMapping in org.apache.ignite.cdcMethod 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.dumpMethod 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.voidJsonDumpConsumer. onMappings(Iterator<TypeMapping> mappings)Handles type mappings.
 
-