Deprecated API


Contents
Deprecated Interfaces
org.jclouds.blobstore.AsyncBlobStore
          will be removed in jclouds 1.7, as async interfaces are no longer supported. Please use BlobStore 
org.jclouds.blobstore.BlobMap
          will be removed in jclouds 1.7. Please use BlobStore 
org.jclouds.blobstore.InputStreamMap
          will be removed in jclouds 1.7. Please use BlobStore 
org.jclouds.blobstore.ListableMap
          will be removed in jclouds 1.7. Please use BlobStore 
 

Deprecated Classes
org.jclouds.blobstore.internal.BaseAsyncBlobStore
          will be removed in jclouds 1.7, as async interfaces are no longer supported. Please use BlobStore 
org.jclouds.blobstore.internal.BaseBlobMap
          will be removed in jclouds 1.7. Please use BlobStore 
org.jclouds.blobstore.internal.BlobMapImpl
          will be removed in jclouds 1.7. Please use BlobStore 
org.jclouds.blobstore.internal.InputStreamMapImpl
          will be removed in jclouds 1.7. Please use BlobStore 
org.jclouds.blobstore.LocalAsyncBlobStore
          will be removed in jclouds 1.7, as async interfaces are no longer supported. Please create and use LocalBlobStore 
 

Deprecated Methods
org.jclouds.blobstore.BlobStoreContext.createBlobMap(String)
          will be removed in jclouds 1.7. Please use BlobStore 
org.jclouds.blobstore.BlobStoreContext.createBlobMap(String, ListContainerOptions)
          will be removed in jclouds 1.7. Please use BlobStore 
org.jclouds.blobstore.BlobStoreContext.createInputStreamMap(String)
          will be removed in jclouds 1.7. Please use BlobStore 
org.jclouds.blobstore.BlobStoreContext.createInputStreamMap(String, ListContainerOptions)
          will be removed in jclouds 1.7. Please use BlobStore 
org.jclouds.blobstore.BlobStoreContext.getAsyncBlobStore()
          will be removed in jclouds 1.7, as async interfaces are no longer supported. Please use BlobStoreContext.getBlobStore() 
org.jclouds.blobstore.BlobStoreContext.getConsistencyModel()
          will be removed in jclouds 1.7, as almost never correct. 
 



Copyright © 2009-2013 jclouds. All Rights Reserved.