Uses of Interface
com.github.cafapi.common.api.ConfigurationSource
Packages that use ConfigurationSource
Package
Description
-
Uses of ConfigurationSource in com.github.cafapi.common.api
Subinterfaces of ConfigurationSource in com.github.cafapi.common.apiMethods in com.github.cafapi.common.api with parameters of type ConfigurationSourceModifier and TypeMethodDescriptionElectionFactoryProvider.getElectionManager
(ConfigurationSource configurationSource) Acquire a new ElectionFactory instance. -
Uses of ConfigurationSource in com.github.cafapi.common.config.source
Classes in com.github.cafapi.common.config.source that implement ConfigurationSourceModifier and TypeClassDescriptionclass
Partial implementation of a ManagedConfigurationSource that performs hierarchical lookups based upon the service's ServicePath, and recursive lookup for configuration objects that themselves have configuration in marked with the @Configuration annotation. -
Uses of ConfigurationSource in com.github.cafapi.common.config.sources.file
Classes in com.github.cafapi.common.config.sources.file that implement ConfigurationSourceModifier and TypeClassDescriptionclass
This is a ConfigurationProvider that reads from a local disk file. -
Uses of ConfigurationSource in com.github.cafapi.common.elections.Null
Methods in com.github.cafapi.common.elections.Null with parameters of type ConfigurationSourceModifier and TypeMethodDescriptionNullElectionFactoryProvider.getElectionManager
(ConfigurationSource configurationSource) -
Uses of ConfigurationSource in com.github.workerframework.api
Methods in com.github.workerframework.api with parameters of type ConfigurationSourceModifier and TypeMethodDescriptionDataStoreProvider.getDataStore
(ConfigurationSource configurationSource) WorkerFactoryProvider.getWorkerFactory
(ConfigurationSource configSource, DataStore dataStore, Codec codec) Generate a new worker given task data.WorkerQueueProvider.getWorkerQueue
(ConfigurationSource configurationSource, int maxTasks) Create a new WorkerQueue instance. -
Uses of ConfigurationSource in com.github.workerframework.caf
Constructors in com.github.workerframework.caf with parameters of type ConfigurationSourceModifierConstructorDescriptionAbstractWorkerFactory
(ConfigurationSource configSource, DataStore dataStore, Codec codec, Class<C> configurationClass, Class<T> taskClass) Instantiates a new DefaultWorkerFactory. -
Uses of ConfigurationSource in com.github.workerframework.datastores.fs
Methods in com.github.workerframework.datastores.fs with parameters of type ConfigurationSourceModifier and TypeMethodDescriptionfinal ManagedDataStore
FileSystemDataStoreProvider.getDataStore
(ConfigurationSource configurationSource) -
Uses of ConfigurationSource in com.github.workerframework.datastores.http
Methods in com.github.workerframework.datastores.http with parameters of type ConfigurationSourceModifier and TypeMethodDescriptionfinal ManagedDataStore
HttpDataStoreProvider.getDataStore
(ConfigurationSource configurationSource) -
Uses of ConfigurationSource in com.github.workerframework.datastores.mem
Methods in com.github.workerframework.datastores.mem with parameters of type ConfigurationSourceModifier and TypeMethodDescriptionfinal ManagedDataStore
InMemoryDataStoreProvider.getDataStore
(ConfigurationSource configurationSource) Return a InMemoryDataStore. -
Uses of ConfigurationSource in com.github.workerframework.datastores.s3
Methods in com.github.workerframework.datastores.s3 with parameters of type ConfigurationSourceModifier and TypeMethodDescriptionfinal ManagedDataStore
S3DataStoreProvider.getDataStore
(ConfigurationSource configurationSource) -
Uses of ConfigurationSource in com.github.workerframework.queues.rabbit
Methods in com.github.workerframework.queues.rabbit with parameters of type ConfigurationSourceModifier and TypeMethodDescriptionRabbitWorkerQueueProvider.getWorkerQueue
(ConfigurationSource configurationSource, int maxTasks) -
Uses of ConfigurationSource in com.github.workerframework.testworker
Methods in com.github.workerframework.testworker with parameters of type ConfigurationSourceModifier and TypeMethodDescriptionTestWorkerFactoryProvider.getWorkerFactory
(ConfigurationSource configSource, DataStore dataStore, Codec codec)