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.cdc
Method parameters in org.apache.ignite.cdc with type arguments of type TypeMapping Modifier and Type Method Description void
CdcConsumer. 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 void
DumpConsumer. onMappings(Iterator<TypeMapping> mappings)
Handles type mappings.void
JsonDumpConsumer. onMappings(Iterator<TypeMapping> mappings)
Handles type mappings.
-