public interface BinaryIdMapper
BinaryIdMapper allows to override the automatically
generated hash code IDs for the type and field names.
Binary ID mapper can be configured for all binary objects via
BinaryConfiguration.getIdMapper() method,
or for a specific binary type via BinaryTypeConfiguration.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.5.0-b1 Release Date : December 1 2015