| Package | Description |
|---|---|
| org.apache.ignite.binary |
Contains Ignite Binary Objects API classes.
|
| org.apache.ignite.configuration |
Contains configuration-related classes.
|
| org.apache.ignite.internal.binary |
Contains binary APIs internal implementation.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryIdMapper |
BinaryTypeConfiguration.getIdMapper()
Gets ID mapper.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryTypeConfiguration.setIdMapper(BinaryIdMapper idMapper)
Sets ID mapper.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryIdMapper |
BinaryConfiguration.getIdMapper()
Gets ID mapper.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryConfiguration.setIdMapper(BinaryIdMapper idMapper)
Sets ID mapper.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryInternalIdMapper
Internal ID mapper.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryIdMapper |
BinaryContext.userTypeIdMapper(int typeId) |
| Modifier and Type | Method and Description |
|---|---|
static BinaryInternalIdMapper |
BinaryInternalIdMapper.create(BinaryIdMapper mapper)
Create internal mapper.
|
void |
BinaryContext.registerUserType(String clsName,
BinaryIdMapper idMapper,
BinarySerializer serializer,
String affKeyFieldName,
boolean isEnum) |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.0.final Release Date : December 29 2015