public class BinaryNoopMetadataHandler extends Object implements BinaryMetadataHandler
| Modifier and Type | Method and Description |
|---|---|
void |
addMeta(int typeId,
BinaryType meta)
Adds meta data.
|
static BinaryNoopMetadataHandler |
instance() |
Collection<BinaryType> |
metadata()
Gets all metadata known to the node.
|
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.
|
public static BinaryNoopMetadataHandler instance()
public void addMeta(int typeId,
BinaryType meta)
throws BinaryObjectException
addMeta in interface BinaryMetadataHandlertypeId - Type ID.meta - Metadata.BinaryObjectException - In case of error.public BinaryType metadata(int typeId) throws BinaryObjectException
metadata in interface BinaryMetadataHandlertypeId - Type ID.BinaryObjectException - In case of error.public BinaryMetadata metadata0(int typeId) throws BinaryObjectException
metadata0 in interface BinaryMetadataHandlertypeId - Type ID.BinaryObjectException - In case of error.public BinaryType metadata(int typeId, int schemaId) throws BinaryObjectException
metadata in interface BinaryMetadataHandlertypeId - Type ID.schemaId - Schema ID.BinaryObjectException - In case of error.public Collection<BinaryType> metadata() throws BinaryObjectException
metadata in interface BinaryMetadataHandlerBinaryObjectException - If failed.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018