Uses of Interface
org.jclouds.blobstore.BlobMap

Packages that use BlobMap
org.jclouds.blobstore   
org.jclouds.blobstore.internal   
 

Uses of BlobMap in org.jclouds.blobstore
 

Methods in org.jclouds.blobstore that return BlobMap
 BlobMap BlobMap.Factory.create(String containerName, ListContainerOptions options)
           
 BlobMap BlobStoreContext.createBlobMap(String container)
          Creates a Map view of the specified container.
 BlobMap BlobStoreContext.createBlobMap(String container, ListContainerOptions options)
          Creates a Map view of the specified container.
 

Uses of BlobMap in org.jclouds.blobstore.internal
 

Classes in org.jclouds.blobstore.internal that implement BlobMap
 class BlobMapImpl
          Map representation of a live connection to a Blob Service.
 

Methods in org.jclouds.blobstore.internal that return BlobMap
 BlobMap BlobStoreContextImpl.createBlobMap(String container)
           
 BlobMap BlobStoreContextImpl.createBlobMap(String container, ListContainerOptions options)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.