| 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.hashCode(int hashCode)
Sets hash code for resulting binary object returned by
build() method. |
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.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016