Uses of Interface
org.apache.ignite.binary.BinaryObject
-
Packages that use BinaryObject Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.binary Contains Ignite Binary Objects API classes.org.apache.ignite.internal.binary Contains binary APIs internal implementation.org.apache.ignite.internal.binary.builder Contains classes specific to binary builder API.org.apache.ignite.internal.client.thin org.apache.ignite.internal.management.cache.scan org.apache.ignite.internal.processors.cache.binary Implementation of binary processor.org.apache.ignite.internal.processors.cacheobject Cache object processor. -
-
Uses of BinaryObject in org.apache.ignite
Methods in org.apache.ignite that return BinaryObject Modifier and Type Method Description BinaryObjectIgniteBinary. buildEnum(String typeName, int ord)Create enum object using value.BinaryObjectIgniteBinary. buildEnum(String typeName, String name)Create enum object using name.Methods in org.apache.ignite with parameters of type BinaryObject Modifier and Type Method Description BinaryObjectBuilderIgniteBinary. builder(BinaryObject binaryObj)Creates binary builder initialized by existing binary object. -
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.Classes in org.apache.ignite.internal.binary that implement BinaryObject 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 that return BinaryObject Modifier and Type Method Description BinaryObjectBinaryArray. clone()Copies this binary object.BinaryObjectBinaryEnumArray. clone()Copies this binary object.BinaryObjectBinaryEnumObjectImpl. clone()Copies this binary object.BinaryObjectBinaryObjectExImpl. clone()Copies this binary object.BinaryObjectBinaryObjectImpl. clone()Copies this binary object.BinaryObjectBinaryObjectOffheapImpl. clone()Copies this binary object.static BinaryObjectBinaryUtils. doReadBinaryObject(BinaryInputStream in, BinaryContext ctx, boolean detach)BinaryObjectBinaryObjectOffheapImpl. heapCopy()Methods in org.apache.ignite.internal.binary that return types with arguments of type BinaryObject Modifier and Type Method Description Collection<BinaryObject>BinaryTypeImpl. enumValues()Collection<BinaryObject>BinaryTypeProxy. enumValues()Methods in org.apache.ignite.internal.binary with parameters of type BinaryObject Modifier and Type Method Description booleanBinaryAbstractIdentityResolver. equals(BinaryObject o1, BinaryObject o2)Compare two binary objects for equality.booleanBinaryIdentityResolver. equals(@Nullable BinaryObject o1, @Nullable BinaryObject o2)Compare two binary objects for equality.protected abstract booleanBinaryAbstractIdentityResolver. equals0(BinaryObject o1, BinaryObject o2)Internal equals routine.protected booleanBinaryArrayIdentityResolver. equals0(BinaryObject o1, BinaryObject o2)Internal equals routine.booleanBinaryFieldImpl. exists(BinaryObject obj)Check whether field exists in the object.intBinaryAbstractIdentityResolver. hashCode(BinaryObject obj)Compute hash code for binary object.intBinaryIdentityResolver. hashCode(BinaryObject obj)Compute hash code for binary object.protected abstract intBinaryAbstractIdentityResolver. hashCode0(BinaryObject obj)Internal hash code routine.protected intBinaryArrayIdentityResolver. hashCode0(BinaryObject obj)Internal hash code routine.<T> TBinaryFieldImpl. value(BinaryObject obj)Get field's value from the given object.booleanBinaryFieldEx. writeField(BinaryObject obj, ByteBuffer buf)Writes field value to the given byte buffer.booleanBinaryFieldImpl. writeField(BinaryObject obj, ByteBuffer buf)Writes field value to the given byte buffer. -
Uses of BinaryObject in org.apache.ignite.internal.binary.builder
Methods in org.apache.ignite.internal.binary.builder that return BinaryObject Modifier and Type Method Description BinaryObjectBinaryObjectBuilderImpl. build()Builds binary object.Methods in org.apache.ignite.internal.binary.builder with parameters of type BinaryObject Modifier and Type Method Description static BinaryObjectBuilderImplBinaryObjectBuilderImpl. wrap(BinaryObject obj)Creates builder initialized by specified binary object.Constructors in org.apache.ignite.internal.binary.builder with parameters of type BinaryObject Constructor Description BinaryPlainBinaryObject(BinaryObject binaryObj) -
Uses of BinaryObject in org.apache.ignite.internal.client.thin
Methods in org.apache.ignite.internal.client.thin that return BinaryObject Modifier and Type Method Description BinaryObjectClientBinary. buildEnum(String typeName, int ord)Create enum object using value.BinaryObjectClientBinary. buildEnum(String typeName, String name)Create enum object using name.Methods in org.apache.ignite.internal.client.thin with parameters of type BinaryObject Modifier and Type Method Description BinaryObjectBuilderClientBinary. builder(BinaryObject binaryObj)Creates binary builder initialized by existing binary object. -
Uses of BinaryObject in org.apache.ignite.internal.management.cache.scan
Methods in org.apache.ignite.internal.management.cache.scan with parameters of type BinaryObject Modifier and Type Method Description static StringDefaultCacheScanTaskFormat. binaryToString(BinaryObject obj)Convert Binary object to string. -
Uses of BinaryObject in org.apache.ignite.internal.processors.cache.binary
Methods in org.apache.ignite.internal.processors.cache.binary that return BinaryObject Modifier and Type Method Description BinaryObjectCacheObjectBinaryProcessorImpl. buildEnum(String typeName, int ord)BinaryObjectCacheObjectBinaryProcessorImpl. buildEnum(String typeName, String name)BinaryObjectIgniteBinaryImpl. buildEnum(String typeName, int ord)Create enum object using value.BinaryObjectIgniteBinaryImpl. buildEnum(String typeName, String name)Create enum object using name.Methods in org.apache.ignite.internal.processors.cache.binary with parameters of type BinaryObject Modifier and Type Method Description BinaryObjectBuilderCacheObjectBinaryProcessorImpl. builder(BinaryObject binaryObj)Creates builder initialized by existing binary object.BinaryObjectBuilderIgniteBinaryImpl. builder(BinaryObject binaryObj)Creates binary builder initialized by existing binary object. -
Uses of BinaryObject in org.apache.ignite.internal.processors.cacheobject
Methods in org.apache.ignite.internal.processors.cacheobject that return BinaryObject Modifier and Type Method Description BinaryObjectIgniteCacheObjectProcessor. buildEnum(String typeName, int ord)BinaryObjectIgniteCacheObjectProcessor. buildEnum(String typeName, String name)BinaryObjectNoOpBinary. buildEnum(String typeName, int ord)Create enum object using value.BinaryObjectNoOpBinary. buildEnum(String typeName, String name)Create enum object using name.Methods in org.apache.ignite.internal.processors.cacheobject with parameters of type BinaryObject Modifier and Type Method Description BinaryObjectBuilderIgniteCacheObjectProcessor. builder(BinaryObject binaryObj)Creates builder initialized by existing binary object.BinaryObjectBuilderNoOpBinary. builder(BinaryObject binaryObj)Creates binary builder initialized by existing binary object.
-