Uses of Interface
org.apache.ignite.binary.BinaryObjectBuilder
-
Packages that use BinaryObjectBuilder 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.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.binary Implementation of binary processor.org.apache.ignite.internal.processors.cacheobject Cache object processor. -
-
Uses of BinaryObjectBuilder in org.apache.ignite
Methods in org.apache.ignite that return BinaryObjectBuilder Modifier and Type Method Description BinaryObjectBuilderIgniteBinary. builder(String typeName)Creates new binary builder.BinaryObjectBuilderIgniteBinary. builder(BinaryObject binaryObj)Creates binary builder initialized by existing binary object. -
Uses of BinaryObjectBuilder in org.apache.ignite.binary
Methods in org.apache.ignite.binary that return BinaryObjectBuilder Modifier and Type Method Description BinaryObjectBuilderBinaryObjectBuilder. removeField(String fieldName)Removes field from this builder.BinaryObjectBuilderBinaryObjectBuilder. setField(String name, @Nullable BinaryObjectBuilder builder)Sets field value.BinaryObjectBuilderBinaryObjectBuilder. setField(String name, Object val)Sets field value.<T> BinaryObjectBuilderBinaryObjectBuilder. setField(String name, T val, Class<? super T> type)Sets field value with value type specification.BinaryObjectBuilderBinaryObject. toBuilder()Creates a newBinaryObjectBuilderbased on this binary object.Methods in org.apache.ignite.binary with parameters of type BinaryObjectBuilder Modifier and Type Method Description BinaryObjectBuilderBinaryObjectBuilder. setField(String name, @Nullable BinaryObjectBuilder builder)Sets field value. -
Uses of BinaryObjectBuilder in org.apache.ignite.internal.binary
Methods in org.apache.ignite.internal.binary that return BinaryObjectBuilder Modifier and Type Method Description BinaryObjectBuilderBinaryArray. toBuilder()Creates a newBinaryObjectBuilderbased on this binary object.BinaryObjectBuilderBinaryEnumObjectImpl. toBuilder()Creates a newBinaryObjectBuilderbased on this binary object.BinaryObjectBuilderBinaryObjectExImpl. toBuilder()Creates a newBinaryObjectBuilderbased on this binary object.BinaryObjectBuilderBinaryObjectOffheapImpl. toBuilder()Creates a newBinaryObjectBuilderbased on this binary object. -
Uses of BinaryObjectBuilder in org.apache.ignite.internal.binary.builder
Classes in org.apache.ignite.internal.binary.builder that implement BinaryObjectBuilder Modifier and Type Class Description classBinaryObjectBuilderImplMethods in org.apache.ignite.internal.binary.builder that return BinaryObjectBuilder Modifier and Type Method Description BinaryObjectBuilderBinaryObjectBuilderImpl. setField(String name, @Nullable BinaryObjectBuilder builder)Sets field value.BinaryObjectBuilderBinaryObjectBuilderImpl. setField(String name, Object val0)Sets field value.<T> BinaryObjectBuilderBinaryObjectBuilderImpl. setField(String name, T val, Class<? super T> type)Sets field value with value type specification.Methods in org.apache.ignite.internal.binary.builder with parameters of type BinaryObjectBuilder Modifier and Type Method Description BinaryObjectBuilderBinaryObjectBuilderImpl. setField(String name, @Nullable BinaryObjectBuilder builder)Sets field value. -
Uses of BinaryObjectBuilder in org.apache.ignite.internal.client.thin
Methods in org.apache.ignite.internal.client.thin that return BinaryObjectBuilder Modifier and Type Method Description BinaryObjectBuilderClientBinary. builder(String typeName)Creates new binary builder.BinaryObjectBuilderClientBinary. builder(BinaryObject binaryObj)Creates binary builder initialized by existing binary object. -
Uses of BinaryObjectBuilder in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache with parameters of type BinaryObjectBuilder Modifier and Type Method Description voidGridCacheContext. prepareAffinityField(BinaryObjectBuilder builder)Prepare affinity field for builder (if possible). -
Uses of BinaryObjectBuilder in org.apache.ignite.internal.processors.cache.binary
Methods in org.apache.ignite.internal.processors.cache.binary that return BinaryObjectBuilder Modifier and Type Method Description BinaryObjectBuilderCacheObjectBinaryProcessorImpl. builder(String clsName)BinaryObjectBuilderCacheObjectBinaryProcessorImpl. builder(BinaryObject binaryObj)Creates builder initialized by existing binary object.BinaryObjectBuilderIgniteBinaryImpl. builder(String typeName)Creates new binary builder.BinaryObjectBuilderIgniteBinaryImpl. builder(BinaryObject binaryObj)Creates binary builder initialized by existing binary object. -
Uses of BinaryObjectBuilder in org.apache.ignite.internal.processors.cacheobject
Methods in org.apache.ignite.internal.processors.cacheobject that return BinaryObjectBuilder Modifier and Type Method Description BinaryObjectBuilderIgniteCacheObjectProcessor. builder(String clsName)BinaryObjectBuilderIgniteCacheObjectProcessor. builder(BinaryObject binaryObj)Creates builder initialized by existing binary object.BinaryObjectBuilderNoOpBinary. builder(String typeName)Creates new binary builder.BinaryObjectBuilderNoOpBinary. builder(BinaryObject binaryObj)Creates binary builder initialized by existing binary object.
-