| Package | Description |
|---|---|
| org.apache.ignite.binary |
Contains Ignite Binary Objects API classes.
|
| org.apache.ignite.internal.binary |
Contains binary APIs internal implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryAbstractIdentityResolver
Abstract identity resolver with common routines.
|
class |
BinaryArrayIdentityResolver
Identity resolver implementation which compares raw array content of the binary object.
|
class |
BinaryFieldIdentityResolver
Identity resolver implementation which use the list of provided fields to calculate the hash code and to perform
equality checks.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryIdentityResolver |
BinaryTypeConfiguration.getIdentityResolver()
Gets identity resolver.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryTypeConfiguration.setIdentityResolver(BinaryIdentityResolver identityRslvr)
Sets identity resolver.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryIdentityResolver |
BinaryContext.identity(int typeId) |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryContext.registerUserType(String clsName,
BinaryInternalMapper mapper,
BinarySerializer serializer,
BinaryIdentityResolver identity,
String affKeyFieldName,
boolean isEnum) |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.8.0 Release Date : December 5 2016