Uses of Interface
org.apache.ignite.internal.binary.BinaryObjectEx
-
Packages that use BinaryObjectEx Package Description org.apache.ignite.internal.binary Contains binary APIs internal implementation. -
-
Uses of BinaryObjectEx in org.apache.ignite.internal.binary
Classes in org.apache.ignite.internal.binary that implement BinaryObjectEx Modifier and Type Class Description classBinaryArrayBinary object representing array.classBinaryEnumArrayIgnite distinguishes between array of objects and array of enums.classBinaryEnumObjectImplBinary enum object.classBinaryObjectExImplInternal binary object interface.classBinaryObjectImplBinary object implementation.classBinaryObjectOffheapImplBinary object implementation over offheap memoryMethods in org.apache.ignite.internal.binary with parameters of type BinaryObjectEx Modifier and Type Method Description static BinaryTypeBinaryUtils. type(BinaryContext ctx, BinaryObjectEx obj)Create binary type which is used by users.static BinaryTypeBinaryUtils. typeProxy(BinaryContext ctx, BinaryObjectEx obj)Create binary type proxy.
-