public class LogCLIHelpers extends Object implements Configurable
| Constructor and Description |
|---|
LogCLIHelpers() |
| Modifier and Type | Method and Description |
|---|---|
int |
dumpAContainerLogs(String containerIdStr,
AggregatedLogFormat.LogReader reader,
PrintStream out,
long logUploadedTime) |
int |
dumpAContainersLogs(String appId,
String containerId,
String nodeId,
String jobOwner) |
int |
dumpAllContainersLogs(ApplicationId appId,
String appOwner,
PrintStream out) |
Configuration |
getConf() |
void |
setConf(Configuration conf) |
@InterfaceAudience.Private public int dumpAContainersLogs(String appId, String containerId, String nodeId, String jobOwner) throws IOException
IOException@InterfaceAudience.Private public int dumpAContainerLogs(String containerIdStr, AggregatedLogFormat.LogReader reader, PrintStream out, long logUploadedTime) throws IOException
IOException@InterfaceAudience.Private public int dumpAllContainersLogs(ApplicationId appId, String appOwner, PrintStream out) throws IOException
IOExceptionpublic void setConf(Configuration conf)
setConf in interface Configurablepublic Configuration getConf()
getConf in interface ConfigurableCopyright © 2018 CERN. All Rights Reserved.