Modifier and Type | Method and Description |
---|---|
static long |
LogAggregationWebUtils.getLogEndIndex(HtmlBlock.Block html,
String endStr)
Parse end index from html.
|
static long |
LogAggregationWebUtils.getLogStartIndex(HtmlBlock.Block html,
String startStr)
Parse start index from html.
|
static String |
LogAggregationWebUtils.verifyAndGetAppOwner(HtmlBlock.Block html,
String appOwner)
Verify and parse the application owner.
|
static org.apache.hadoop.yarn.api.records.ContainerId |
LogAggregationWebUtils.verifyAndGetContainerId(HtmlBlock.Block html,
String containerIdStr)
Verify and parse containerId.
|
static org.apache.hadoop.yarn.api.records.NodeId |
LogAggregationWebUtils.verifyAndGetNodeId(HtmlBlock.Block html,
String nodeIdStr)
Verify and parse NodeId.
|
Modifier and Type | Method and Description |
---|---|
protected long[] |
LogAggregationHtmlBlock.checkParseRange(HtmlBlock.Block html,
long startIndex,
long endIndex,
long startTime,
long endTime,
long logLength,
String logType) |
protected void |
LogAggregationHtmlBlock.processContainerLog(HtmlBlock.Block html,
long[] range,
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 and Description |
---|---|
protected void |
IndexedFileAggregatedLogsBlock.render(HtmlBlock.Block html) |
void |
LogAggregationIndexedFileController.renderAggregatedLogsBlock(HtmlBlock.Block html,
View.ViewContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
TFileAggregatedLogsBlock.render(HtmlBlock.Block html) |
void |
LogAggregationTFileController.renderAggregatedLogsBlock(HtmlBlock.Block html,
View.ViewContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
AggregatedLogsNavBlock.render(HtmlBlock.Block html) |
protected void |
AggregatedLogsBlock.render(HtmlBlock.Block html) |
Modifier and Type | Method and Description |
---|---|
protected void |
NavBlock.render(HtmlBlock.Block html) |
void |
LipsumBlock.render(HtmlBlock.Block html) |
protected void |
JQueryUI.render(HtmlBlock.Block html) |
protected void |
InfoBlock.render(HtmlBlock.Block html) |
protected abstract void |
HtmlBlock.render(HtmlBlock.Block html)
Render a block of html.
|
protected void |
HeaderBlock.render(HtmlBlock.Block html) |
protected void |
FooterBlock.render(HtmlBlock.Block html) |
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.