| Modifier and Type | Method and Description |
|---|---|
static ClusterDescription |
ClusterDescriptionOperations.buildFromInstanceDefinition(AggregateConf aggregateConf) |
static ClusterDescription |
ClusterDescription.copy(ClusterDescription source)
Make a deep copy of the class
|
ClusterDescription |
ClusterDescription.deepClone()
A deep clone of the spec.
|
static ClusterDescription |
ClusterDescription.fromFile(File jsonFile)
Convert from a JSON file
|
static ClusterDescription |
ClusterDescription.fromJson(String json)
Convert from JSON
|
static ClusterDescription |
ClusterDescription.fromStream(InputStream is)
Convert from input stream
|
static ClusterDescription |
ClusterDescription.load(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path)
Load from the filesystem
|
| Modifier and Type | Method and Description |
|---|---|
static ClusterDescription |
ClusterDescription.copy(ClusterDescription source)
Make a deep copy of the class
|
| Modifier and Type | Method and Description |
|---|---|
ClusterDescription |
SliderClient.getClusterDescription()
Connect to the cluster and get its current state
|
ClusterDescription |
SliderClient.getClusterDescription(String clustername)
Connect to a live cluster and get its current state
|
| Modifier and Type | Method and Description |
|---|---|
ClusterDescription |
SliderClusterOperations.getClusterDescription()
Connect to a live cluster and get its current state
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
ProviderService.buildMonitorDetails(ClusterDescription clusterSpec)
Build a map of data intended for the AM webapp that is specific
about this provider.
|
Map<String,String> |
AbstractProviderService.buildMonitorDetails(ClusterDescription clusterDesc) |
void |
ProviderUtils.propagateSiteOptions(ClusterDescription clusterSpec,
Map<String,String> sitexml)
copy all options beginning site.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
AgentProviderService.buildMonitorDetails(ClusterDescription clusterDesc) |
| Modifier and Type | Method and Description |
|---|---|
ClusterDescription |
SliderAppMaster.getClusterDescription()
This is the status, the live model
|
| Modifier and Type | Method and Description |
|---|---|
ClusterDescription |
StateAccessForProviders.getClusterStatus()
Get the current cluster description
|
ClusterDescription |
ProviderAppState.getClusterStatus() |
ClusterDescription |
AppState.getClusterStatus()
Get the current view of the cluster status.
|
ClusterDescription |
StateAccessForProviders.refreshClusterStatus()
Update the cluster description with anything interesting
|
ClusterDescription |
ProviderAppState.refreshClusterStatus() |
ClusterDescription |
AppState.refreshClusterStatus()
Update the cluster description with the current application state
|
ClusterDescription |
AppState.refreshClusterStatus(Map<String,String> providerStatus)
Update the cluster description with the current application state
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AppState.setClusterStatus(ClusterDescription clusterDesc) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IndexBlock.addProviderServiceOptions(ProviderService provider,
org.apache.hadoop.yarn.webapp.hamlet.Hamlet.UL ul,
ClusterDescription clusterStatus) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.