Uses of Enum
org.apache.storm.scheduler.resource.SchedulingStatus
-
Uses of SchedulingStatus in org.apache.storm.scheduler.resource
Modifier and TypeFieldDescriptionstatic EnumSet<SchedulingStatus>
SchedulingStatus.failure
static EnumSet<SchedulingStatus>
SchedulingStatus.success
Modifier 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.Modifier and TypeMethodDescriptionstatic SchedulingResult
SchedulingResult.failure
(SchedulingStatus status, String errorMessage) static boolean
SchedulingStatus.isStatusFailure
(SchedulingStatus status) static boolean
SchedulingStatus.isStatusSuccess
(SchedulingStatus status)