| 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.
|
| org.apache.hadoop.yarn.webapp.log |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.yarn.webapp.view |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
static long |
LogAggregationWebUtils.getLogEndIndex(HtmlBlock.Block html,
java.lang.String endStr) |
Parse end index from html.
|
static long |
LogAggregationWebUtils.getLogStartIndex(HtmlBlock.Block html,
java.lang.String startStr) |
Parse start index from html.
|
static java.lang.String |
LogAggregationWebUtils.verifyAndGetAppOwner(HtmlBlock.Block html,
java.lang.String appOwner) |
Verify and parse the application owner.
|
static org.apache.hadoop.yarn.api.records.ContainerId |
LogAggregationWebUtils.verifyAndGetContainerId(HtmlBlock.Block html,
java.lang.String containerIdStr) |
Verify and parse containerId.
|
static org.apache.hadoop.yarn.api.records.NodeId |
LogAggregationWebUtils.verifyAndGetNodeId(HtmlBlock.Block html,
java.lang.String nodeIdStr) |
Verify and parse NodeId.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected long[] |
LogAggregationHtmlBlock.checkParseRange(HtmlBlock.Block html,
long startIndex,
long endIndex,
long startTime,
long endTime,
long logLength,
java.lang.String logType) |
|
protected void |
LogAggregationHtmlBlock.processContainerLog(HtmlBlock.Block html,
long[] range,
java.io.InputStream in,
int bufferSize,
byte[] cbuf) |
|
abstract void |
LogAggregationFileController.renderAggregatedLogsBlock(HtmlBlock.Block html,
View.ViewContext context) |
Render Aggregated Logs block.
|
protected LogAggregationHtmlBlock.BlockParameters |
LogAggregationHtmlBlock.verifyAndParseParameters(HtmlBlock.Block html) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
IndexedFileAggregatedLogsBlock.render(HtmlBlock.Block html) |
|
void |
LogAggregationIndexedFileController.renderAggregatedLogsBlock(HtmlBlock.Block html,
View.ViewContext context) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
NodeLocalAggregatedLogsBlock.render(HtmlBlock.Block html) |
|
void |
LogAggregationNodeLocalTFileController.renderAggregatedLogsBlock(HtmlBlock.Block html,
View.ViewContext context) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
TFileAggregatedLogsBlock.render(HtmlBlock.Block html) |
|
void |
LogAggregationTFileController.renderAggregatedLogsBlock(HtmlBlock.Block html,
View.ViewContext context) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
AggregatedLogsBlock.render(HtmlBlock.Block html) |
|
protected void |
AggregatedLogsNavBlock.render(HtmlBlock.Block html) |
|
protected void |
DFSContainerLogsBlock.render(HtmlBlock.Block html) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
HtmlBlock.initUserHelpInformationDiv(HtmlBlock.Block html,
boolean isEnabled) |
Initialize User Help Information Div.
|
protected void |
FooterBlock.render(HtmlBlock.Block html) |
|
protected void |
HeaderBlock.render(HtmlBlock.Block html) |
|
protected abstract void |
HtmlBlock.render(HtmlBlock.Block html) |
Render a block of html.
|
protected void |
InfoBlock.render(HtmlBlock.Block html) |
|
protected void |
JQueryUI.render(HtmlBlock.Block html) |
|
void |
LipsumBlock.render(HtmlBlock.Block html) |
|
protected void |
NavBlock.render(HtmlBlock.Block html) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.