Package | Description |
---|---|
org.apache.ambari.server.orm.entities | |
org.apache.ambari.server.view | |
org.apache.ambari.server.view.configuration | |
org.apache.ambari.view |
Modifier and Type | Method and Description |
---|---|
ResourceProvider |
ViewInstanceEntity.getResourceProvider(Resource.Type type)
Get the resource provider for the given resource type.
|
ResourceProvider |
ViewInstanceEntity.getResourceProvider(String type)
Get the resource provider for the given resource type name (scoped to this view).
|
Modifier and Type | Method and Description |
---|---|
void |
ViewInstanceEntity.addResourceProvider(Resource.Type type,
ResourceProvider provider)
Add a resource provider for the given resource type.
|
Modifier and Type | Method and Description |
---|---|
ResourceProvider<?> |
ViewContextImpl.getResourceProvider(String type) |
Modifier and Type | Method and Description |
---|---|
Class<? extends ResourceProvider> |
ResourceConfig.getProviderClass(ClassLoader cl)
Get the resource provider class.
|
Modifier and Type | Method and Description |
---|---|
ResourceProvider<?> |
ViewContext.getResourceProvider(String type)
Get the view resource provider for the given resource type.
|
Copyright © 2017. All rights reserved.