Uses of Class
org.jclouds.blobstore.internal.BaseAsyncBlobStore

Packages that use BaseAsyncBlobStore
org.jclouds.atmos.blobstore   
org.jclouds.aws.s3.blobstore   
org.jclouds.azureblob.blobstore   
org.jclouds.blobstore   
org.jclouds.cloudfiles.blobstore   
org.jclouds.filesystem   
org.jclouds.openstack.swift.blobstore   
org.jclouds.s3.blobstore   
 

Uses of BaseAsyncBlobStore in org.jclouds.atmos.blobstore
 

Subclasses of BaseAsyncBlobStore in org.jclouds.atmos.blobstore
 class AtmosAsyncBlobStore
           
 

Uses of BaseAsyncBlobStore in org.jclouds.aws.s3.blobstore
 

Subclasses of BaseAsyncBlobStore in org.jclouds.aws.s3.blobstore
 class AWSS3AsyncBlobStore
           
 

Uses of BaseAsyncBlobStore in org.jclouds.azureblob.blobstore
 

Subclasses of BaseAsyncBlobStore in org.jclouds.azureblob.blobstore
 class AzureAsyncBlobStore
           
 

Uses of BaseAsyncBlobStore in org.jclouds.blobstore
 

Subclasses of BaseAsyncBlobStore in org.jclouds.blobstore
 class TransientAsyncBlobStore
          Implementation of BaseAsyncBlobStore which keeps all data in a local Map object.
 

Uses of BaseAsyncBlobStore in org.jclouds.cloudfiles.blobstore
 

Subclasses of BaseAsyncBlobStore in org.jclouds.cloudfiles.blobstore
 class CloudFilesAsyncBlobStore
           
 

Uses of BaseAsyncBlobStore in org.jclouds.filesystem
 

Subclasses of BaseAsyncBlobStore in org.jclouds.filesystem
 class FilesystemAsyncBlobStore
          Preconditions: Blob name cannot start with / char (or \ under windows)
 

Uses of BaseAsyncBlobStore in org.jclouds.openstack.swift.blobstore
 

Subclasses of BaseAsyncBlobStore in org.jclouds.openstack.swift.blobstore
 class SwiftAsyncBlobStore
           
 

Uses of BaseAsyncBlobStore in org.jclouds.s3.blobstore
 

Subclasses of BaseAsyncBlobStore in org.jclouds.s3.blobstore
 class S3AsyncBlobStore
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.