public class StorageProviderFactory extends Object
StorageProvider based on a set of credentials.| Constructor and Description |
|---|
StorageProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.duracloud.storage.provider.StorageProvider |
create(org.duracloud.mill.credentials.StorageProviderCredentials credentials)
Creates a StorageProvider
|
org.duracloud.storage.provider.StorageProvider |
createWithAudit(org.duracloud.mill.credentials.StorageProviderCredentials credentials,
String accountSubdomain,
org.duracloud.common.queue.TaskQueue auditQueue)
Creates a StorageProvider which captures events and passes them to the
audit queue.
|
public org.duracloud.storage.provider.StorageProvider createWithAudit(org.duracloud.mill.credentials.StorageProviderCredentials credentials,
String accountSubdomain,
org.duracloud.common.queue.TaskQueue auditQueue)
credentials - needed to connect to storage provideraccountSubdomain - subdomain of the storage provider accountauditQueue - used to capture changes to stored contentpublic org.duracloud.storage.provider.StorageProvider create(org.duracloud.mill.credentials.StorageProviderCredentials credentials)
credentials - Copyright © 2013–2015 DuraSpace. All rights reserved.