Uses of Class
org.duracloud.mill.bit.BitIntegrityCheckTaskProcessorFactory
-
Packages that use BitIntegrityCheckTaskProcessorFactory Package Description org.duracloud.mill.workman.spring -
-
Uses of BitIntegrityCheckTaskProcessorFactory in org.duracloud.mill.workman.spring
Methods in org.duracloud.mill.workman.spring that return BitIntegrityCheckTaskProcessorFactory Modifier and Type Method Description BitIntegrityCheckTaskProcessorFactoryAppConfig. bitIntegrityCheckTaskProcessorFactory(CredentialsRepo credentialRepo, StorageProviderFactory storageProviderFactory, BitLogStore bitLogStore, org.duracloud.common.queue.TaskQueue bitErrorQueue, org.duracloud.common.queue.TaskQueue auditQueue, org.duracloud.mill.manifest.ManifestStore manifestStore)Methods in org.duracloud.mill.workman.spring with parameters of type BitIntegrityCheckTaskProcessorFactory Modifier and Type Method Description RootTaskProcessorFactoryAppConfig. rootTaskProcessorFactory(CredentialsRepo repo, StorageProviderFactory storageProviderFactory, File workDir, BitIntegrityCheckTaskProcessorFactory bitCheckTaskProcessorFactory, MultiStepTaskProcessorFactory bitReportTaskProcessorFactory, MultiStepTaskProcessorFactory auditTaskProcessorFactory, StorageStatsTaskProcessorFactory storageStatsTaskProcessorFactory, TaskProducerConfigurationManager configurationManager, org.duracloud.mill.manifest.ManifestStore manifestStore)
-