public class BinaryInternalIdMapper extends Object implements BinaryIdMapper
| Modifier | Constructor and Description |
|---|---|
protected |
BinaryInternalIdMapper()
Private constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static BinaryInternalIdMapper |
create(BinaryIdMapper mapper)
Create internal mapper.
|
static BinaryInternalIdMapper |
defaultInstance()
Get default instance.
|
int |
fieldId(int typeId,
String fieldName)
Get field ID.
|
int |
typeId(String typeName)
Get type ID.
|
public static BinaryInternalIdMapper defaultInstance()
public static BinaryInternalIdMapper create(@Nullable BinaryIdMapper mapper)
mapper - Public mapper.public int typeId(String typeName)
typeId in interface BinaryIdMappertypeName - Type name.public int fieldId(int typeId,
String fieldName)
fieldId in interface BinaryIdMappertypeId - Type ID.fieldName - Field name.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.0-b1 Release Date : December 1 2015