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.
- 
- 
Uses of BinaryObjectBuilder in org.apache.igniteMethods 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.binaryMethods 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.
 
-