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 |
---|---|
BinaryObject |
IgniteBinary.buildEnum(String typeName,
int ord)
Create enum object using value.
|
BinaryObject |
IgniteBinary.buildEnum(String typeName,
String name)
Create enum object using name.
|
Modifier and Type | Method and Description |
---|---|
BinaryObjectBuilder |
IgniteBinary.builder(BinaryObject binaryObj)
Creates binary builder initialized by existing binary object.
|
Modifier and Type | Method and Description |
---|---|
BinaryObject |
BinaryObjectBuilder.build()
Builds binary object.
|
BinaryObject |
BinaryObject.clone()
Copies this binary object.
|
Modifier and Type | Method and Description |
---|---|
Collection<BinaryObject> |
BinaryType.enumValues() |
Modifier and Type | Method and Description |
---|---|
boolean |
BinaryField.exists(BinaryObject obj)
Check whether field exists in the object.
|
<T> T |
BinaryField.value(BinaryObject obj)
Get field's value from the given object.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019