Uses of Enum Class
org.apache.hadoop.yarn.api.records.timeline.TimelineHealth.TimelineHealthStatus
Packages that use TimelineHealth.TimelineHealthStatus
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of TimelineHealth.TimelineHealthStatus in org.apache.hadoop.yarn.api.records.timeline
Methods in org.apache.hadoop.yarn.api.records.timeline that return TimelineHealth.TimelineHealthStatusModifier and TypeMethodDescriptionTimelineHealth.getHealthStatus()Returns the enum constant of this class with the specified name.static TimelineHealth.TimelineHealthStatus[]TimelineHealth.TimelineHealthStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.api.records.timeline with parameters of type TimelineHealth.TimelineHealthStatusModifier and TypeMethodDescriptionvoidTimelineHealth.setHealthStatus(TimelineHealth.TimelineHealthStatus healthStatus) Constructors in org.apache.hadoop.yarn.api.records.timeline with parameters of type TimelineHealth.TimelineHealthStatusModifierConstructorDescriptionTimelineHealth(TimelineHealth.TimelineHealthStatus healthy, String diagnosticsInfo)