| 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.portable.builder |
Contains classes specific to portable builder API.
|
| org.apache.ignite.internal.processors.cache.portable |
Implementation of portable processor.
|
| org.apache.ignite.internal.processors.cacheobject |
Cache object processor.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryObjectBuilder |
IgniteBinary.builder(BinaryObject portableObj)
Creates portable builder initialized by existing portable object.
|
BinaryObjectBuilder |
IgniteBinary.builder(String typeName)
Creates new portable 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.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryObjectBuilder |
BinaryObjectBuilder.setField(String name,
BinaryObjectBuilder builder)
Sets field value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryObjectBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
BinaryObjectBuilder |
BinaryObjectBuilderImpl.setField(String name,
BinaryObjectBuilder builder)
Sets field value.
|
BinaryObjectBuilder |
BinaryObjectBuilderImpl.setField(String name,
Object val0)
Sets field value.
|
<T> BinaryObjectBuilder |
BinaryObjectBuilderImpl.setField(String name,
T val,
Class<? super T> type)
Sets field value with value type specification.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryObjectBuilder |
BinaryObjectBuilderImpl.setField(String name,
BinaryObjectBuilder builder)
Sets field value.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryObjectBuilder |
CacheObjectBinaryProcessor.builder(BinaryObject portableObj)
Creates builder initialized by existing portable object.
|
BinaryObjectBuilder |
CacheObjectBinaryProcessorImpl.builder(BinaryObject portableObj)
Creates builder initialized by existing portable object.
|
BinaryObjectBuilder |
IgniteBinaryImpl.builder(BinaryObject portableObj)
Creates portable builder initialized by existing portable object.
|
BinaryObjectBuilder |
CacheObjectBinaryProcessor.builder(String clsName) |
BinaryObjectBuilder |
CacheObjectBinaryProcessorImpl.builder(String clsName) |
BinaryObjectBuilder |
IgniteBinaryImpl.builder(String typeName)
Creates new portable builder.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryObjectBuilder |
NoOpBinary.builder(BinaryObject portableObj)
Creates portable builder initialized by existing portable object.
|
BinaryObjectBuilder |
NoOpBinary.builder(String typeName)
Creates new portable builder.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.0-b1 Release Date : December 1 2015