org.jclouds.gogrid.services
Interface GridJobAsyncClient
public interface GridJobAsyncClient
- Author:
- Oleksiy Yarmula
getJobList
com.google.common.util.concurrent.ListenableFuture<Set<Job>> getJobList(GetJobListOptions... options)
- See Also:
GridJobClient.getJobList(org.jclouds.gogrid.options.GetJobListOptions...)
getJobsForObjectName
com.google.common.util.concurrent.ListenableFuture<Set<Job>> getJobsForObjectName(String objectName)
- See Also:
GridJobClient.getJobsForObjectName(String)
getJobsById
com.google.common.util.concurrent.ListenableFuture<Set<Job>> getJobsById(long... ids)
- See Also:
GridJobClient.getJobsById(long...)
Copyright © 2009-2011 jclouds. All Rights Reserved.