Uses of Interface
org.apache.ignite.binary.BinaryObject
-
Packages that use BinaryObject Package Description org.apache.ignite.binary Contains Ignite Binary Objects API classes.org.apache.ignite.internal.binary org.apache.ignite.internal.binary.builder -
-
Uses of BinaryObject in org.apache.ignite.binary
Methods in org.apache.ignite.binary that return BinaryObject Modifier and Type Method Description BinaryObjectBinaryObjectBuilder. build()Builds binary object.BinaryObjectBinaryObject. clone()Copies this binary object.Methods in org.apache.ignite.binary that return types with arguments of type BinaryObject Modifier and Type Method Description Collection<BinaryObject>BinaryType. enumValues()Methods in org.apache.ignite.binary with parameters of type BinaryObject Modifier and Type Method Description booleanBinaryField. exists(BinaryObject obj)Check whether field exists in the object.<T> TBinaryField. value(BinaryObject obj)Get field's value from the given object. -
Uses of BinaryObject in org.apache.ignite.internal.binary
Subinterfaces of BinaryObject in org.apache.ignite.internal.binary Modifier and Type Interface Description interfaceBinaryObjectExExtended binary object interface.Methods in org.apache.ignite.internal.binary that return BinaryObject Modifier and Type Method Description BinaryObjectBinariesFactory. binaryObject(BinaryContext ctx, byte[] valBytes, CacheObjectValueContext coCtx)Creates new instance of binary object.BinaryObjectBinaryContext. createBinaryArray(Class<?> compCls, Object[] pArr)Creates instance ofBinaryArray.Methods in org.apache.ignite.internal.binary that return types with arguments of type BinaryObject Modifier and Type Method Description Collection<BinaryObject>BinaryTypeImpl. enumValues() -
Uses of BinaryObject in org.apache.ignite.internal.binary.builder
Methods in org.apache.ignite.internal.binary.builder with parameters of type BinaryObject Modifier and Type Method Description static BinaryObjectBuilderBinaryObjectBuilders. builder(BinaryObject obj)BinaryObjectBuilderBinaryObjectBuildersFactory. builder(BinaryObject obj)
-