Package | Description |
---|---|
org.apache.ambari.server.orm.entities | |
org.apache.ambari.server.state | |
org.apache.ambari.server.state.host | |
org.apache.ambari.server.state.svccomphost |
Modifier and Type | Method and Description |
---|---|
HostState |
HostStateEntity.getCurrentState() |
Modifier and Type | Method and Description |
---|---|
void |
HostStateEntity.setCurrentState(HostState currentState) |
Modifier and Type | Method and Description |
---|---|
HostState |
ServiceComponentHost.getHostState() |
HostState |
Host.getState()
Get Current Host State
|
static HostState |
HostState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostState[] |
HostState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Host.setState(HostState state)
Set the State of the Host
|
Modifier and Type | Method and Description |
---|---|
HostState |
HostImpl.getState() |
Modifier and Type | Method and Description |
---|---|
void |
HostImpl.setState(HostState state) |
Modifier and Type | Method and Description |
---|---|
HostState |
ServiceComponentHostImpl.getHostState() |
Copyright © 2016. All rights reserved.