| Package | Description |
|---|---|
| org.apache.ignite.internal.binary |
Contains binary APIs internal implementation.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryClassDescriptor |
BinaryContext.descriptorForTypeId(boolean userType,
int typeId,
ClassLoader ldr,
boolean registerMeta) |
@NotNull BinaryClassDescriptor |
BinaryContext.registerClass(Class<?> cls,
boolean registerMeta,
boolean failIfUnregistered)
Attempts registration of the provided class.
|
@NotNull BinaryClassDescriptor |
BinaryContext.registerClass(Class<?> cls,
boolean registerMeta,
boolean failIfUnregistered,
boolean onlyLocReg) |
@NotNull BinaryClassDescriptor |
BinaryContext.registerDescriptor(BinaryClassDescriptor desc,
boolean registerMeta,
boolean onlyLocReg)
Attempts registration of the provided
BinaryClassDescriptor in the cluster. |
BinaryClassDescriptor |
BinaryContext.registerPredefinedType(Class<?> cls,
int id) |
BinaryClassDescriptor |
BinaryContext.registerPredefinedType(Class<?> cls,
int id,
String affFieldName,
boolean registered) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull BinaryClassDescriptor |
BinaryContext.registerDescriptor(BinaryClassDescriptor desc,
boolean registerMeta,
boolean onlyLocReg)
Attempts registration of the provided
BinaryClassDescriptor in the cluster. |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021