Package org.duracloud.mill.bit
Class BitIntegrityReportTaskProcessorFactory
- java.lang.Object
-
- org.duracloud.mill.workman.TaskProcessorFactoryBase
-
- org.duracloud.mill.bit.BitIntegrityReportTaskProcessorFactory
-
- All Implemented Interfaces:
TaskProcessorFactory
public class BitIntegrityReportTaskProcessorFactory extends TaskProcessorFactoryBase
- Author:
- Daniel Bernstein Date: 5/7/2014
-
-
Constructor Summary
Constructors Constructor Description BitIntegrityReportTaskProcessorFactory(CredentialsRepo repo, BitLogStore bitLogStore, StorageProviderFactory storageProviderFactory, TaskProducerConfigurationManager workmanConfigurationManager, NotificationManager notificationManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TaskProcessorcreateImpl(org.duracloud.common.queue.task.Task task)booleanisSupported(org.duracloud.common.queue.task.Task task)-
Methods inherited from class org.duracloud.mill.workman.TaskProcessorFactoryBase
create, getCredentialRepo, getWorkDir
-
-
-
-
Constructor Detail
-
BitIntegrityReportTaskProcessorFactory
public BitIntegrityReportTaskProcessorFactory(CredentialsRepo repo, BitLogStore bitLogStore, StorageProviderFactory storageProviderFactory, TaskProducerConfigurationManager workmanConfigurationManager, NotificationManager notificationManager)
-
-
Method Detail
-
isSupported
public boolean isSupported(org.duracloud.common.queue.task.Task task)
- Specified by:
isSupportedin interfaceTaskProcessorFactory- Specified by:
isSupportedin classTaskProcessorFactoryBase
-
createImpl
protected TaskProcessor createImpl(org.duracloud.common.queue.task.Task task) throws TaskProcessorCreationFailedException
- Specified by:
createImplin classTaskProcessorFactoryBase- Throws:
TaskProcessorCreationFailedException
-
-