Package | Description |
---|---|
org.jclouds.atmos | |
org.jclouds.atmos.blobstore.functions | |
org.jclouds.atmos.domain | |
org.jclouds.atmos.domain.internal | |
org.jclouds.atmos.functions |
Modifier and Type | Method and Description |
---|---|
AtmosObject |
AtmosClient.headFile(String path) |
AtmosObject |
AtmosClient.newObject()
Creates a default implementation of AtmosObject
|
AtmosObject |
AtmosAsyncClient.newObject()
Creates a default implementation of AtmosObject
|
AtmosObject |
AtmosClient.readFile(String path,
GetOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<AtmosObject> |
AtmosAsyncClient.headFile(String path) |
com.google.common.util.concurrent.ListenableFuture<AtmosObject> |
AtmosAsyncClient.readFile(String path,
GetOptions... options) |
Modifier and Type | Method and Description |
---|---|
URI |
AtmosClient.createFile(String parent,
AtmosObject object,
PutOptions... options) |
com.google.common.util.concurrent.ListenableFuture<URI> |
AtmosAsyncClient.createFile(String parent,
AtmosObject object,
PutOptions... options) |
void |
AtmosClient.updateFile(String parent,
AtmosObject object,
PutOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
AtmosAsyncClient.updateFile(String parent,
AtmosObject object,
PutOptions... options) |
Modifier and Type | Method and Description |
---|---|
AtmosObject |
BlobToObject.apply(Blob from) |
AtmosObject |
BlobMetadataToObject.apply(BlobMetadata from) |
Modifier and Type | Method and Description |
---|---|
MutableBlobMetadata |
ObjectToBlobMetadata.apply(AtmosObject from) |
Blob |
ObjectToBlob.apply(AtmosObject from) |
Modifier and Type | Method and Description |
---|---|
AtmosObject |
AtmosObject.Factory.create(MutableContentMetadata contentMetadata) |
AtmosObject |
AtmosObject.Factory.create(MutableContentMetadata contentMetadata,
SystemMetadata systemMetadata,
UserMetadata userMetadata) |
AtmosObject |
AtmosObject.Factory.create(SystemMetadata systemMetadata,
UserMetadata userMetadata) |
Modifier and Type | Class and Description |
---|---|
class |
AtmosObjectImpl
Default Implementation of
AtmosObject . |
Modifier and Type | Method and Description |
---|---|
AtmosObject |
AtmosObjectImpl.AtmosObjectFactory.create(MutableContentMetadata contentMetadata) |
AtmosObject |
AtmosObjectImpl.AtmosObjectFactory.create(MutableContentMetadata contentMetadata,
SystemMetadata systemMetadata,
UserMetadata userMetadata) |
AtmosObject |
AtmosObjectImpl.AtmosObjectFactory.create(SystemMetadata systemMetadata,
UserMetadata userMetadata) |
Modifier and Type | Method and Description |
---|---|
int |
AtmosObjectImpl.compareTo(AtmosObject o) |
Modifier and Type | Method and Description |
---|---|
AtmosObject |
ParseObjectFromHeadersAndHttpContent.apply(HttpResponse from)
First, calls
ParseSystemAndUserMetadataFromHeaders . |
Copyright © 2009-2012 jclouds. All Rights Reserved.