All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
closePrintStream(PrintStream out) |
int |
dumpAContainerLogsForLogType(ContainerLogsRequest options) |
int |
dumpAContainerLogsForLogType(ContainerLogsRequest options,
boolean outputFailure) |
int |
dumpAContainerLogsForLogTypeWithoutNodeId(ContainerLogsRequest options) |
int |
dumpAContainersLogs(String appId,
String containerId,
String nodeId,
String jobOwner) |
int |
dumpAllContainersLogs(ContainerLogsRequest options) |
org.apache.hadoop.conf.Configuration |
getConf() |
static String |
getOwnerForAppIdOrNull(org.apache.hadoop.yarn.api.records.ApplicationId appId,
String bestGuess,
org.apache.hadoop.conf.Configuration conf) |
static String |
guessOwnerWithFileFormat(LogAggregationFileController fileFormat,
org.apache.hadoop.yarn.api.records.ApplicationId appId,
String bestGuess,
org.apache.hadoop.conf.Configuration conf) |
Set<ContainerLogFileInfo> |
listContainerLogs(ContainerLogsRequest options) |
int |
printAContainerLogMetadata(ContainerLogsRequest options,
PrintStream out,
PrintStream err) |
void |
printContainersList(ContainerLogsRequest options,
PrintStream out,
PrintStream err) |
void |
printNodesList(ContainerLogsRequest options,
PrintStream out,
PrintStream err) |
void |
setConf(org.apache.hadoop.conf.Configuration conf) |