package backgroundjobsregistry
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait BackgroundJobsRegistry extends AnyRef
- final class InMemoryBackgroundJobsRegistryImpl extends BackgroundJobsRegistry
This registry is a per-node one.
This registry is a per-node one. The job is executed on the node without any synchronization with other panda nodes. It should be used with jobs that need to be run on every node - no matter how many there are.
Value Members
- object BackgroundJobsRegistry