public class RunnerContext extends Object
| Constructor and Description |
|---|
RunnerContext(String cmd,
String taskAppDirectory,
String logDir,
String user,
String logFile,
String taskId,
com.google.common.base.Optional<Integer> maxTaskThreads,
boolean shouldChangeUser,
Integer maxOpenFiles,
String switchUserCommand) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCmd() |
String |
getLogDir() |
String |
getLogFile() |
Integer |
getMaxOpenFiles() |
com.google.common.base.Optional<Integer> |
getMaxTaskThreads() |
String |
getSwitchUserCommand() |
String |
getTaskAppDirectory() |
String |
getTaskId() |
String |
getUser() |
boolean |
isShouldChangeUser() |
String |
toString() |
public String getCmd()
public String getTaskAppDirectory()
public String getLogDir()
public String getUser()
public String getLogFile()
public String getTaskId()
public com.google.common.base.Optional<Integer> getMaxTaskThreads()
public boolean isShouldChangeUser()
public Integer getMaxOpenFiles()
public String getSwitchUserCommand()
Copyright © 2016. All rights reserved.