Uses of Interface
org.duracloud.client.ContentStore
Packages that use ContentStore
Package
Description
-
Uses of ContentStore in org.duracloud.client
Classes in org.duracloud.client that implement ContentStoreMethods in org.duracloud.client that return ContentStoreModifier and TypeMethodDescriptionContentStoreManager.getContentStore(String storeID) Gets a specific content store based on ID.ContentStoreManager.getContentStore(String storeID, int maxRetries) Gets a specific content store based on ID.ContentStoreManagerImpl.getContentStore(String storeID) Gets a specific content store based on ID.ContentStoreManagerImpl.getContentStore(String storeID, int maxRetries) Gets a specific content store based on ID.ContentStoreManager.getPrimaryContentStore()Gets the primary content store.ContentStoreManager.getPrimaryContentStore(int maxRetries) Gets the primary content store.ContentStoreManagerImpl.getPrimaryContentStore()Gets the primary content store.ContentStoreManagerImpl.getPrimaryContentStore(int maxRetries) Gets the primary content store.ContentStoreManager.getPrimaryContentStoreAsAnonymous()Provides access to the primary content store without requiring login().ContentStoreManager.getPrimaryContentStoreAsAnonymous(int maxRetries) Provides access to the primary content store without requiring login().ContentStoreManagerImpl.getPrimaryContentStoreAsAnonymous()Provides access to the primary content store without requiring login().ContentStoreManagerImpl.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 ContentStoreModifier and TypeMethodDescriptionContentStoreManager.getContentStores()Gets all available content stores.ContentStoreManager.getContentStores(int maxRetries) Gets all available content stores.ContentStoreManagerImpl.getContentStores()Gets all available content stores.ContentStoreManagerImpl.getContentStores(int maxRetries) Gets all available content stores.Constructors in org.duracloud.client with parameters of type ContentStoreModifierConstructorDescriptionContentIterator(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 ContentStoreModifier and TypeClassDescriptionclassThis class retains the results of the initial call to: getSpaces()Methods in org.duracloud.client.impl that return ContentStoreModifier and TypeMethodDescriptionCachingContentStoreManagerImpl.getPrimaryContentStore()protected ContentStoreCachingContentStoreManagerImpl.newContentStoreImpl(StorageAccount acct) Methods in org.duracloud.client.impl that return types with arguments of type ContentStore -
Uses of ContentStore in org.duracloud.client.task
Constructors in org.duracloud.client.task with parameters of type ContentStoreModifierConstructorDescriptionS3TaskClientImpl(ContentStore contentStore) SnapshotTaskClientImpl(ContentStore contentStore) -
Uses of ContentStore in org.duracloud.client.util
Methods in org.duracloud.client.util that return ContentStoreModifier and TypeMethodDescriptionStoreClientUtil.createContentStore(String host, int port, String context, String username, String password, String storeId) Constructors in org.duracloud.client.util with parameters of type ContentStoreModifierConstructorDescriptionContentStoreUtil(ContentStore contentStore) DuracloudFileWriter(String spaceId, String contentId, String mimetype, ContentStore contentStore)