| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<SingularityExecutorTask> |
SingularityExecutorMonitor.getTask(String taskId) |
| 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 |
SingularityExecutorShellCommandRunner.getTask() |
| Constructor and Description |
|---|
SingularityExecutorShellCommandRunner(com.hubspot.singularity.SingularityTaskShellCommandRequest shellRequest,
SingularityExecutorConfiguration executorConfiguration,
SingularityExecutorTask task,
SingularityExecutorTaskProcessCallable taskProcess,
com.google.common.util.concurrent.ListeningExecutorService shellCommandExecutorService,
SingularityExecutorShellCommandUpdater shellCommandUpdater) |
SingularityExecutorShellCommandUpdater(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.hubspot.singularity.SingularityTaskShellCommandRequest shellRequest,
SingularityExecutorTask task) |
| 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 |
|---|
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,
DockerUtils dockerUtils) |
SingularityExecutorTaskProcessCallable(SingularityExecutorTask task,
ProcessBuilder processBuilder,
ExecutorUtils executorUtils) |
Copyright © 2016. All rights reserved.