Deprecated API


Contents
Deprecated Interfaces
org.jclouds.openstack.swift.CommonSwiftAsyncClient
          Please use org.jclouds.ContextBuilder#buildApi(CommonSwiftClient.class) as CommonSwiftAsyncClient will be removed in jclouds 2.0. 
org.jclouds.openstack.swift.CommonSwiftClient
          Please use com.jclouds.openstack.swift.v1.SwiftApi and related feature APIs in com.jclouds.openstack.swift.v1.features.* as noted in each method. This interface will be removed in jclouds 2.0. 
org.jclouds.openstack.swift.SwiftAsyncClient
          Please use org.jclouds.ContextBuilder#buildApi(SwiftClient.class), as SwiftAsyncClient will be removed in jclouds 2.0. 
org.jclouds.openstack.swift.SwiftClient
          Please use com.jclouds.openstack.swift.v1.SwiftApi and related feature APIs in com.jclouds.openstack.swift.v1.features.*. This interface will be removed in jclouds 2.0. 
org.jclouds.openstack.swift.SwiftKeystoneAsyncClient
          Please use org.jclouds.ContextBuilder#buildApi(SwiftKeystoneClient.class), as SwiftKeystoneAsyncClient will be removed in jclouds 2.0. 
org.jclouds.openstack.swift.SwiftKeystoneClient
          This interface will be removed in jclouds 2.0. 
 

Deprecated Classes
org.jclouds.openstack.swift.blobstore.SwiftAsyncBlobStore
          This class will be removed in jclouds 2.0, as async interfaces are no longer supported. Please use SwiftBlobStore. 
 

Deprecated Fields
org.jclouds.openstack.swift.SwiftKeystoneApiMetadata.CONTEXT_TOKEN
          please use org.jclouds.ContextBuilder#buildApi(SwiftKeystoneClient.class) as SwiftKeystoneAsyncClient interface will be removed in jclouds 2.0. 
org.jclouds.openstack.swift.SwiftApiMetadata.CONTEXT_TOKEN
          please use org.jclouds.ContextBuilder#buildApi(SwiftClient.class) as SwiftAsyncClient interface will be removed in jclouds 2.0. 
 

Deprecated Methods
org.jclouds.openstack.swift.CommonSwiftClient.containerExists(String)
          This method will be replaced by com.jclouds.openstack.swift.v1.features.ContainerApi#head() 
org.jclouds.openstack.swift.CommonSwiftClient.copyObject(String, String, String, String)
          This method will be replaced by com.jclouds.openstack.swift.v1.features.ObjectApi#copy() 
org.jclouds.openstack.swift.CommonSwiftClient.createContainer(String)
          This method will be replaced by com.jclouds.openstack.swift.v1.features.ContainerApi#createIfAbsent() 
org.jclouds.openstack.swift.CommonSwiftClient.createContainer(String, CreateContainerOptions...)
          This method will be replaced by com.jclouds.openstack.swift.v1.features.ContainerApi#createIfAbsent() 
org.jclouds.openstack.swift.CommonSwiftClient.deleteContainerIfEmpty(String)
          This method will be replaced by (@link com.jclouds.openstack.swift.v1.features.ContainerApi#deleteIfEmpty()} 
org.jclouds.openstack.swift.CommonSwiftClient.deleteContainerMetadata(String, Iterable)
          This method will be replaced by com.jclouds.openstack.swift.v1.features.ContainerApi#deleteMetadata() 
org.jclouds.openstack.swift.CommonSwiftClient.getAccountStatistics()
          This method will be replaced by com.jclouds.openstack.swift.v1.features.AccountApi#get() 
org.jclouds.openstack.swift.CommonSwiftClient.getContainerMetadata(String)
          This method will be replaced by com.jclouds.openstack.swift.v1.features.ContainerApi#get() 
org.jclouds.openstack.swift.CommonSwiftClient.getObject(String, String, GetOptions...)
          This method will be replaced by com.jclouds.openstack.swift.v1.features.ObjectApi#get() 
org.jclouds.openstack.swift.CommonSwiftClient.getObjectInfo(String, String)
          This method will be replaced by com.jclouds.openstack.swift.v1.features.ObjectApi#head() 
org.jclouds.openstack.swift.CommonSwiftClient.listContainers(ListContainerOptions...)
          This method will be replaced by com.jclouds.openstack.swift.v1.features.ContainerApi#list() and com.jclouds.openstack.swift.v1.features.ContainerApi#list(ListContainerOptions) 
org.jclouds.openstack.swift.CommonSwiftClient.listObjects(String, ListContainerOptions...)
          This method will be replaced by com.jclouds.openstack.swift.v1.features.ObjectApi#list() and com.jclouds.openstack.swift.v1.features.ObjectApi#list(ListContainerOptions) 
org.jclouds.openstack.swift.CommonSwiftClient.newSwiftObject()
          This method will be replaced by com.jclouds.openstack.swift.v1.domain.SwiftObject#builder() 
org.jclouds.openstack.swift.CommonSwiftClient.objectExists(String, String)
          This method will be replaced by com.jclouds.openstack.swift.v1.features.ObjectApi#head() 
org.jclouds.openstack.swift.CommonSwiftClient.putObject(String, SwiftObject)
          This method will be replaced by com.jclouds.openstack.swift.v1.features.ObjectApi#replace() 
org.jclouds.openstack.swift.CommonSwiftClient.putObjectManifest(String, String)
          This method will be replaced by com.jclouds.openstack.swift.v1.features.ObjectApi#replaceManifest() 
org.jclouds.openstack.swift.CommonSwiftClient.removeObject(String, String)
          This method will be replaced by com.jclouds.openstack.swift.v1.features.ObjectApi#delete() 
org.jclouds.openstack.swift.CommonSwiftClient.setContainerMetadata(String, Map)
          This method will be replaced by com.jclouds.openstack.swift.v1.features.ContainerApi#updateMetadata() 
org.jclouds.openstack.swift.CommonSwiftClient.setObjectInfo(String, String, Map)
          This method will be replaced by com.jclouds.openstack.swift.v1.features.ObjectApi@updateMetadata() 
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.