org.jclouds.ContextBuilder#buildApi(ElasticStackClient.class) as
             ElasticStackAsyncClient interface will be removed in jclouds 1.7.@Deprecated public interface ElasticStackAsyncClient extends Closeable
ElasticStackClient, 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<ServerInfo> | 
createAndStartServer(Server createServer)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<DriveInfo> | 
createDrive(Drive createDrive)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<ServerInfo> | 
createServer(Server createServer)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Void> | 
destroyDrive(String uuid)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Void> | 
destroyServer(String uuid)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<DriveInfo> | 
getDriveInfo(String uuid)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<ServerInfo> | 
getServerInfo(String uuid)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Void> | 
imageDrive(String source,
          String destination)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Void> | 
imageDrive(String source,
          String destination,
          ImageConversionType conversionType)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Set<DriveInfo>> | 
listDriveInfo()
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Set<String>> | 
listDrives()
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Set<ServerInfo>> | 
listServerInfo()
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Set<String>> | 
listServers()
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Payload> | 
readDrive(String uuid,
         long offset,
         long size)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Void> | 
resetServer(String uuid)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<DriveInfo> | 
setDriveData(String uuid,
            DriveData setDrive)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<ServerInfo> | 
setServerConfiguration(String uuid,
                      Server setServer)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Void> | 
shutdownServer(String uuid)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Void> | 
startServer(String uuid)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Void> | 
stopServer(String uuid)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Void> | 
writeDrive(String uuid,
          Payload content)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Void> | 
writeDrive(String uuid,
          Payload content,
          long offset)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Set<String>> listServers()
ElasticStackClient.listServers()com.google.common.util.concurrent.ListenableFuture<Set<ServerInfo>> listServerInfo()
ElasticStackClient.listServerInfo()com.google.common.util.concurrent.ListenableFuture<ServerInfo> getServerInfo(String uuid)
com.google.common.util.concurrent.ListenableFuture<ServerInfo> createServer(Server createServer)
com.google.common.util.concurrent.ListenableFuture<ServerInfo> setServerConfiguration(String uuid, Server setServer)
com.google.common.util.concurrent.ListenableFuture<Void> destroyServer(String uuid)
com.google.common.util.concurrent.ListenableFuture<Void> startServer(String uuid)
com.google.common.util.concurrent.ListenableFuture<Void> stopServer(String uuid)
com.google.common.util.concurrent.ListenableFuture<Void> shutdownServer(String uuid)
com.google.common.util.concurrent.ListenableFuture<Void> resetServer(String uuid)
com.google.common.util.concurrent.ListenableFuture<Set<String>> listDrives()
ElasticStackClient.listDrives()com.google.common.util.concurrent.ListenableFuture<Set<DriveInfo>> listDriveInfo()
ElasticStackClient.listDriveInfo()com.google.common.util.concurrent.ListenableFuture<DriveInfo> getDriveInfo(String uuid)
com.google.common.util.concurrent.ListenableFuture<DriveInfo> createDrive(Drive createDrive)
com.google.common.util.concurrent.ListenableFuture<DriveInfo> setDriveData(String uuid, DriveData setDrive)
com.google.common.util.concurrent.ListenableFuture<Void> destroyDrive(String uuid)
com.google.common.util.concurrent.ListenableFuture<ServerInfo> createAndStartServer(Server createServer)
com.google.common.util.concurrent.ListenableFuture<Void> imageDrive(String source, String destination)
com.google.common.util.concurrent.ListenableFuture<Void> imageDrive(String source, String destination, ImageConversionType conversionType)
com.google.common.util.concurrent.ListenableFuture<Payload> readDrive(String uuid, long offset, long size)
com.google.common.util.concurrent.ListenableFuture<Void> writeDrive(String uuid, Payload content)
Copyright © 2009-2013 jclouds. All Rights Reserved.