| Interface and Description |
|---|
| org.jclouds.openstack.swift.CommonSwiftClient
Please use
org.jclouds.openstack.swift.v1.SwiftApi and related
feature APIs in org.jclouds.openstack.swift.v1.features.* as noted in
each method. This interface 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.SwiftKeystoneClient
This interface will be removed in jclouds 2.0.
|
| Method and Description |
|---|
| org.jclouds.openstack.swift.CommonSwiftClient.containerExists(String)
This method will be replaced by
org.jclouds.openstack.swift.v1.features.ContainerApi#head() |
| org.jclouds.openstack.swift.CommonSwiftClient.copyObject(String, String, String, String)
This method will be replaced by
org.jclouds.openstack.swift.v1.features.ObjectApi#copy() |
| org.jclouds.openstack.swift.CommonSwiftClient.createContainer(String)
This method will be replaced by
org.jclouds.openstack.swift.v1.features.ContainerApi#createIfAbsent() |
| org.jclouds.openstack.swift.CommonSwiftClient.createContainer(String, CreateContainerOptions...)
This method will be replaced by
org.jclouds.openstack.swift.v1.features.ContainerApi#createIfAbsent() |
| org.jclouds.openstack.swift.CommonSwiftClient.deleteContainerIfEmpty(String)
This method will be replaced by
(@link org.jclouds.openstack.swift.v1.features.ContainerApi#deleteIfEmpty()}
|
| org.jclouds.openstack.swift.CommonSwiftClient.deleteContainerMetadata(String, Iterable This method will be replaced by
org.jclouds.openstack.swift.v1.features.ContainerApi#deleteMetadata() |
| org.jclouds.openstack.swift.CommonSwiftClient.getAccountStatistics()
This method will be replaced by
org.jclouds.openstack.swift.v1.features.AccountApi#get() |
| org.jclouds.openstack.swift.CommonSwiftClient.getContainerMetadata(String)
This method will be replaced by
org.jclouds.openstack.swift.v1.features.ContainerApi#get() |
| org.jclouds.openstack.swift.CommonSwiftClient.getObject(String, String, GetOptions...)
This method will be replaced by
org.jclouds.openstack.swift.v1.features.ObjectApi#get() |
| org.jclouds.openstack.swift.CommonSwiftClient.getObjectInfo(String, String)
This method will be replaced by
org.jclouds.openstack.swift.v1.features.ObjectApi#head() |
| org.jclouds.openstack.swift.CommonSwiftClient.listContainers(ListContainerOptions...)
This method will be replaced by
org.jclouds.openstack.swift.v1.features.ContainerApi#list() and
org.jclouds.openstack.swift.v1.features.ContainerApi#list(ListContainerOptions) |
| org.jclouds.openstack.swift.CommonSwiftClient.listObjects(String, ListContainerOptions...)
This method will be replaced by
org.jclouds.openstack.swift.v1.features.ObjectApi#list() and
org.jclouds.openstack.swift.v1.features.ObjectApi#list(ListContainerOptions) |
| org.jclouds.openstack.swift.CommonSwiftClient.newSwiftObject()
This method will be replaced by
org.jclouds.openstack.swift.v1.domain.SwiftObject#builder() |
| org.jclouds.openstack.swift.CommonSwiftClient.objectExists(String, String)
This method will be replaced by
org.jclouds.openstack.swift.v1.features.ObjectApi#head() |
| org.jclouds.openstack.swift.CommonSwiftClient.putObject(String, SwiftObject)
This method will be replaced by
org.jclouds.openstack.swift.v1.features.ObjectApi#replace() |
| org.jclouds.openstack.swift.CommonSwiftClient.putObjectManifest(String, String)
This method will be replaced by
org.jclouds.openstack.swift.v1.features.ObjectApi#replaceManifest() |
| org.jclouds.openstack.swift.CommonSwiftClient.putObjectManifest(String, SwiftObject)
This method will be replaced by
org.jclouds.openstack.swift.v1.features.ObjectApi#replaceManifest() |
| org.jclouds.openstack.swift.CommonSwiftClient.removeObject(String, String)
This method will be replaced by
org.jclouds.openstack.swift.v1.features.ObjectApi#delete() |
| org.jclouds.openstack.swift.CommonSwiftClient.setContainerMetadata(String, Map This method will be replaced by
org.jclouds.openstack.swift.v1.features.ContainerApi#updateMetadata() |
| org.jclouds.openstack.swift.CommonSwiftClient.setObjectInfo(String, String, Map This method will be replaced by
org.jclouds.openstack.swift.v1.features.ObjectApi@updateMetadata() |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.