public interface PortableIdMapper
PortableIdMapper allows to override the automatically
generated hash code IDs for the type and field names.
Portable ID mapper can be configured for all portable objects via PortableMarshaller.getIdMapper() method,
or for a specific portable type via PortableTypeConfiguration.getIdMapper() method.
int typeId(String clsName)
If 0 is returned, hash code of class simple name will be used.
clsName - Class name.int fieldId(int typeId,
String fieldName)
If 0 is returned, hash code of field name will be used.
typeId - Type ID.fieldName - Field name.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.4.0 Release Date : September 24 2015