Package | Description |
---|---|
org.apache.ambari.server.controller | |
org.apache.ambari.server.orm.entities | |
org.apache.ambari.server.state | |
org.apache.ambari.server.state.svccomphost |
Constructor and Description |
---|
ServiceComponentHostResponse(String clusterName,
String serviceName,
String componentName,
String hostname,
String liveState,
String stackVersion,
String desiredState,
String desiredStackVersion,
HostComponentAdminState adminState) |
Modifier and Type | Method and Description |
---|---|
HostComponentAdminState |
HostComponentDesiredStateEntity.getAdminState() |
Modifier and Type | Method and Description |
---|---|
void |
HostComponentDesiredStateEntity.setAdminState(HostComponentAdminState attribute) |
Modifier and Type | Method and Description |
---|---|
HostComponentAdminState |
ServiceComponentHost.getComponentAdminState() |
static HostComponentAdminState |
HostComponentAdminState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostComponentAdminState[] |
HostComponentAdminState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceComponentHost.setComponentAdminState(HostComponentAdminState attribute) |
Modifier and Type | Method and Description |
---|---|
HostComponentAdminState |
ServiceComponentHostImpl.getComponentAdminState() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceComponentHostImpl.setComponentAdminState(HostComponentAdminState attribute) |
Copyright © 2016. All rights reserved.