| 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,Library>> |
MetadataCache.libraries |
| Modifier and Type | Method and Description |
|---|---|
Library |
MetadataNode.getLibrary(JobId jobId,
String dataverseName,
String libraryName) |
Library |
MetadataManager.getLibrary(MetadataTransactionContext ctx,
String dataverseName,
String libraryName) |
| Modifier and Type | Method and Description |
|---|---|
List<Library> |
MetadataNode.getDataverseLibraries(JobId jobId,
String dataverseName) |
List<Library> |
MetadataManager.getDataverseLibraries(MetadataTransactionContext ctx,
String dataverseName) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataNode.addLibrary(JobId jobId,
Library library) |
void |
MetadataTransactionContext.addLibrary(Library library) |
void |
MetadataManager.addLibrary(MetadataTransactionContext ctx,
Library library) |
Object |
MetadataCache.addLibraryIfNotExists(Library library) |
Object |
MetadataCache.dropLibrary(Library library) |
| Modifier and Type | Method and Description |
|---|---|
Library |
IMetadataNode.getLibrary(JobId jobId,
String dataverseName,
String libraryName) |
Library |
IMetadataManager.getLibrary(MetadataTransactionContext ctx,
String dataverseName,
String libraryName) |
| Modifier and Type | Method and Description |
|---|---|
List<Library> |
IMetadataNode.getDataverseLibraries(JobId jobId,
String dataverseName)
Retireve libraries installed in a given dataverse.
|
List<Library> |
IMetadataManager.getDataverseLibraries(MetadataTransactionContext ctx,
String dataverseName)
Retireve libraries installed in a given dataverse.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IMetadataNode.addLibrary(JobId jobId,
Library library)
Adds a library, acquiring local locks on behalf of the given
transaction id.
|
void |
IMetadataManager.addLibrary(MetadataTransactionContext ctx,
Library library)
Adds a library, acquiring local locks on behalf of the given
transaction id.
|
| Modifier and Type | Method and Description |
|---|---|
Library |
LibraryTupleTranslator.getMetadataEntityFromTuple(org.apache.hyracks.dataflow.common.data.accessors.ITupleReference frameTuple) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hyracks.dataflow.common.data.accessors.ITupleReference |
LibraryTupleTranslator.getTupleFromMetadataEntity(Library library) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.