public interface TaskAsyncApi
TaskApi,
,
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
clear(String name) |
com.google.common.util.concurrent.ListenableFuture<Task> |
get(String name) |
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<Task>> |
list() |
com.google.common.util.concurrent.ListenableFuture<String> |
runTest(String value) |
@Named(value="runTest") com.google.common.util.concurrent.ListenableFuture<String> runTest(String value)
TaskApi.runTest(String)@Named(value="getStatusForTask") com.google.common.util.concurrent.ListenableFuture<Task> get(String name)
TaskApi.get(String)@Named(value="getAllTasks") com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<Task>> list()
TaskApi.list()@Named(value="clearTask") com.google.common.util.concurrent.ListenableFuture<Void> clear(String name)
TaskApi.clear(String)Copyright © 2009-2013 jclouds. All Rights Reserved.