Package | Description |
---|---|
org.apache.hadoop.chukwa.datastore | |
org.apache.hadoop.chukwa.hicc.bean | |
org.apache.hadoop.chukwa.hicc.rest |
Modifier and Type | Method and Description |
---|---|
static Chart |
ChukwaHBaseStore.getChart(String id)
Get a chart from HBase by ID.
|
Modifier and Type | Method and Description |
---|---|
static String |
ChukwaHBaseStore.createChart(Chart chart)
Create a chart in HBase.
|
static void |
ChukwaHBaseStore.putChart(String id,
Chart chart)
Update a chart in HBase by ID.
|
Modifier and Type | Method and Description |
---|---|
static Chart |
Chart.createChart(String id,
String title,
String[] metrics,
String source,
String yunitType)
Create a chart object.
|
static Chart |
Chart.createCircle(String id,
String title,
String[] metrics,
String source,
String suffixLabel,
String direction)
Create a chart in HBase by specifying parameters.
|
static Chart |
Chart.createTile(String id,
String title,
String bannerText,
String suffixLabel,
String[] metrics,
String source,
String icon)
Create a tile in HBase by specifying parameters.
|
Modifier and Type | Field and Description |
---|---|
static Chart |
Examples.CPU_UTILIZATION |
static Chart |
Examples.DATANODES |
static Chart |
Examples.DISK_UTILIZATION |
static Chart |
Examples.HBASE_MASTER_MEMORY |
static Chart |
Examples.HDFS_HA |
static Chart |
Examples.HDFS_LOAD |
static Chart |
Examples.HDFS_USAGE |
static Chart |
Examples.MEMORY_UTILIZATION |
static Chart |
Examples.NAMENODE_MEMORY |
static Chart |
Examples.NAMENODE_RPC_LATENCY |
static Chart |
Examples.NETWORK_UTILIZATION |
static Chart |
Examples.NODE_MANAGER_HEALTH |
static Chart |
Examples.RESOURCE_MANAGER_MEMORY |
static Chart |
Examples.SWAP_UTILIZATION |
static Chart |
Examples.SYSTEM_LOAD_AVERAGE |
Copyright © 2016 Apache Software Foundation. All Rights Reserved.