public abstract class ProviderFactoryBase extends Object
| Constructor and Description |
|---|
ProviderFactoryBase(StorageAccountManager storageAccountManager) |
| Modifier and Type | Method and Description |
|---|---|
protected StorageAccountManager |
getAccountManager() |
protected DuraStoreInitConfig |
getInitConfig() |
void |
initialize(DuraStoreInitConfig initConfig,
String instanceHost,
String instancePort,
String accountId)
Initializes DuraStore with account information
necessary to connect to Storage Providers.
|
boolean |
isInitialized() |
public ProviderFactoryBase(StorageAccountManager storageAccountManager)
public void initialize(DuraStoreInitConfig initConfig, String instanceHost, String instancePort, String accountId) throws StorageException
StorageExceptionprotected StorageAccountManager getAccountManager() throws StorageException
StorageException - if not initializedprotected DuraStoreInitConfig getInitConfig() throws StorageException
StorageException - if not initializedpublic boolean isInitialized()
Copyright © 2009–2020 LYRASIS. All rights reserved.