Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.binary |
Contains Ignite Binary Objects API classes.
|
Modifier and Type | Method and Description |
---|---|
BinaryObjectBuilder |
IgniteBinary.builder(BinaryObject binaryObj)
Creates binary builder initialized by existing binary object.
|
BinaryObjectBuilder |
IgniteBinary.builder(String typeName)
Creates new binary builder.
|
Modifier and Type | Method and Description |
---|---|
BinaryObjectBuilder |
BinaryObjectBuilder.removeField(String fieldName)
Removes field from this builder.
|
BinaryObjectBuilder |
BinaryObjectBuilder.setField(String name,
BinaryObjectBuilder builder)
Sets field value.
|
BinaryObjectBuilder |
BinaryObjectBuilder.setField(String name,
Object val)
Sets field value.
|
<T> BinaryObjectBuilder |
BinaryObjectBuilder.setField(String name,
T val,
Class<? super T> type)
Sets field value with value type specification.
|
BinaryObjectBuilder |
BinaryObject.toBuilder()
Creates a new
BinaryObjectBuilder based on this binary object. |
Modifier and Type | Method and Description |
---|---|
BinaryObjectBuilder |
BinaryObjectBuilder.setField(String name,
BinaryObjectBuilder builder)
Sets field value.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024