Package org.apache.ignite.cdc
Interface TypeMapping
- 
- All Superinterfaces:
- Serializable
 
 public interface TypeMapping extends Serializable Ignite maps type name to some id. Mapping data required to perform deserialization ofBinaryObject. Note,typeName()can represent not only Java class names. For other supported platforms take a look atPlatformTypevalues.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description PlatformTypeplatformType()inttypeId()StringtypeName()
 
- 
- 
- 
Method Detail- 
typeIdint typeId() - Returns:
- Type id.
 
 - 
typeNameString typeName() - Returns:
- Type name.
 
 - 
platformTypePlatformType platformType() - Returns:
- Platform type.
 
 
- 
 
-