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.jobs
Methods in org.apache.sling.event.impl.jobs that return InternalJobStateModifier and TypeMethodDescriptionstatic InternalJobState
Returns 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.queues
Methods 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.stats
Methods in org.apache.sling.event.impl.jobs.stats with parameters of type InternalJobStateModifier and TypeMethodDescriptionvoid
StatisticsManager.jobEnded
(String queueName, String topic, InternalJobState state, long processingTime)