| 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.binary |
Contains binary APIs internal implementation.
|
| org.apache.ignite.internal.processors.cache.binary |
Implementation of binary processor.
|
| org.apache.ignite.internal.processors.cacheobject |
Cache object processor.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryType |
IgniteBinary.type(Class<?> cls)
Gets metadata for provided class.
|
BinaryType |
IgniteBinary.type(int typeId)
Gets metadata for provided type ID.
|
BinaryType |
IgniteBinary.type(String typeName)
Gets metadata for provided class name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<BinaryType> |
IgniteBinary.types()
Gets metadata for all known types.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryType |
BinaryObject.type()
Gets type information for this binary object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryTypeImpl
Binary type implementation.
|
class |
BinaryTypeProxy
Binary type proxy.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryType |
BinaryNoopMetadataHandler.metadata(int typeId)
Gets meta data for provided type ID.
|
BinaryType |
BinaryMetadataHandler.metadata(int typeId)
Gets meta data for provided type ID.
|
BinaryType |
BinaryContext.metadata(int typeId) |
BinaryType |
BinaryCachingMetadataHandler.metadata(int typeId)
Gets meta data for provided type ID.
|
BinaryType |
BinaryObjectOffheapImpl.rawType()
Get raw type.
|
BinaryType |
BinaryObjectImpl.rawType()
Get raw type.
|
BinaryType |
BinaryObjectEx.rawType()
Get raw type.
|
BinaryType |
BinaryEnumObjectImpl.rawType()
Get raw type.
|
BinaryType |
BinaryObjectOffheapImpl.type()
Gets type information for this binary object.
|
BinaryType |
BinaryObjectImpl.type()
Gets type information for this binary object.
|
BinaryType |
BinaryEnumObjectImpl.type()
Gets type information for this binary object.
|
static BinaryType |
BinaryUtils.type(BinaryContext ctx,
BinaryObjectEx obj)
Create binary type which is used by users.
|
static BinaryType |
BinaryUtils.typeProxy(BinaryContext ctx,
BinaryObjectEx obj)
Create binary type proxy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryNoopMetadataHandler.addMeta(int typeId,
BinaryType meta)
Adds meta data.
|
void |
BinaryMetadataHandler.addMeta(int typeId,
BinaryType meta)
Adds meta data.
|
void |
BinaryCachingMetadataHandler.addMeta(int typeId,
BinaryType type)
Adds meta data.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryType |
CacheObjectBinaryProcessor.metadata(int typeId) |
BinaryType |
CacheObjectBinaryProcessorImpl.metadata(int typeId) |
BinaryType |
IgniteBinaryImpl.type(Class<?> cls)
Gets metadata for provided class.
|
BinaryType |
IgniteBinaryImpl.type(int typeId)
Gets metadata for provided type ID.
|
BinaryType |
IgniteBinaryImpl.type(String typeName)
Gets metadata for provided class name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<BinaryType> |
CacheObjectBinaryProcessor.metadata() |
Collection<BinaryType> |
CacheObjectBinaryProcessorImpl.metadata() |
Map<Integer,BinaryType> |
CacheObjectBinaryProcessor.metadata(Collection<Integer> typeIds) |
Map<Integer,BinaryType> |
CacheObjectBinaryProcessorImpl.metadata(Collection<Integer> typeIds) |
Collection<BinaryType> |
IgniteBinaryImpl.types()
Gets metadata for all known types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheObjectBinaryProcessor.addMeta(int typeId,
BinaryType newMeta) |
void |
CacheObjectBinaryProcessorImpl.addMeta(int typeId,
BinaryType newMeta) |
| Modifier and Type | Method and Description |
|---|---|
BinaryType |
NoOpBinary.type(Class<?> cls)
Gets metadata for provided class.
|
BinaryType |
NoOpBinary.type(int typeId)
Gets metadata for provided type ID.
|
BinaryType |
NoOpBinary.type(String typeName)
Gets metadata for provided class name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<BinaryType> |
NoOpBinary.types()
Gets metadata for all known types.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.7.0 Release Date : August 1 2016