|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
org.jclouds.ContextBuilder#buildApi(AtmosClient.class) as
AtmosAsyncClient interface will be removed in jclouds 1.7.
@Deprecated public interface AtmosAsyncClient
Provides asynchronous access to EMC Atmos Online Storage resources via their REST API.
AtmosClient,
| Method Summary | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<URI> |
createDirectory(String directoryName,
PutOptions... options)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<URI> |
createFile(String parent,
AtmosObject object,
PutOptions... options)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
deletePath(String path)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<SystemMetadata> |
getSystemMetadata(String path)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<UserMetadata> |
getUserMetadata(String path)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<AtmosObject> |
headFile(String path)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
isPublic(String path)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<BoundedSet<? extends DirectoryEntry>> |
listDirectories(ListOptions... options)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<BoundedSet<? extends DirectoryEntry>> |
listDirectory(String directoryName,
ListOptions... options)
Deprecated. |
AtmosObject |
newObject()
Deprecated. Creates a default implementation of AtmosObject |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
pathExists(String path)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<AtmosObject> |
readFile(String path,
org.jclouds.http.options.GetOptions... options)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Void> |
updateFile(String parent,
AtmosObject object,
PutOptions... options)
Deprecated. |
| Methods inherited from interface java.io.Closeable |
|---|
close |
| Method Detail |
|---|
@Provides AtmosObject newObject()
@Named(value="ListDirectory") com.google.common.util.concurrent.ListenableFuture<BoundedSet<? extends DirectoryEntry>> listDirectories(ListOptions... options)
AtmosClient.listDirectories(org.jclouds.atmos.options.ListOptions...)
@Named(value="ListDirectory")
com.google.common.util.concurrent.ListenableFuture<BoundedSet<? extends DirectoryEntry>> listDirectory(String directoryName,
ListOptions... options)
AtmosClient.listDirectory(java.lang.String, org.jclouds.atmos.options.ListOptions...)
@Named(value="CreateDirectory")
com.google.common.util.concurrent.ListenableFuture<URI> createDirectory(String directoryName,
PutOptions... options)
AtmosClient.createDirectory(java.lang.String, org.jclouds.atmos.options.PutOptions...)
@Nullable
@Named(value="CreateObject")
com.google.common.util.concurrent.ListenableFuture<URI> createFile(String parent,
AtmosObject object,
PutOptions... options)
AtmosClient.createFile(java.lang.String, org.jclouds.atmos.domain.AtmosObject, org.jclouds.atmos.options.PutOptions...)
@Named(value="UpdateObject")
com.google.common.util.concurrent.ListenableFuture<Void> updateFile(String parent,
AtmosObject object,
PutOptions... options)
AtmosClient.updateFile(java.lang.String, org.jclouds.atmos.domain.AtmosObject, org.jclouds.atmos.options.PutOptions...)
@Named(value="ReadObject")
com.google.common.util.concurrent.ListenableFuture<AtmosObject> readFile(String path,
org.jclouds.http.options.GetOptions... options)
AtmosClient.readFile(java.lang.String, org.jclouds.http.options.GetOptions...)@Named(value="GetObjectMetadata") com.google.common.util.concurrent.ListenableFuture<AtmosObject> headFile(String path)
AtmosClient.headFile(java.lang.String)@Named(value="GetSystemMetadata") com.google.common.util.concurrent.ListenableFuture<SystemMetadata> getSystemMetadata(String path)
AtmosClient.getSystemMetadata(java.lang.String)@Named(value="GetUserMetadata") com.google.common.util.concurrent.ListenableFuture<UserMetadata> getUserMetadata(String path)
AtmosClient.getUserMetadata(java.lang.String)@Named(value="DeleteObject") com.google.common.util.concurrent.ListenableFuture<Boolean> deletePath(String path)
AtmosClient.deletePath(java.lang.String)@Named(value="GetObjectMetadata") com.google.common.util.concurrent.ListenableFuture<Boolean> pathExists(String path)
AtmosClient.pathExists(java.lang.String)@Named(value="GetObjectMetadata") com.google.common.util.concurrent.ListenableFuture<Boolean> isPublic(String path)
AtmosClient.isPublic(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||