| Package | Description |
|---|---|
| org.graylog.plugins.views.search.searchtypes.pivot |
| Modifier and Type | Method and Description |
|---|---|
abstract SortSpec.Direction |
PivotSort.direction() |
abstract SortSpec.Direction |
SeriesSort.direction() |
SortSpec.Direction |
SortSpec.direction() |
static SortSpec.Direction |
SortSpec.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortSpec.Direction[] |
SortSpec.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static PivotSort |
PivotSort.create(String type,
String field,
SortSpec.Direction direction) |
static SeriesSort |
SeriesSort.create(String type,
String field,
SortSpec.Direction direction) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.