public interface GridJobAsyncClient
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Set<Job>> |
getJobList(GetJobListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Job>> |
getJobsById(long... ids) |
com.google.common.util.concurrent.ListenableFuture<Set<Job>> |
getJobsForObjectName(String objectName) |
com.google.common.util.concurrent.ListenableFuture<Set<Job>> getJobList(GetJobListOptions... options)
com.google.common.util.concurrent.ListenableFuture<Set<Job>> getJobsForObjectName(String objectName)
com.google.common.util.concurrent.ListenableFuture<Set<Job>> getJobsById(long... ids)
GridJobClient.getJobsById(long...)
Copyright © 2009-2012 jclouds. All Rights Reserved.