| Modifier and Type | Method and Description |
|---|---|
SwiftObject |
CommonSwiftClient.getObject(String container,
String name,
org.jclouds.http.options.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,
org.jclouds.http.options.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(org.jclouds.blobstore.domain.Blob from) |
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.blobstore.domain.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(org.jclouds.http.HttpResponse from) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.