Constructor and Description |
---|
AuditStorageProvider(StorageProvider target,
String account,
String storeId,
String storeType,
UserUtil userUtil,
TaskQueue taskQueue) |
Modifier and Type | Class and Description |
---|---|
class |
SQSTaskQueue
SQSTaskQueue acts as the interface for interacting with an Amazon
Simple Queue Service (SQS) queue.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalTaskQueue
This class implements a local, in-memory task queue.
|
Modifier and Type | Class and Description |
---|---|
class |
NoopTaskQueue
Implementation of TaskQueue which performs no work.
|
Modifier and Type | Method and Description |
---|---|
TaskQueue |
StorageProviderFactoryImpl.getAuditQueue() |
Constructor and Description |
---|
SnapshotTaskProvider(StorageProvider snapshotProvider,
SnapshotStorageProvider unwrappedSnapshotProvider,
com.amazonaws.services.s3.AmazonS3Client s3Client,
String dcHost,
String dcPort,
String dcStoreId,
String dcAccountName,
String dcSnapshotUser,
String bridgeHost,
String bridgePort,
String bridgeUser,
String bridgePass,
TaskQueue auditQueue,
org.duracloud.mill.manifest.ManifestStore manifestStore) |
Constructor and Description |
---|
CleanupSnapshotTaskRunner(SnapshotStorageProvider unwrappedSnapshotProvider,
com.amazonaws.services.s3.AmazonS3Client s3Client,
TaskQueue auditTaskQueue,
org.duracloud.mill.manifest.ManifestStore manifestStore,
String account,
String storeId) |
Modifier and Type | Method and Description |
---|---|
TaskQueue |
StorageProviderFactory.getAuditQueue() |
Copyright © 2009–2015 DuraSpace. All rights reserved.