Modifier and Type | Method and Description |
---|---|
MaintenanceState |
AmbariManagementController.getEffectiveMaintenanceState(ServiceComponentHost sch)
Gets the effective maintenance state for a host component
|
MaintenanceState |
AmbariManagementControllerImpl.getEffectiveMaintenanceState(ServiceComponentHost sch) |
MaintenanceState |
MaintenanceStateHelper.getEffectiveState(ServiceComponentHost sch)
Gets the effective state for a HostComponent
|
MaintenanceState |
MaintenanceStateHelper.getEffectiveState(ServiceComponentHost sch,
Host host)
Get effective state of HostComponent
|
MaintenanceState |
HostResponse.getMaintenanceState() |
Modifier and Type | Method and Description |
---|---|
void |
HostResponse.setMaintenanceState(MaintenanceState state) |
Modifier and Type | Method and Description |
---|---|
MaintenanceState |
ServiceDesiredStateEntity.getMaintenanceState() |
MaintenanceState |
HostComponentDesiredStateEntity.getMaintenanceState() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceDesiredStateEntity.setMaintenanceState(MaintenanceState state) |
void |
HostComponentDesiredStateEntity.setMaintenanceState(MaintenanceState state) |
Modifier and Type | Method and Description |
---|---|
MaintenanceState |
ServiceComponentHost.getMaintenanceState() |
MaintenanceState |
ServiceImpl.getMaintenanceState() |
MaintenanceState |
Service.getMaintenanceState() |
MaintenanceState |
Host.getMaintenanceState(long clusterId) |
static MaintenanceState |
MaintenanceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaintenanceState[] |
MaintenanceState.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.setMaintenanceState(long clusterId,
MaintenanceState state)
Sets the maintenance state for the host.
|
void |
ServiceComponentHost.setMaintenanceState(MaintenanceState state) |
void |
ServiceImpl.setMaintenanceState(MaintenanceState state) |
void |
Service.setMaintenanceState(MaintenanceState state)
Sets the maintenance state for the service
|
Modifier and Type | Method and Description |
---|---|
MaintenanceState |
HostImpl.getMaintenanceState(long clusterId) |
Modifier and Type | Method and Description |
---|---|
void |
HostImpl.setMaintenanceState(long clusterId,
MaintenanceState state) |
Modifier and Type | Method and Description |
---|---|
MaintenanceState |
ServiceComponentHostImpl.getMaintenanceState() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceComponentHostImpl.setMaintenanceState(MaintenanceState state) |
Copyright © 2015. All rights reserved.