Uses of Class
com.codahale.metrics.health.annotation.Async.ScheduleType
-
Packages that use Async.ScheduleType Package Description com.codahale.metrics.health.annotation -
-
Uses of Async.ScheduleType in com.codahale.metrics.health.annotation
Methods in com.codahale.metrics.health.annotation that return Async.ScheduleType Modifier and Type Method Description Async.ScheduleTypescheduleType()Scheduling type of asynchronous executions.static Async.ScheduleTypeAsync.ScheduleType. valueOf(String name)Returns the enum constant of this type with the specified name.static Async.ScheduleType[]Async.ScheduleType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-