Package | Description |
---|---|
org.apache.ambari.server.state | |
org.apache.ambari.server.state.cluster | |
org.apache.ambari.server.state.svccomphost |
Modifier and Type | Method and Description |
---|---|
StackId |
Cluster.getCurrentStackVersion()
Get current stack version
|
StackId |
Service.getDesiredStackVersion() |
StackId |
ServiceImpl.getDesiredStackVersion() |
StackId |
Cluster.getDesiredStackVersion()
Get desired stack version
|
StackId |
ServiceComponent.getDesiredStackVersion() |
StackId |
ServiceComponentImpl.getDesiredStackVersion() |
StackId |
ServiceComponentHost.getDesiredStackVersion() |
StackId |
ServiceComponentHost.getStackVersion() |
Modifier and Type | Method and Description |
---|---|
int |
StackId.compareTo(StackId other) |
static void |
StackId.parseStackIdHelper(StackId stackVersion,
String stackId) |
void |
Cluster.setCurrentStackVersion(StackId stackVersion)
Set current stack version
|
void |
Clusters.setCurrentStackVersion(String clusterName,
StackId stackId)
Sets the current stack version for the cluster
|
void |
Service.setDesiredStackVersion(StackId stackVersion) |
void |
ServiceImpl.setDesiredStackVersion(StackId stackVersion) |
void |
Cluster.setDesiredStackVersion(StackId stackVersion)
Set desired stack version
|
void |
ServiceComponent.setDesiredStackVersion(StackId stackVersion) |
void |
ServiceComponentImpl.setDesiredStackVersion(StackId stackVersion) |
void |
ServiceComponentHost.setDesiredStackVersion(StackId stackVersion) |
void |
ServiceComponentHost.setStackVersion(StackId stackVersion) |
Modifier and Type | Method and Description |
---|---|
StackId |
ClusterImpl.getCurrentStackVersion() |
StackId |
ClusterImpl.getDesiredStackVersion() |
Modifier and Type | Method and Description |
---|---|
void |
ClusterImpl.setCurrentStackVersion(StackId stackVersion) |
void |
ClustersImpl.setCurrentStackVersion(String clusterName,
StackId stackId) |
void |
ClusterImpl.setDesiredStackVersion(StackId stackVersion) |
Modifier and Type | Method and Description |
---|---|
StackId |
ServiceComponentHostImpl.getDesiredStackVersion() |
StackId |
ServiceComponentHostImpl.getStackVersion() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceComponentHostImpl.setDesiredStackVersion(StackId stackVersion) |
void |
ServiceComponentHostImpl.setStackVersion(StackId stackVersion) |
Copyright © 2016. All rights reserved.