| Package | Description |
|---|---|
| org.graylog2.dashboards.widgets.strategies | |
| org.graylog2.indexer.searches |
| Modifier and Type | Method and Description |
|---|---|
protected static Sorting.Direction |
QuickvaluesBaseWidgetStrategy.getSortingDirection(String sort) |
| Modifier and Type | Method and Description |
|---|---|
Sorting.Direction |
Sorting.getDirection() |
static Sorting.Direction |
Sorting.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sorting.Direction[] |
Sorting.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TermsResult |
Searches.terms(String field,
int size,
String query,
String filter,
TimeRange range,
Sorting.Direction sorting) |
TermsResult |
Searches.terms(String field,
List<String> stackedFields,
int size,
String query,
String filter,
TimeRange range,
Sorting.Direction sorting) |
TermsHistogramResult |
Searches.termsHistogram(String field,
List<String> stackedFields,
int size,
String query,
String filter,
TimeRange range,
Searches.DateHistogramInterval interval,
Sorting.Direction sorting) |
| Constructor and Description |
|---|
Sorting(String field,
Sorting.Direction direction) |
Copyright © 2012–2020 Graylog, Inc.. All rights reserved.