| Package | Description |
|---|---|
| com.spotify.helios.common.descriptors |
| Modifier and Type | Field and Description |
|---|---|
static Map<ServiceEndpoint,ServicePorts> |
Job.EMPTY_REGISTRATION |
| Modifier and Type | Method and Description |
|---|---|
ServiceEndpoint |
ServiceEndpoint.Builder.build() |
static ServiceEndpoint |
ServiceEndpoint.of(String service,
String proto) |
| Modifier and Type | Method and Description |
|---|---|
Map<ServiceEndpoint,ServicePorts> |
Job.getRegistration() |
Map<ServiceEndpoint,ServicePorts> |
Job.Builder.getRegistration() |
| Modifier and Type | Method and Description |
|---|---|
Job.Builder |
Job.Builder.addRegistration(ServiceEndpoint endpoint,
ServicePorts ports) |
int |
ServiceEndpoint.compareTo(ServiceEndpoint o) |
| Modifier and Type | Method and Description |
|---|---|
Job.Builder |
Job.Builder.setRegistration(Map<ServiceEndpoint,ServicePorts> registration) |
| Constructor and Description |
|---|
Job(JobId id,
String image,
List<String> command,
Map<String,String> env,
Resources resources,
Map<String,PortMapping> ports,
Map<ServiceEndpoint,ServicePorts> registration,
Integer gracePeriod,
Map<String,String> volumes,
Date expires,
String registrationDomain,
String creatingUser,
String token,
HealthCheck healthCheck)
Create a Job.
|
Copyright © 2015. All rights reserved.