public interface BinaryMetadataHandler
| Modifier and Type | Method and Description |
|---|---|
void |
addMeta(int typeId,
BinaryType meta)
Adds meta data.
|
BinaryType |
metadata(int typeId)
Gets meta data for provided type ID.
|
BinaryType |
metadata(int typeId,
int schemaId)
Gets metadata for provided type ID and schema ID.
|
BinaryMetadata |
metadata0(int typeId)
Gets unwrapped meta data for provided type ID.
|
void addMeta(int typeId,
BinaryType meta)
throws BinaryObjectException
typeId - Type ID.meta - Metadata.BinaryObjectException - In case of error.BinaryType metadata(int typeId) throws BinaryObjectException
typeId - Type ID.BinaryObjectException - In case of error.BinaryMetadata metadata0(int typeId) throws BinaryObjectException
typeId - Type ID.BinaryObjectException - In case of error.BinaryType metadata(int typeId, int schemaId) throws BinaryObjectException
typeId - Type ID.schemaId - Schema ID.BinaryObjectException - In case of error.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.2.0 Release Date : September 15 2017