| Package | Description |
|---|---|
| org.apache.ambari.server.orm.entities | |
| org.apache.ambari.server.view |
| Modifier and Type | Method and Description |
|---|---|
ViewConfig |
ViewEntity.getConfiguration()
Get the associated view configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewEntity.setConfiguration(ViewConfig configuration)
Set the view configuration.
|
| Constructor and Description |
|---|
ViewEntity(ViewConfig configuration,
Configuration ambariConfiguration,
String archivePath)
Construct a view entity from the given configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ViewConfig |
ViewArchiveUtility.getViewConfigFromArchive(File archiveFile)
Get the view configuration from the given archive file.
|
ViewConfig |
ViewArchiveUtility.getViewConfigFromExtractedArchive(String archivePath,
boolean validate)
Get the view configuration from the extracted archive file.
|
| Modifier and Type | Method and Description |
|---|---|
protected ViewInstanceEntity |
ViewRegistry.createViewInstanceDefinition(ViewConfig viewConfig,
ViewEntity viewDefinition,
InstanceConfig instanceConfig) |
void |
ViewRegistry.setViewInstanceProperties(ViewInstanceEntity instanceEntity,
Map<String,String> properties,
ViewConfig viewConfig,
ClassLoader classLoader)
Set the properties of the given view instance from the given property set.
|
| Constructor and Description |
|---|
ViewClassLoader(ViewConfig viewConfig,
ClassLoader parent,
URL[] urls)
Constructs a new ViewClassLoader for the given URLs.
|
ViewClassLoader(ViewConfig viewConfig,
URL[] urls)
Constructs a new ViewClassLoader for the given URLs using a default parent class loader.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.