| Package | Description |
|---|---|
| org.apache.asterix.metadata | |
| org.apache.asterix.metadata.api | |
| org.apache.asterix.metadata.entitytupletranslators |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Map<String,Datatype>> |
MetadataCache.datatypes |
| Modifier and Type | Method and Description |
|---|---|
Datatype |
MetadataNode.getDatatype(JobId jobId,
String dataverseName,
String datatypeName) |
Datatype |
MetadataManager.getDatatype(MetadataTransactionContext ctx,
String dataverseName,
String datatypeName) |
Datatype |
MetadataCache.getDatatype(String dataverseName,
String datatypeName) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataTransactionContext.addDatatype(Datatype datatype) |
void |
MetadataNode.addDatatype(JobId jobId,
Datatype datatype) |
void |
MetadataManager.addDatatype(MetadataTransactionContext ctx,
Datatype datatype) |
Object |
MetadataCache.addDatatypeIfNotExists(Datatype datatype) |
Object |
MetadataCache.dropDatatype(Datatype datatype) |
| Modifier and Type | Method and Description |
|---|---|
Datatype |
IMetadataNode.getDatatype(JobId jobId,
String dataverseName,
String datatypeName)
Retrieves the datatype with given name in given dataverse, acquiring
local locks on behalf of the given transaction id.
|
Datatype |
IMetadataManager.getDatatype(MetadataTransactionContext ctx,
String dataverseName,
String datatypeName)
Retrieves the datatype with given name in given dataverse.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IMetadataNode.addDatatype(JobId jobId,
Datatype datatype)
Inserts a datatype, acquiring local locks on behalf of the given
transaction id.
|
void |
IMetadataManager.addDatatype(MetadataTransactionContext ctx,
Datatype datatype)
Inserts a datatype.
|
| Modifier and Type | Method and Description |
|---|---|
Datatype |
DatatypeTupleTranslator.getMetadataEntityFromTuple(org.apache.hyracks.dataflow.common.data.accessors.ITupleReference frameTuple) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hyracks.dataflow.common.data.accessors.ITupleReference |
DatatypeTupleTranslator.getTupleFromMetadataEntity(Datatype dataType) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.