| Package | Description |
|---|---|
| org.graylog2.bundles | |
| org.graylog2.dashboards.widgets |
| Modifier and Type | Method and Description |
|---|---|
DashboardWidget.Type |
DashboardWidget.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
DashboardWidget.setType(DashboardWidget.Type type) |
| Modifier and Type | Method and Description |
|---|---|
DashboardWidget.Type |
DashboardWidget.getType() |
static DashboardWidget.Type |
DashboardWidget.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DashboardWidget.Type[] |
DashboardWidget.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static DashboardWidget |
DashboardWidget.buildDashboardWidget(DashboardWidget.Type type,
com.codahale.metrics.MetricRegistry metricRegistry,
Searches searches,
String widgetId,
String description,
int cacheTime,
Map<String,Object> config,
String query,
TimeRange timeRange,
String creatorUserId) |
| Constructor and Description |
|---|
DashboardWidget(com.codahale.metrics.MetricRegistry metricRegistry,
DashboardWidget.Type type,
String id,
String description,
int cacheTimeS,
Map<String,Object> config,
String creatorUserId) |
SearchResultCountWidget(com.codahale.metrics.MetricRegistry metricRegistry,
DashboardWidget.Type type,
Searches searches,
String id,
String description,
int cacheTime,
Map<String,Object> config,
String query,
TimeRange timeRange,
String creatorUserId) |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.