| Package | Description |
|---|---|
| com.spotify.helios.client | |
| com.spotify.helios.common | |
| com.spotify.helios.common.descriptors |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Map<JobId,Job>> |
HeliosClient.jobs() |
com.google.common.util.concurrent.ListenableFuture<Map<JobId,Job>> |
HeliosClient.jobs(String query) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<CreateJobResponse> |
HeliosClient.createJob(Job descriptor) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
JobValidator.validate(Job job) |
| Modifier and Type | Method and Description |
|---|---|
Job |
Job.Builder.build() |
Job |
Job.Builder.buildWithoutHash() |
Job |
JobStatus.getJob() |
Job |
Task.getJob() |
Job |
TaskStatus.getJob() |
| Modifier and Type | Method and Description |
|---|---|
int |
Job.compareTo(Job job) |
JobStatus.Builder |
JobStatus.Builder.setJob(Job job) |
TaskStatus.Builder |
TaskStatus.Builder.setJob(Job job) |
| Constructor and Description |
|---|
JobStatus(Job job,
Map<String,TaskStatus> taskStatuses,
Map<String,Deployment> deployments) |
Task(Job job,
Goal goal,
String deployerUser,
String deployerMaster,
String deploymentGroupName) |
TaskStatus(Job job,
Goal goal,
TaskStatus.State state,
String containerId,
ThrottleState throttled,
Map<String,PortMapping> ports,
Map<String,String> env,
String containerError) |
Copyright © 2017. All rights reserved.