org.jclouds.openstack.swift
Interface SwiftAsyncClient

All Superinterfaces:
Closeable, CommonSwiftAsyncClient
All Known Subinterfaces:
SwiftKeystoneAsyncClient

Deprecated. please use org.jclouds.ContextBuilder#buildApi(SwiftClient.class) as SwiftAsyncClient interface will be removed in jclouds 1.7.

@Deprecated
public interface SwiftAsyncClient
extends CommonSwiftAsyncClient

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

Author:
Adrian Cole

Method Summary
 
Methods inherited from interface org.jclouds.openstack.swift.CommonSwiftAsyncClient
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-2013 The Apache Software Foundation. All Rights Reserved.