Uses of Enum
org.apache.sling.event.impl.jobs.InternalJobState
Package
Description
-
Uses of InternalJobState in org.apache.sling.event.impl.jobs
Modifier 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
ModifierConstructorDescriptionJobExecutionResultImpl
(InternalJobState state, String message, Long retryDelayInMs) Create a new result -
Uses of InternalJobState in org.apache.sling.event.impl.jobs.stats
Modifier and TypeMethodDescriptionvoid
StatisticsManager.jobEnded
(String queueName, String topic, InternalJobState state, long processingTime)