| Package | Description |
|---|---|
| org.apache.hadoop.yarn.logaggregation |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.yarn.logaggregation.filecontroller |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.yarn.logaggregation.filecontroller.ifile |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.yarn.logaggregation.filecontroller.nodelocal | |
| org.apache.hadoop.yarn.logaggregation.filecontroller.tfile |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<ContainerLogMeta> |
LogAggregationMetaCollector.collect(LogAggregationFileController fileController) |
Collects all log file metadata based on the complex query defined in
UserLogsRequest. |
static java.lang.String |
LogCLIHelpers.guessOwnerWithFileFormat(LogAggregationFileController fileFormat,
org.apache.hadoop.yarn.api.records.ApplicationId appId,
java.lang.String bestGuess,
org.apache.hadoop.conf.Configuration conf) |
| Constructor | Description |
|---|---|
LogDeletionTask(org.apache.hadoop.conf.Configuration conf,
long retentionSecs,
org.apache.hadoop.yarn.api.ApplicationClientProtocol rmClient,
LogAggregationFileController fileController) |
| Modifier and Type | Method | Description |
|---|---|---|
LogAggregationFileController |
LogAggregationFileControllerFactory.getFileControllerForRead(org.apache.hadoop.yarn.api.records.ApplicationId appId,
java.lang.String appOwner) |
Get
LogAggregationFileController to read the aggregated logs
for this application. |
LogAggregationFileController |
LogAggregationFileControllerFactory.getFileControllerForWrite() |
Get
LogAggregationFileController to write. |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.LinkedList<LogAggregationFileController> |
LogAggregationFileControllerFactory.getConfiguredLogAggregationFileControllerList() |
| Modifier and Type | Class | Description |
|---|---|---|
class |
LogAggregationIndexedFileController |
The Indexed Log Aggregation File Format implementation.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
LogAggregationNodeLocalTFileController |
| Modifier and Type | Class | Description |
|---|---|---|
class |
LogAggregationTFileController |
The TFile log aggregation file Controller implementation.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.