| Package | Description |
|---|---|
| org.apache.hadoop.chukwa.datastore | |
| org.apache.hadoop.chukwa.hicc.bean |
| Modifier and Type | Method and Description |
|---|---|
static Widget |
ChukwaHBaseStore.viewWidget(String title)
View a widget information in HBase.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Widget> |
ChukwaHBaseStore.listWidget(int limit,
int offset)
List widgets stored in HBase.
|
static List<Widget> |
ChukwaHBaseStore.searchWidget(String query)
Find widget by title prefix in HBase.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ChukwaHBaseStore.createWidget(Widget widget)
Create a widget in HBase.
|
static boolean |
ChukwaHBaseStore.updateWidget(String title,
Widget widget)
Update a widget in HBase.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dashboard.add(Widget widget) |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.