org.jclouds.openstack.swift
Interface SwiftClient

All Superinterfaces:
Closeable, CommonSwiftClient
All Known Subinterfaces:
SwiftKeystoneClient

Deprecated. 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.

@Deprecated
public interface SwiftClient
extends CommonSwiftClient

Functionality that's in Swift, and not in CloudFiles.


Method Summary
 
Methods inherited from interface org.jclouds.openstack.swift.CommonSwiftClient
containerExists, copyObject, createContainer, createContainer, deleteContainerIfEmpty, deleteContainerMetadata, getAccountStatistics, getContainerMetadata, getObject, getObjectInfo, listContainers, listObjects, newSwiftObject, objectExists, putObject, putObjectManifest, removeObject, setContainerMetadata, setObjectInfo
 
Methods inherited from interface java.io.Closeable
close
 



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