Uses of Enum
org.apache.sling.event.impl.jobs.InternalJobState
Packages that use InternalJobState
Package
Description
- 
Uses of InternalJobState in org.apache.sling.event.impl.jobsMethods in org.apache.sling.event.impl.jobs that return InternalJobStateModifier and TypeMethodDescriptionstatic InternalJobStateReturns the enum constant of this type with the specified name.static InternalJobState[]InternalJobState.values()Returns an array containing the constants of this enum type, in the order they are declared.
- 
Uses of InternalJobState in org.apache.sling.event.impl.jobs.queuesMethods in org.apache.sling.event.impl.jobs.queues that return InternalJobStateConstructors in org.apache.sling.event.impl.jobs.queues with parameters of type InternalJobStateModifierConstructorDescriptionJobExecutionResultImpl(InternalJobState state, String message, Long retryDelayInMs) Create a new result
- 
Uses of InternalJobState in org.apache.sling.event.impl.jobs.statsMethods in org.apache.sling.event.impl.jobs.stats with parameters of type InternalJobStateModifier and TypeMethodDescriptionvoidStatisticsManager.jobEnded(String queueName, String topic, InternalJobState state, long processingTime)