Uses of Class
org.apache.ignite.internal.binary.builder.BinaryObjectBuilderImpl
-
Packages that use BinaryObjectBuilderImpl Package Description org.apache.ignite.internal.binary.builder Contains classes specific to binary builder API. -
-
Uses of BinaryObjectBuilderImpl in org.apache.ignite.internal.binary.builder
Methods in org.apache.ignite.internal.binary.builder that return BinaryObjectBuilderImpl Modifier and Type Method Description BinaryObjectBuilderImplBinaryObjectBuilderImpl. removeField(String name)Removes field from binary object.static BinaryObjectBuilderImplBinaryObjectBuilderImpl. wrap(BinaryObject obj)Creates builder initialized by specified binary object.Methods in org.apache.ignite.internal.binary.builder with parameters of type BinaryObjectBuilderImpl Modifier and Type Method Description voidBinaryBuilderReader. registerObject(BinaryObjectBuilderImpl obj)
-