| 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,NodeGroup> |
MetadataCache.nodeGroups |
| Modifier and Type | Method and Description |
|---|---|
NodeGroup |
MetadataNode.getNodeGroup(JobId jobId,
String nodeGroupName) |
NodeGroup |
MetadataManager.getNodegroup(MetadataTransactionContext ctx,
String nodeGroupName) |
NodeGroup |
MetadataCache.getNodeGroup(String nodeGroupName) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataNode.addNodeGroup(JobId jobId,
NodeGroup nodeGroup) |
void |
MetadataManager.addNodegroup(MetadataTransactionContext ctx,
NodeGroup nodeGroup) |
Object |
MetadataCache.addNodeGroupIfNotExists(NodeGroup nodeGroup) |
void |
MetadataTransactionContext.addNogeGroup(NodeGroup nodeGroup) |
Object |
MetadataCache.dropNodeGroup(NodeGroup nodeGroup) |
| Modifier and Type | Method and Description |
|---|---|
NodeGroup |
IMetadataNode.getNodeGroup(JobId jobId,
String nodeGroupName)
Retrieves a node group, acquiring local locks on behalf of the given
transaction id.
|
NodeGroup |
IMetadataManager.getNodegroup(MetadataTransactionContext ctx,
String nodeGroupName)
Retrieves a node group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IMetadataNode.addNodeGroup(JobId jobId,
NodeGroup nodeGroup)
Inserts a node group, acquiring local locks on behalf of the given
transaction id.
|
void |
IMetadataManager.addNodegroup(MetadataTransactionContext ctx,
NodeGroup nodeGroup)
Inserts a node group.
|
| Modifier and Type | Method and Description |
|---|---|
NodeGroup |
NodeGroupTupleTranslator.getMetadataEntityFromTuple(org.apache.hyracks.dataflow.common.data.accessors.ITupleReference frameTuple) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hyracks.dataflow.common.data.accessors.ITupleReference |
NodeGroupTupleTranslator.getTupleFromMetadataEntity(NodeGroup instance) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.