Package org.apache.ignite.internal.cdc
Class TypeMappingImpl
- java.lang.Object
-
- org.apache.ignite.internal.cdc.TypeMappingImpl
-
- All Implemented Interfaces:
Serializable,TypeMapping
public class TypeMappingImpl extends Object implements TypeMapping
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TypeMappingImpl(int typeId, String typeName, PlatformType platform)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlatformTypeplatformType()StringtoString()inttypeId()StringtypeName()
-
-
-
Constructor Detail
-
TypeMappingImpl
public TypeMappingImpl(int typeId, String typeName, PlatformType platform)- Parameters:
typeId- Type id.typeName- Type name.platform- Platform.
-
-
Method Detail
-
typeId
public int typeId()
- Specified by:
typeIdin interfaceTypeMapping- Returns:
- Type id.
-
typeName
public String typeName()
- Specified by:
typeNamein interfaceTypeMapping- Returns:
- Type name.
-
platformType
public PlatformType platformType()
- Specified by:
platformTypein interfaceTypeMapping- Returns:
- Platform type.
-
-