| 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() |
AtmosObject |
AtmosClient.readFile(String path,
GetOptions... options) |
| Modifier and Type | Method and Description |
|---|---|
URI |
AtmosClient.createFile(String parent,
AtmosObject object,
PutOptions... options) |
void |
AtmosClient.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-2016 The Apache Software Foundation. All Rights Reserved.