|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Job | |
---|---|
org.jclouds.gogrid.domain | |
org.jclouds.gogrid.functions | |
org.jclouds.gogrid.services |
Uses of Job in org.jclouds.gogrid.domain |
---|
Methods in org.jclouds.gogrid.domain with parameters of type Job | |
---|---|
int |
Job.compareTo(Job o)
|
Uses of Job in org.jclouds.gogrid.functions |
---|
Methods in org.jclouds.gogrid.functions that return types with arguments of type Job | |
---|---|
SortedSet<Job> |
ParseJobListFromJsonResponse.apply(HttpResponse arg0)
|
Uses of Job in org.jclouds.gogrid.services |
---|
Methods in org.jclouds.gogrid.services that return types with arguments of type Job | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Set<Job>> |
GridJobAsyncClient.getJobList(GetJobListOptions... options)
|
Set<Job> |
GridJobClient.getJobList(GetJobListOptions... options)
Returns all jobs found. |
com.google.common.util.concurrent.ListenableFuture<Set<Job>> |
GridJobAsyncClient.getJobsById(long... ids)
|
Set<Job> |
GridJobClient.getJobsById(long... ids)
Returns jobs for the corresponding id(s). |
com.google.common.util.concurrent.ListenableFuture<Set<Job>> |
GridJobAsyncClient.getJobsForObjectName(String objectName)
|
Set<Job> |
GridJobClient.getJobsForObjectName(String serverName)
Returns jobs found for an object with a provided name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |