org.jclouds.ContextBuilder#buildApi(AtmosClient.class)
as
AtmosAsyncClient
interface will be removed in jclouds 1.7.@Deprecated public interface AtmosAsyncClient extends Closeable
AtmosClient
,
Modifier and Type | Method and Description |
---|---|
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<Void> |
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,
GetOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
updateFile(String parent,
AtmosObject object,
PutOptions... options)
Deprecated.
|
@Provides AtmosObject newObject()
@Named(value="ListDirectory") com.google.common.util.concurrent.ListenableFuture<BoundedSet<? extends DirectoryEntry>> listDirectories(ListOptions... options)
@Named(value="ListDirectory") com.google.common.util.concurrent.ListenableFuture<BoundedSet<? extends DirectoryEntry>> listDirectory(String directoryName, ListOptions... options)
@Named(value="CreateDirectory") com.google.common.util.concurrent.ListenableFuture<URI> createDirectory(String directoryName, PutOptions... options)
@Named(value="CreateObject") com.google.common.util.concurrent.ListenableFuture<URI> createFile(String parent, AtmosObject object, PutOptions... options)
@Named(value="UpdateObject") com.google.common.util.concurrent.ListenableFuture<Void> updateFile(String parent, AtmosObject object, PutOptions... options)
@Named(value="ReadObject") com.google.common.util.concurrent.ListenableFuture<AtmosObject> readFile(String path, GetOptions... options)
@Named(value="GetObjectMetadata") com.google.common.util.concurrent.ListenableFuture<AtmosObject> headFile(String path)
@Named(value="GetSystemMetadata") com.google.common.util.concurrent.ListenableFuture<SystemMetadata> getSystemMetadata(String path)
@Named(value="GetUserMetadata") com.google.common.util.concurrent.ListenableFuture<UserMetadata> getUserMetadata(String path)
@Named(value="DeleteObject") com.google.common.util.concurrent.ListenableFuture<Void> deletePath(String path)
@Named(value="GetObjectMetadata") com.google.common.util.concurrent.ListenableFuture<Boolean> pathExists(String path)
Copyright © 2009-2013 jclouds. All Rights Reserved.