| Package | Description |
|---|---|
| org.duracloud.client | |
| org.duracloud.client.impl | |
| org.duracloud.client.task | |
| org.duracloud.client.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ContentStoreImpl
Provides access to a content store
|
| Modifier and Type | Method and Description |
|---|---|
ContentStore |
ContentStoreManagerImpl.getContentStore(String storeID)
Gets a specific content store based on ID.
|
ContentStore |
ContentStoreManager.getContentStore(String storeID)
Gets a specific content store based on ID.
|
ContentStore |
ContentStoreManagerImpl.getContentStore(String storeID,
int maxRetries)
Gets a specific content store based on ID.
|
ContentStore |
ContentStoreManager.getContentStore(String storeID,
int maxRetries)
Gets a specific content store based on ID.
|
ContentStore |
ContentStoreManagerImpl.getPrimaryContentStore()
Gets the primary content store.
|
ContentStore |
ContentStoreManager.getPrimaryContentStore()
Gets the primary content store.
|
ContentStore |
ContentStoreManagerImpl.getPrimaryContentStore(int maxRetries)
Gets the primary content store.
|
ContentStore |
ContentStoreManager.getPrimaryContentStore(int maxRetries)
Gets the primary content store.
|
ContentStore |
ContentStoreManagerImpl.getPrimaryContentStoreAsAnonymous()
Provides access to the primary content store without requiring login().
|
ContentStore |
ContentStoreManager.getPrimaryContentStoreAsAnonymous()
Provides access to the primary content store without requiring login().
|
ContentStore |
ContentStoreManagerImpl.getPrimaryContentStoreAsAnonymous(int maxRetries)
Provides access to the primary content store without requiring login().
|
ContentStore |
ContentStoreManager.getPrimaryContentStoreAsAnonymous(int maxRetries)
Provides access to the primary content store without requiring login().
|
protected ContentStore |
ContentStoreManagerImpl.newContentStoreImpl(StorageAccount acct) |
protected ContentStore |
ContentStoreManagerImpl.newContentStoreImpl(StorageAccount acct,
int maxRetries) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ContentStore> |
ContentStoreManagerImpl.getContentStores()
Gets all available content stores.
|
Map<String,ContentStore> |
ContentStoreManager.getContentStores()
Gets all available content stores.
|
Map<String,ContentStore> |
ContentStoreManagerImpl.getContentStores(int maxRetries)
Gets all available content stores.
|
Map<String,ContentStore> |
ContentStoreManager.getContentStores(int maxRetries)
Gets all available content stores.
|
| Constructor and Description |
|---|
ContentIterator(ContentStore store,
String spaceId,
String prefix) |
ContentIterator(ContentStore store,
String spaceId,
String prefix,
long maxResults) |
| Modifier and Type | Class and Description |
|---|---|
class |
CachingContentStoreImpl
This class retains the results of the initial call to:
getSpaces()
and returns this cached value on subsequent calls.
|
| Modifier and Type | Method and Description |
|---|---|
ContentStore |
CachingContentStoreManagerImpl.getPrimaryContentStore() |
protected ContentStore |
CachingContentStoreManagerImpl.newContentStoreImpl(StorageAccount acct) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ContentStore> |
CachingContentStoreManagerImpl.getContentStores() |
| Constructor and Description |
|---|
S3TaskClientImpl(ContentStore contentStore) |
SnapshotTaskClientImpl(ContentStore contentStore) |
| Modifier and Type | Method and Description |
|---|---|
ContentStore |
StoreClientUtil.createContentStore(String host,
int port,
String context,
String username,
String password,
String storeId) |
| Constructor and Description |
|---|
ContentStoreUtil(ContentStore contentStore) |
DuracloudFileWriter(String spaceId,
String contentId,
String mimetype,
ContentStore contentStore) |
Copyright © 2009–2016 DuraSpace. All rights reserved.