Uses of Class
org.apache.hadoop.yarn.logaggregation.ContainerLogsRequest
Packages that use ContainerLogsRequest
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of ContainerLogsRequest in org.apache.hadoop.yarn.logaggregation
Methods in org.apache.hadoop.yarn.logaggregation with parameters of type ContainerLogsRequestModifier and TypeMethodDescriptionintLogCLIHelpers.dumpAContainerLogsForLogType(ContainerLogsRequest options) intLogCLIHelpers.dumpAContainerLogsForLogType(ContainerLogsRequest options, boolean outputFailure) intLogCLIHelpers.dumpAContainerLogsForLogTypeWithoutNodeId(ContainerLogsRequest options) intLogCLIHelpers.dumpAllContainersLogs(ContainerLogsRequest options) static javax.ws.rs.core.ResponseLogToolUtils.getResponseFromNMWebService(org.apache.hadoop.conf.Configuration conf, javax.ws.rs.client.Client webServiceClient, ContainerLogsRequest request, String logFile) Redirect theContainerLogsRequestto the NodeManager's NMWebServices.LogCLIHelpers.listContainerLogs(ContainerLogsRequest options) intLogCLIHelpers.printAContainerLogMetadata(ContainerLogsRequest options, PrintStream out, PrintStream err) voidLogCLIHelpers.printContainersList(ContainerLogsRequest options, PrintStream out, PrintStream err) voidLogCLIHelpers.printNodesList(ContainerLogsRequest options, PrintStream out, PrintStream err) Constructors in org.apache.hadoop.yarn.logaggregation with parameters of type ContainerLogsRequest -
Uses of ContainerLogsRequest in org.apache.hadoop.yarn.logaggregation.filecontroller
Methods in org.apache.hadoop.yarn.logaggregation.filecontroller with parameters of type ContainerLogsRequestModifier and TypeMethodDescriptionabstract booleanLogAggregationFileController.readAggregatedLogs(ContainerLogsRequest logRequest, OutputStream os) Output container log.abstract List<ContainerLogMeta>LogAggregationFileController.readAggregatedLogsMeta(ContainerLogsRequest logRequest) Return a list ofContainerLogMetafor an application from Remote FileSystem. -
Uses of ContainerLogsRequest in org.apache.hadoop.yarn.logaggregation.filecontroller.ifile
Methods in org.apache.hadoop.yarn.logaggregation.filecontroller.ifile with parameters of type ContainerLogsRequestModifier and TypeMethodDescriptionbooleanLogAggregationIndexedFileController.readAggregatedLogs(ContainerLogsRequest logRequest, OutputStream os) LogAggregationIndexedFileController.readAggregatedLogsMeta(ContainerLogsRequest logRequest) -
Uses of ContainerLogsRequest in org.apache.hadoop.yarn.logaggregation.filecontroller.tfile
Methods in org.apache.hadoop.yarn.logaggregation.filecontroller.tfile with parameters of type ContainerLogsRequestModifier and TypeMethodDescriptionbooleanLogAggregationTFileController.readAggregatedLogs(ContainerLogsRequest logRequest, OutputStream os) LogAggregationTFileController.readAggregatedLogsMeta(ContainerLogsRequest logRequest)