Uses of Class
org.apache.ignite.internal.binary.BinaryObjectExImpl
-
Packages that use BinaryObjectExImpl Package Description org.apache.ignite.internal.binary Contains binary APIs internal implementation. -
-
Uses of BinaryObjectExImpl in org.apache.ignite.internal.binary
Subclasses of BinaryObjectExImpl in org.apache.ignite.internal.binary Modifier and Type Class Description classBinaryObjectImplBinary object implementation.classBinaryObjectOffheapImplBinary object implementation over offheap memoryMethods in org.apache.ignite.internal.binary with parameters of type BinaryObjectExImpl Modifier and Type Method Description intBinaryFieldImpl. fieldOrder(BinaryObjectExImpl obj)Get relative field offset.Constructors in org.apache.ignite.internal.binary with parameters of type BinaryObjectExImpl Constructor Description BinarySerializedFieldComparator(BinaryObjectExImpl obj, byte[] arr, long ptr, int startOff, int orderBase, int orderMultiplier, int fieldOffLen)Constructor.
-