public interface ElasticStackAsyncClient
ElasticStackClient
,
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
createAndStartServer(Server createServer) |
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
createDrive(Drive createDrive) |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
createServer(Server createServer) |
com.google.common.util.concurrent.ListenableFuture<Void> |
destroyDrive(String uuid) |
com.google.common.util.concurrent.ListenableFuture<Void> |
destroyServer(String uuid) |
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
getDriveInfo(String uuid) |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
getServerInfo(String uuid) |
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<Set<DriveInfo>> |
listDriveInfo() |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
listDrives() |
com.google.common.util.concurrent.ListenableFuture<Set<ServerInfo>> |
listServerInfo() |
com.google.common.util.concurrent.ListenableFuture<Set<String>> |
listServers() |
com.google.common.util.concurrent.ListenableFuture<Payload> |
readDrive(String uuid,
long offset,
long size) |
com.google.common.util.concurrent.ListenableFuture<Void> |
resetServer(String uuid) |
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
setDriveData(String uuid,
DriveData setDrive) |
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
setServerConfiguration(String uuid,
Server setServer) |
com.google.common.util.concurrent.ListenableFuture<Void> |
shutdownServer(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> |
writeDrive(String uuid,
Payload content) |
com.google.common.util.concurrent.ListenableFuture<Void> |
writeDrive(String uuid,
Payload content,
long offset) |
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<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<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-2012 jclouds. All Rights Reserved.