Uses of Class
org.apache.sling.event.impl.jobs.config.InternalQueueConfiguration
-
Packages that use InternalQueueConfiguration Package Description org.apache.sling.event.impl.jobs.config org.apache.sling.event.impl.jobs.queues -
-
Uses of InternalQueueConfiguration in org.apache.sling.event.impl.jobs.config
Fields in org.apache.sling.event.impl.jobs.config declared as InternalQueueConfiguration Modifier and Type Field Description InternalQueueConfigurationQueueConfigurationManager.QueueInfo. queueConfigurationMethods in org.apache.sling.event.impl.jobs.config that return InternalQueueConfiguration Modifier and Type Method Description static InternalQueueConfigurationInternalQueueConfiguration. fromConfiguration(Map<String,Object> props, InternalQueueConfiguration.Config config)Create a new configuration from a configInternalQueueConfiguration[]QueueConfigurationManager. getConfigurations()Return all configurations.InternalQueueConfigurationMainQueueConfiguration. getMainConfiguration()Return the main queue configuration object.InternalQueueConfigurationQueueConfigurationManager. getMainQueueConfiguration()Get the configuration for the main queue.Methods in org.apache.sling.event.impl.jobs.config with parameters of type InternalQueueConfiguration Modifier and Type Method Description protected voidQueueConfigurationManager. bindConfig(InternalQueueConfiguration config)Add a new queue configuration.intInternalQueueConfiguration. compareTo(InternalQueueConfiguration other)protected voidQueueConfigurationManager. unbindConfig(InternalQueueConfiguration config)Remove a queue configuration.protected voidQueueConfigurationManager. updateConfig(InternalQueueConfiguration config)Update a queue configuration. -
Uses of InternalQueueConfiguration in org.apache.sling.event.impl.jobs.queues
Methods in org.apache.sling.event.impl.jobs.queues that return InternalQueueConfiguration Modifier and Type Method Description InternalQueueConfigurationJobQueueImpl. getConfiguration()Return the queue configurationMethods in org.apache.sling.event.impl.jobs.queues with parameters of type InternalQueueConfiguration Modifier and Type Method Description static JobQueueImplJobQueueImpl. createQueue(String name, InternalQueueConfiguration config, QueueServices services, Set<String> topics, Set<String> haltedTopicsBackRef, org.apache.sling.event.impl.jobs.queues.OutdatedJobQueueInfo outdatedQueueInfo)Create a new queue.Constructors in org.apache.sling.event.impl.jobs.queues with parameters of type InternalQueueConfiguration Constructor Description JobQueueImpl(String name, InternalQueueConfiguration config, QueueServices services, QueueJobCache cache, org.apache.sling.event.impl.jobs.queues.OutdatedJobQueueInfo outdatedQueue)Create a new queue.
-