Uses of Enum
org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardUtils.ScheduleExecutionInstanceTypes
Packages that use WhiteboardUtils.ScheduleExecutionInstanceTypes
-
Uses of WhiteboardUtils.ScheduleExecutionInstanceTypes in org.apache.jackrabbit.oak.spi.whiteboard
Methods in org.apache.jackrabbit.oak.spi.whiteboard that return WhiteboardUtils.ScheduleExecutionInstanceTypesModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.WhiteboardUtils.ScheduleExecutionInstanceTypes.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jackrabbit.oak.spi.whiteboard with parameters of type WhiteboardUtils.ScheduleExecutionInstanceTypesModifier and TypeMethodDescriptionstatic Registration
WhiteboardUtils.scheduleWithFixedDelay
(Whiteboard whiteboard, Runnable runnable, Map<String, Object> extraProps, long delayInSeconds, WhiteboardUtils.ScheduleExecutionInstanceTypes scheduleExecutionInstanceTypes, boolean useDedicatedPool)