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