| Package | Description |
|---|---|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.binary |
Contains binary APIs internal implementation.
|
| org.apache.ignite.internal.commandline.meta.tasks | |
| org.apache.ignite.internal.processors.cache.binary |
Implementation of binary processor.
|
| org.apache.ignite.internal.processors.odbc.jdbc | |
| org.apache.ignite.internal.processors.platform.utils |
| Modifier and Type | Method and Description |
|---|---|
BinaryMetadata |
UnregisteredBinaryTypeException.binaryMetadata() |
| Constructor and Description |
|---|
UnregisteredBinaryTypeException(int typeId,
BinaryMetadata binaryMetadata) |
| Modifier and Type | Method and Description |
|---|---|
static BinaryMetadata |
BinaryUtils.mergeMetadata(@Nullable BinaryMetadata oldMeta,
BinaryMetadata newMeta)
Merge old and new metas.
|
static BinaryMetadata |
BinaryUtils.mergeMetadata(@Nullable BinaryMetadata oldMeta,
BinaryMetadata newMeta,
@Nullable Set<Integer> changedSchemas)
Merge old and new metas.
|
BinaryMetadata |
BinaryTypeImpl.metadata() |
@Nullable BinaryMetadata |
BinaryContext.metadata0(int typeId) |
BinaryMetadata |
BinaryCachingMetadataHandler.metadata0(int typeId)
Gets unwrapped metadata for provided type ID.
|
BinaryMetadata |
BinaryMetadataHandler.metadata0(int typeId)
Gets unwrapped metadata for provided type ID.
|
BinaryMetadata |
BinaryNoopMetadataHandler.metadata0(int typeId)
Gets unwrapped metadata for provided type ID.
|
| Modifier and Type | Method and Description |
|---|---|
static BinaryMetadata |
BinaryUtils.mergeMetadata(@Nullable BinaryMetadata oldMeta,
BinaryMetadata newMeta)
Merge old and new metas.
|
static BinaryMetadata |
BinaryUtils.mergeMetadata(@Nullable BinaryMetadata oldMeta,
BinaryMetadata newMeta)
Merge old and new metas.
|
static BinaryMetadata |
BinaryUtils.mergeMetadata(@Nullable BinaryMetadata oldMeta,
BinaryMetadata newMeta,
@Nullable Set<Integer> changedSchemas)
Merge old and new metas.
|
static BinaryMetadata |
BinaryUtils.mergeMetadata(@Nullable BinaryMetadata oldMeta,
BinaryMetadata newMeta,
@Nullable Set<Integer> changedSchemas)
Merge old and new metas.
|
void |
BinaryContext.updateMetadata(int typeId,
BinaryMetadata meta,
boolean failIfUnregistered) |
| Constructor and Description |
|---|
BinaryTypeImpl(BinaryContext ctx,
BinaryMetadata meta)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryMetadata |
MetadataMarshalled.metadata() |
| Modifier and Type | Method and Description |
|---|---|
Collection<BinaryMetadata> |
MetadataListResult.metadata() |
| Constructor and Description |
|---|
MetadataMarshalled(byte[] metaMarshalled,
BinaryMetadata meta) |
| Constructor and Description |
|---|
MetadataListResult(Collection<BinaryMetadata> meta) |
| Modifier and Type | Method and Description |
|---|---|
BinaryMetadata |
CacheObjectBinaryProcessorImpl.binaryMetadata(int typeId) |
BinaryMetadata |
MetadataUpdateProposedMessage.metadata() |
@Nullable BinaryMetadata |
CacheObjectBinaryProcessorImpl.metadata0(int typeId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<BinaryMetadata> |
CacheObjectBinaryProcessorImpl.binaryMetadata() |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryMetadataUpdatedListener.binaryMetadataUpdated(BinaryMetadata metadata) |
void |
MetadataUpdateProposedMessage.metadata(BinaryMetadata metadata) |
void |
CacheObjectBinaryProcessorImpl.TestBinaryContext.TestBinaryContextListener.onBeforeMetadataUpdate(int typeId,
BinaryMetadata metadata) |
void |
CacheObjectBinaryProcessorImpl.TestBinaryContext.updateMetadata(int typeId,
BinaryMetadata meta,
boolean failIfUnregistered) |
| Constructor and Description |
|---|
MetadataUpdateProposedMessage(BinaryMetadata metadata,
UUID origNodeId) |
| Modifier and Type | Method and Description |
|---|---|
BinaryMetadata |
JdbcBinaryTypePutRequest.meta()
Returns metadata of binary type.
|
BinaryMetadata |
JdbcBinaryTypeGetResult.meta()
Returns metadata of binary type.
|
| Constructor and Description |
|---|
JdbcBinaryTypeGetResult(long reqId,
BinaryMetadata meta) |
JdbcBinaryTypePutRequest(BinaryMetadata meta) |
| Modifier and Type | Method and Description |
|---|---|
static BinaryMetadata |
PlatformUtils.readBinaryMetadata(BinaryRawReaderEx reader)
Reads the binary metadata.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<BinaryMetadata> |
PlatformUtils.readBinaryMetadataCollection(BinaryRawReaderEx reader)
Reads the binary metadata.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PlatformUtils.writeBinaryMetadata(BinaryRawWriter writer,
BinaryMetadata meta,
boolean includeSchemas)
Writes the binary metadata to a writer.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020