Examples of SubmissionAsyncBlobStore


Examples of org.jclouds.openstack.swift.v1.blobstore.internal.SubmissionAsyncBlobStore

    *             this method will be removed in jclouds 2.0.
    */
   @Deprecated
   public AsyncBlobStore getAsyncBlobStore(String regionId) {
      checkRegionId(regionId);
      return new SubmissionAsyncBlobStore(blobStoreInRegion(regionId), executor);
   }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.