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