Uses of Enum
org.apache.storm.scheduler.resource.SchedulingStatus
Packages that use SchedulingStatus
-
Uses of SchedulingStatus in org.apache.storm.scheduler.resource
Fields in org.apache.storm.scheduler.resource with type parameters of type SchedulingStatusModifier and TypeFieldDescriptionstatic EnumSet<SchedulingStatus>
SchedulingStatus.failure
static EnumSet<SchedulingStatus>
SchedulingStatus.success
Methods in org.apache.storm.scheduler.resource that return SchedulingStatusModifier and TypeMethodDescriptionSchedulingResult.getStatus()
static SchedulingStatus
Returns the enum constant of this type with the specified name.static SchedulingStatus[]
SchedulingStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.storm.scheduler.resource with parameters of type SchedulingStatusModifier and TypeMethodDescriptionstatic SchedulingResult
SchedulingResult.failure
(SchedulingStatus status, String errorMessage) static boolean
SchedulingStatus.isStatusFailure
(SchedulingStatus status) static boolean
SchedulingStatus.isStatusSuccess
(SchedulingStatus status)