| Package | Description |
|---|---|
| com.hubspot.singularity.executor | |
| com.hubspot.singularity.executor.config | |
| com.hubspot.singularity.executor.task |
| Modifier and Type | Method and Description |
|---|---|
void |
SingularityExecutorMonitor.finishTask(SingularityExecutorTask task,
org.apache.mesos.Protos.TaskState taskState,
String message,
com.google.common.base.Optional<String> errorMsg,
Object... errorObjects) |
SingularityExecutorMonitor.SubmitState |
SingularityExecutorMonitor.submit(SingularityExecutorTask task) |
| Modifier and Type | Method and Description |
|---|---|
SingularityExecutorTask |
SingularityExecutorTaskBuilder.buildTask(String taskId,
org.apache.mesos.ExecutorDriver driver,
org.apache.mesos.Protos.TaskInfo taskInfo,
ch.qos.logback.classic.Logger log) |
| Modifier and Type | Method and Description |
|---|---|
SingularityExecutorTask |
SingularityExecutorTaskProcessCallable.getTask() |
| Modifier and Type | Method and Description |
|---|---|
SingularityExecutorArtifactFetcher.SingularityExecutorTaskArtifactFetcher |
SingularityExecutorArtifactFetcher.buildTaskFetcher(com.hubspot.deploy.ExecutorData executorData,
SingularityExecutorTask task) |
| Constructor and Description |
|---|
SingularityExecutorArtifactFetcher.SingularityExecutorTaskArtifactFetcher(com.hubspot.singularity.s3.base.ArtifactManager artifactManager,
com.hubspot.deploy.ExecutorData executorData,
SingularityExecutorTask task) |
SingularityExecutorTaskProcessBuilder(SingularityExecutorTask task,
ExecutorUtils executorUtils,
SingularityExecutorArtifactFetcher artifactFetcher,
TemplateManager templateManager,
SingularityExecutorConfiguration configuration,
com.hubspot.deploy.ExecutorData executorData,
String executorPid,
com.spotify.docker.client.DockerClient dockerClient) |
SingularityExecutorTaskProcessCallable(SingularityExecutorTask task,
ProcessBuilder processBuilder,
ExecutorUtils executorUtils) |
Copyright © 2015. All rights reserved.