| Modifier and Type | Method and Description |
|---|---|
SwiftObject |
CommonSwiftClient.getObject(String container,
String name,
GetOptions... options)
Deprecated.
This method will be replaced by
com.jclouds.openstack.swift.v1.features.ObjectApi#get() |
SwiftObject |
CommonSwiftClient.newSwiftObject()
Deprecated.
This method will be replaced by
com.jclouds.openstack.swift.v1.domain.SwiftObject#builder() |
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)
Deprecated.
This method will be replaced by
com.jclouds.openstack.swift.v1.features.ObjectApi#replace() |
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-2014 The Apache Software Foundation. All Rights Reserved.