Uses of Interface
org.jclouds.blobstore.BlobStore

Packages that use BlobStore
org.jclouds.blobstore   
org.jclouds.blobstore.internal   
org.jclouds.blobstore.strategy.internal   
org.jclouds.blobstore.util   
 

Uses of BlobStore in org.jclouds.blobstore
 

Methods in org.jclouds.blobstore that return BlobStore
 BlobStore BlobStoreContext.getBlobStore()
           
 

Uses of BlobStore in org.jclouds.blobstore.internal
 

Classes in org.jclouds.blobstore.internal that implement BlobStore
 class BaseBlobStore
           
 

Fields in org.jclouds.blobstore.internal declared as BlobStore
protected  BlobStore BaseBlobMap.blobstore
           
 

Methods in org.jclouds.blobstore.internal that return BlobStore
 BlobStore BlobStoreContextImpl.getBlobStore()
           
 

Constructors in org.jclouds.blobstore.internal with parameters of type BlobStore
BaseBlobMap(BlobStore blobstore, GetBlobsInListStrategy getAllBlobs, ContainsValueInListStrategy containsValueStrategy, PutBlobsStrategy putBlobsStrategy, ListContainerAndRecurseThroughFolders listStrategy, String containerName, ListContainerOptions options)
           
BlobMapImpl(BlobStore blobstore, GetBlobsInListStrategy getAllBlobs, ContainsValueInListStrategy containsValueStrategy, PutBlobsStrategy putBlobsStrategy, ListContainerAndRecurseThroughFolders listStrategy, String containerName, ListContainerOptions options, javax.inject.Provider<BlobBuilder> blobBuilders)
           
BlobStoreContextImpl(BlobMap.Factory blobMapFactory, org.jclouds.rest.Utils utils, ConsistencyModel consistencyModel, InputStreamMap.Factory inputStreamMapFactory, AsyncBlobStore ablobStore, BlobStore blobStore, org.jclouds.rest.RestContext providerSpecificContext, BlobRequestSigner blobRequestSigner)
           
InputStreamMapImpl(BlobStore connection, javax.inject.Provider<BlobBuilder> blobBuilders, GetBlobsInListStrategy getAllBlobs, ListContainerAndRecurseThroughFolders listStrategy, ContainsValueInListStrategy containsValueStrategy, PutBlobsStrategy putBlobsStrategy, String containerName, ListContainerOptions options, org.jclouds.crypto.Crypto crypto)
           
 

Uses of BlobStore in org.jclouds.blobstore.strategy.internal
 

Fields in org.jclouds.blobstore.strategy.internal declared as BlobStore
protected  BlobStore ConcatenateContainerLists.connection
           
 

Constructors in org.jclouds.blobstore.strategy.internal with parameters of type BlobStore
ConcatenateContainerLists(BlobStore connection)
           
MarkersGetDirectoryStrategy(BlobStore connection, ResourceMetadataToRelativePathResourceMetadata resource2Directory)
           
 

Uses of BlobStore in org.jclouds.blobstore.util
 

Methods in org.jclouds.blobstore.util with parameters of type BlobStore
static Blob BlobStoreUtils.newBlob(BlobStore blobStore, StorageMetadata blobMeta)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.