Uses of Interface
org.duracloud.client.ContentStore

Packages that use ContentStore
org.duracloud.client   
org.duracloud.client.impl   
 

Uses of ContentStore in org.duracloud.client
 

Classes in org.duracloud.client that implement ContentStore
 class ContentStoreImpl
          Provides access to a content store
 

Methods in org.duracloud.client that return ContentStore
 ContentStore ContentStoreManager.getContentStore(java.lang.String storeID)
          getContentStore
 ContentStore ContentStoreManagerImpl.getContentStore(java.lang.String storeID)
          getContentStore
 ContentStore ContentStoreManager.getPrimaryContentStore()
          getPrimaryContentStore
 ContentStore ContentStoreManagerImpl.getPrimaryContentStore()
          getPrimaryContentStore
 ContentStore ContentStoreManager.getPrimaryContentStoreAsAnonymous()
          Provides access to the primary content store without requiring login().
 ContentStore ContentStoreManagerImpl.getPrimaryContentStoreAsAnonymous()
          Provides access to the primary content store without requiring login().
protected  ContentStore ContentStoreManagerImpl.newContentStoreImpl(org.duracloud.storage.domain.StorageAccount acct)
           
 

Methods in org.duracloud.client that return types with arguments of type ContentStore
 java.util.Map<java.lang.String,ContentStore> ContentStoreManager.getContentStores()
          getContentStores
 java.util.Map<java.lang.String,ContentStore> ContentStoreManagerImpl.getContentStores()
          getContentStores
 

Constructors in org.duracloud.client with parameters of type ContentStore
ContentIterator(ContentStore store, java.lang.String spaceId, java.lang.String prefix)
           
ContentIterator(ContentStore store, java.lang.String spaceId, java.lang.String prefix, long maxResults)
           
 

Uses of ContentStore in org.duracloud.client.impl
 

Classes in org.duracloud.client.impl that implement ContentStore
 class CachingContentStoreImpl
          This class retains the results of the initial call to: getSpaces()

and returns this cached value on subsequent calls.

 

Methods in org.duracloud.client.impl that return ContentStore
 ContentStore CachingContentStoreManagerImpl.getPrimaryContentStore()
           
protected  ContentStore CachingContentStoreManagerImpl.newContentStoreImpl(org.duracloud.storage.domain.StorageAccount acct)
           
 

Methods in org.duracloud.client.impl that return types with arguments of type ContentStore
 java.util.Map<java.lang.String,ContentStore> CachingContentStoreManagerImpl.getContentStores()
           
 



Copyright © 2009-2011 DuraSpace. All Rights Reserved.