Package org.duracloud.mill.bit
Class BitIntegrityReportTaskProcessorFactory
java.lang.Object
org.duracloud.mill.workman.TaskProcessorFactoryBase
org.duracloud.mill.bit.BitIntegrityReportTaskProcessorFactory
- All Implemented Interfaces:
TaskProcessorFactory
- Author:
- Daniel Bernstein Date: 5/7/2014
-
Constructor Summary
ConstructorsConstructorDescriptionBitIntegrityReportTaskProcessorFactory(CredentialsRepo repo, BitLogStore bitLogStore, StorageProviderFactory storageProviderFactory, TaskProducerConfigurationManager workmanConfigurationManager, NotificationManager notificationManager) -
Method Summary
Modifier and TypeMethodDescriptionprotected 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 Details
-
BitIntegrityReportTaskProcessorFactory
public BitIntegrityReportTaskProcessorFactory(CredentialsRepo repo, BitLogStore bitLogStore, StorageProviderFactory storageProviderFactory, TaskProducerConfigurationManager workmanConfigurationManager, NotificationManager notificationManager)
-
-
Method Details
-
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
-