Uses of Class
org.apache.storm.scheduler.resource.SchedulingStatus
-
Packages that use SchedulingStatus Package Description org.apache.storm.scheduler.resource -
-
Uses of SchedulingStatus in org.apache.storm.scheduler.resource
Fields in org.apache.storm.scheduler.resource with type parameters of type SchedulingStatus Modifier and Type Field Description static EnumSet<SchedulingStatus>
SchedulingStatus. failure
static EnumSet<SchedulingStatus>
SchedulingStatus. success
Methods in org.apache.storm.scheduler.resource that return SchedulingStatus Modifier and Type Method Description SchedulingStatus
SchedulingResult. getStatus()
static SchedulingStatus
SchedulingStatus. valueOf(String name)
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 SchedulingStatus Modifier and Type Method Description static SchedulingResult
SchedulingResult. failure(SchedulingStatus status, String errorMessage)
static boolean
SchedulingStatus. isStatusFailure(SchedulingStatus status)
static boolean
SchedulingStatus. isStatusSuccess(SchedulingStatus status)
-