Package com.hubspot.singularity.executor.task

Examples of com.hubspot.singularity.executor.task.SingularityExecutorTaskLogManager


    return runningTaskIds;
  }

  private boolean cleanTask(SingularityExecutorTaskDefinition taskDefinition, Optional<SingularityTaskHistory> taskHistory) {
    SingularityExecutorTaskLogManager logManager = new SingularityExecutorTaskLogManager(taskDefinition, templateManager, executorConfiguration, LOG, jsonObjectFileHelper);

    SingularityExecutorTaskCleanup taskCleanup = new SingularityExecutorTaskCleanup(logManager, executorConfiguration, taskDefinition, LOG);

    boolean cleanupTaskAppDirectory = true;
View Full Code Here

TOP

Related Classes of com.hubspot.singularity.executor.task.SingularityExecutorTaskLogManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.