| Package | Description |
|---|---|
| org.apache.slider.server.appmaster.web.view |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ContainerStatsBlock.TableAnchorContent
Creates a table cell with an anchor to the given URL with the provided String as content.
|
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.common.base.Function<Map.Entry<String,Integer>,Map.Entry<ContainerStatsBlock.TableContent,Integer>> |
ContainerStatsBlock.stringIntPairFunc |
protected static com.google.common.base.Function<Map.Entry<String,Long>,Map.Entry<ContainerStatsBlock.TableContent,Long>> |
ContainerStatsBlock.stringLongPairFunc |
protected static com.google.common.base.Function<Map.Entry<String,String>,Map.Entry<ContainerStatsBlock.TableContent,String>> |
ContainerStatsBlock.stringStringPairFunc |
| Modifier and Type | Method and Description |
|---|---|
protected <T1 extends ContainerStatsBlock.TableContent,T2> |
ContainerStatsBlock.generateRoleDetails(org.apache.hadoop.yarn.webapp.hamlet.Hamlet.DIV<org.apache.hadoop.yarn.webapp.hamlet.Hamlet> parent,
String divSelector,
String detailsName,
Iterable<Map.Entry<T1,T2>> contents)
Given a div, a name for this data, and some pairs of data, generate a nice HTML table.
|
| Modifier and Type | Method and Description |
|---|---|
protected static <T> com.google.common.base.Function<Map.Entry<String,T>,Map.Entry<ContainerStatsBlock.TableContent,T>> |
ContainerStatsBlock.toTableContentFunction() |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.