| Modifier and Type | Method and Description | 
|---|---|
SwiftObject | 
CommonSwiftClient.getObject(String container,
         String name,
         GetOptions... options)  | 
SwiftObject | 
CommonSwiftClient.newSwiftObject()  | 
SwiftObject | 
CommonSwiftAsyncClient.newSwiftObject()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<SwiftObject> | 
CommonSwiftAsyncClient.getObject(String container,
         String name,
         GetOptions... options)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
CommonSwiftClient.putObject(String container,
         SwiftObject object)  | 
com.google.common.util.concurrent.ListenableFuture<String> | 
CommonSwiftAsyncClient.putObject(String container,
         SwiftObject object)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
SwiftObject | 
BlobToObject.apply(Blob from)  | 
| Modifier and Type | Method and Description | 
|---|---|
Blob | 
ObjectToBlob.apply(SwiftObject from)  | 
| Modifier and Type | Method and Description | 
|---|---|
SwiftObject | 
SwiftObject.Factory.create(MutableObjectInfoWithMetadata info)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SwiftObjectImpl
Default Implementation of  
SwiftObject. | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
SwiftObjectImpl.compareTo(SwiftObject o) | 
| Modifier and Type | Method and Description | 
|---|---|
SwiftObject | 
ParseObjectFromHeadersAndHttpContent.apply(HttpResponse from)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.