Package | Description |
---|---|
org.jclouds.gogrid.domain | |
org.jclouds.gogrid.functions | |
org.jclouds.gogrid.services |
Modifier and Type | Method and Description |
---|---|
int |
Job.compareTo(Job o) |
Modifier and Type | Method and Description |
---|---|
SortedSet<Job> |
ParseJobListFromJsonResponse.apply(HttpResponse arg0) |
Modifier and Type | Method and Description |
---|---|
Set<Job> |
GridJobClient.getJobList(GetJobListOptions... options)
Returns all jobs found.
|
com.google.common.util.concurrent.ListenableFuture<Set<Job>> |
GridJobAsyncClient.getJobList(GetJobListOptions... options) |
Set<Job> |
GridJobClient.getJobsById(long... ids)
Returns jobs for the corresponding id(s).
|
com.google.common.util.concurrent.ListenableFuture<Set<Job>> |
GridJobAsyncClient.getJobsById(long... ids) |
Set<Job> |
GridJobClient.getJobsForObjectName(String serverName)
Returns jobs found for an object with a provided name.
|
com.google.common.util.concurrent.ListenableFuture<Set<Job>> |
GridJobAsyncClient.getJobsForObjectName(String objectName) |
Copyright © 2009-2012 jclouds. All Rights Reserved.