|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SwiftObject in org.jclouds.openstack.swift |
---|
Methods in org.jclouds.openstack.swift that return SwiftObject | |
---|---|
SwiftObject |
CommonSwiftClient.getObject(String container,
String name,
GetOptions... options)
|
SwiftObject |
CommonSwiftAsyncClient.newSwiftObject()
|
SwiftObject |
CommonSwiftClient.newSwiftObject()
|
Methods in org.jclouds.openstack.swift that return types with arguments of type SwiftObject | |
---|---|
com.google.common.util.concurrent.ListenableFuture<SwiftObject> |
CommonSwiftAsyncClient.getObject(String container,
String name,
GetOptions... options)
|
Methods in org.jclouds.openstack.swift with parameters of type SwiftObject | |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
CommonSwiftAsyncClient.putObject(String container,
SwiftObject object)
|
String |
CommonSwiftClient.putObject(String container,
SwiftObject object)
|
Uses of SwiftObject in org.jclouds.openstack.swift.blobstore.functions |
---|
Methods in org.jclouds.openstack.swift.blobstore.functions that return SwiftObject | |
---|---|
SwiftObject |
BlobToObject.apply(Blob from)
|
Methods in org.jclouds.openstack.swift.blobstore.functions with parameters of type SwiftObject | |
---|---|
Blob |
ObjectToBlob.apply(SwiftObject from)
|
Uses of SwiftObject in org.jclouds.openstack.swift.domain |
---|
Methods in org.jclouds.openstack.swift.domain that return SwiftObject | |
---|---|
SwiftObject |
SwiftObject.Factory.create(MutableObjectInfoWithMetadata info)
|
Uses of SwiftObject in org.jclouds.openstack.swift.domain.internal |
---|
Classes in org.jclouds.openstack.swift.domain.internal that implement SwiftObject | |
---|---|
class |
SwiftObjectImpl
Default Implementation of SwiftObject . |
Methods in org.jclouds.openstack.swift.domain.internal with parameters of type SwiftObject | |
---|---|
int |
SwiftObjectImpl.compareTo(SwiftObject o)
|
Uses of SwiftObject in org.jclouds.openstack.swift.functions |
---|
Methods in org.jclouds.openstack.swift.functions that return SwiftObject | |
---|---|
SwiftObject |
ParseObjectFromHeadersAndHttpContent.apply(HttpResponse from)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |