Package org.duracloud.storage.util
Interface StorageProviderFactory
-
public interface StorageProviderFactory- Author:
- Andrew Woods Date: Aug 19, 2010
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexpireStorageProvider(String storageAccountId)TaskQueuegetAuditQueue()List<StorageAccount>getStorageAccounts()StorageProvidergetStorageProvider()StorageProvidergetStorageProvider(String storageAccountId)voidinitialize(DuraStoreInitConfig initConfig, String instanceHost, String instancePort, String accountId)
-
-
-
Method Detail
-
initialize
void initialize(DuraStoreInitConfig initConfig, String instanceHost, String instancePort, String accountId)
-
getStorageAccounts
List<StorageAccount> getStorageAccounts()
-
getStorageProvider
StorageProvider getStorageProvider() throws StorageException
- Throws:
StorageException
-
getStorageProvider
StorageProvider getStorageProvider(String storageAccountId) throws StorageException
- Throws:
StorageException
-
expireStorageProvider
void expireStorageProvider(String storageAccountId)
-
getAuditQueue
TaskQueue getAuditQueue()
-
-