Uses of Class
org.apache.ignite.internal.binary.BinaryClassDescriptor
-
Packages that use BinaryClassDescriptor Package Description org.apache.ignite.internal.binary Contains binary APIs internal implementation. -
-
Uses of BinaryClassDescriptor in org.apache.ignite.internal.binary
Methods in org.apache.ignite.internal.binary that return BinaryClassDescriptor Modifier and Type Method Description @NotNull BinaryClassDescriptorBinaryContext. descriptorForClass(Class<?> cls)BinaryClassDescriptorBinaryContext. descriptorForTypeId(boolean userType, int typeId, ClassLoader ldr, boolean registerMeta)@NotNull BinaryClassDescriptorBinaryContext. registerClass(Class<?> cls, boolean registerMeta, boolean failIfUnregistered)Attempts registration of the provided class.@NotNull BinaryClassDescriptorBinaryContext. registerClass(Class<?> cls, boolean registerMeta, boolean failIfUnregistered, boolean onlyLocReg)@NotNull BinaryClassDescriptorBinaryContext. registerDescriptor(BinaryClassDescriptor desc, boolean registerMeta, boolean onlyLocReg)Attempts registration of the providedBinaryClassDescriptorin the cluster.BinaryClassDescriptorBinaryContext. registerPredefinedType(Class<?> cls, int id)BinaryClassDescriptorBinaryContext. registerPredefinedType(Class<?> cls, int id, String affFieldName, boolean registered)Methods in org.apache.ignite.internal.binary with parameters of type BinaryClassDescriptor Modifier and Type Method Description @NotNull BinaryClassDescriptorBinaryContext. registerDescriptor(BinaryClassDescriptor desc, boolean registerMeta, boolean onlyLocReg)Attempts registration of the providedBinaryClassDescriptorin the cluster.
-