Package | Description |
---|---|
org.apache.ambari.server.api.query | |
org.apache.ambari.server.api.resources | |
org.apache.ambari.server.view |
Modifier and Type | Method and Description |
---|---|
ResourceDefinition |
QueryInfo.getResource()
Obtain the resource definition associated with the query.
|
ResourceDefinition |
QueryImpl.getResourceDefinition() |
Constructor and Description |
---|
QueryImpl(Map<Resource.Type,String> keyValueMap,
ResourceDefinition resourceDefinition,
ClusterController clusterController)
Constructor
|
QueryInfo(ResourceDefinition resource,
Set<String> properties)
Constructor
|
Modifier and Type | Method and Description |
---|---|
ResourceDefinition |
ResourceInstance.getResourceDefinition()
Return the resource definition for this resource type.
|
static ResourceDefinition |
ResourceInstanceFactoryImpl.getResourceDefinition(Resource.Type type,
Map<Resource.Type,String> mapIds)
Get a resource definition for the given type.
|
Modifier and Type | Method and Description |
---|---|
static void |
ResourceInstanceFactoryImpl.addResourceDefinition(Resource.Type type,
ResourceDefinition definition)
Associate an external resource definition with a type.
|
Modifier and Type | Class and Description |
---|---|
class |
ViewSubResourceDefinition
View sub-resource definition based on a view resource configuration.
|
Copyright © 2017. All rights reserved.