Package | Description |
---|---|
org.apache.ambari.server.orm.entities | |
org.apache.ambari.server.view | |
org.apache.ambari.server.view.configuration |
Modifier and Type | Method and Description |
---|---|
Map<Resource.Type,ResourceConfig> |
ViewEntity.getResourceConfigurations()
Get the mapping of resource type to resource configurations.
|
Modifier and Type | Method and Description |
---|---|
void |
ViewEntity.addResourceConfiguration(Resource.Type type,
ResourceConfig config)
Add a resource configuration for the given type.
|
Modifier and Type | Method and Description |
---|---|
ResourceConfig |
ViewSubResourceDefinition.getResourceConfiguration()
Get the associated resource configuration.
|
Constructor and Description |
---|
ViewSubResourceDefinition(ViewEntity viewDefinition,
ResourceConfig resourceConfiguration)
Construct a sub-resource definition.
|
Modifier and Type | Method and Description |
---|---|
List<ResourceConfig> |
ViewConfig.getResources()
Get the list of view resources.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.