| Package | Description |
|---|---|
| org.apache.ambari.server.api.services | |
| org.apache.ambari.server.controller.internal | |
| org.apache.ambari.server.state |
| Modifier and Type | Method and Description |
|---|---|
DependencyInfo |
AmbariMetaInfo.getComponentDependency(String stackName,
String version,
String service,
String component,
String dependencyName)
Obtain a specific dependency by name.
|
| Modifier and Type | Method and Description |
|---|---|
List<DependencyInfo> |
AmbariMetaInfo.getComponentDependencies(String stackName,
String version,
String service,
String component)
Get all dependencies for a component.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<DependencyInfo> |
Extension.getDependenciesForComponent(String component)
Return the dependencies specified for the given component.
|
Collection<DependencyInfo> |
Stack.getDependenciesForComponent(String component)
Return the dependencies specified for the given component.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Extension.getConditionalServiceForDependency(DependencyInfo dependency)
Get the service, if any, that a component dependency is conditional on.
|
String |
Stack.getConditionalServiceForDependency(DependencyInfo dependency)
Get the service, if any, that a component dependency is conditional on.
|
| Modifier and Type | Method and Description |
|---|---|
List<DependencyInfo> |
ComponentInfo.getDependencies() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentInfo.setDependencies(List<DependencyInfo> dependencies) |
Copyright © 2022 Apache Software Foundation. All rights reserved.