Uses of Interface
org.duracloud.client.ContentStore
-
Packages that use ContentStore Package Description org.duracloud.client org.duracloud.client.impl org.duracloud.client.task org.duracloud.client.util -
-
Uses of ContentStore in org.duracloud.client
Classes in org.duracloud.client that implement ContentStore Modifier and Type Class Description classContentStoreImplProvides access to a content storeMethods in org.duracloud.client that return ContentStore Modifier and Type Method Description ContentStoreContentStoreManager. getContentStore(String storeID)Gets a specific content store based on ID.ContentStoreContentStoreManager. getContentStore(String storeID, int maxRetries)Gets a specific content store based on ID.ContentStoreContentStoreManagerImpl. getContentStore(String storeID)Gets a specific content store based on ID.ContentStoreContentStoreManagerImpl. getContentStore(String storeID, int maxRetries)Gets a specific content store based on ID.ContentStoreContentStoreManager. getPrimaryContentStore()Gets the primary content store.ContentStoreContentStoreManager. getPrimaryContentStore(int maxRetries)Gets the primary content store.ContentStoreContentStoreManagerImpl. getPrimaryContentStore()Gets the primary content store.ContentStoreContentStoreManagerImpl. getPrimaryContentStore(int maxRetries)Gets the primary content store.ContentStoreContentStoreManager. getPrimaryContentStoreAsAnonymous()Provides access to the primary content store without requiring login().ContentStoreContentStoreManager. getPrimaryContentStoreAsAnonymous(int maxRetries)Provides access to the primary content store without requiring login().ContentStoreContentStoreManagerImpl. getPrimaryContentStoreAsAnonymous()Provides access to the primary content store without requiring login().ContentStoreContentStoreManagerImpl. getPrimaryContentStoreAsAnonymous(int maxRetries)Provides access to the primary content store without requiring login().protected ContentStoreContentStoreManagerImpl. newContentStoreImpl(StorageAccount acct)protected ContentStoreContentStoreManagerImpl. newContentStoreImpl(StorageAccount acct, int maxRetries)Methods in org.duracloud.client that return types with arguments of type ContentStore Modifier and Type Method Description Map<String,ContentStore>ContentStoreManager. getContentStores()Gets all available content stores.Map<String,ContentStore>ContentStoreManager. getContentStores(int maxRetries)Gets all available content stores.Map<String,ContentStore>ContentStoreManagerImpl. getContentStores()Gets all available content stores.Map<String,ContentStore>ContentStoreManagerImpl. getContentStores(int maxRetries)Gets all available content stores.Constructors in org.duracloud.client with parameters of type ContentStore Constructor Description ContentIterator(ContentStore store, String spaceId, String prefix)ContentIterator(ContentStore store, String spaceId, String prefix, long maxResults) -
Uses of ContentStore in org.duracloud.client.impl
Classes in org.duracloud.client.impl that implement ContentStore Modifier and Type Class Description classCachingContentStoreImplThis class retains the results of the initial call to: getSpaces()Methods in org.duracloud.client.impl that return ContentStore Modifier and Type Method Description ContentStoreCachingContentStoreManagerImpl. getPrimaryContentStore()protected ContentStoreCachingContentStoreManagerImpl. newContentStoreImpl(StorageAccount acct)Methods in org.duracloud.client.impl that return types with arguments of type ContentStore Modifier and Type Method Description Map<String,ContentStore>CachingContentStoreManagerImpl. getContentStores() -
Uses of ContentStore in org.duracloud.client.task
Constructors in org.duracloud.client.task with parameters of type ContentStore Constructor Description S3TaskClientImpl(ContentStore contentStore)SnapshotTaskClientImpl(ContentStore contentStore) -
Uses of ContentStore in org.duracloud.client.util
Methods in org.duracloud.client.util that return ContentStore Modifier and Type Method Description ContentStoreStoreClientUtil. createContentStore(String host, int port, String context, String username, String password, String storeId)Constructors in org.duracloud.client.util with parameters of type ContentStore Constructor Description ContentStoreUtil(ContentStore contentStore)DuracloudFileWriter(String spaceId, String contentId, String mimetype, ContentStore contentStore)
-