|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SortDirection | |
---|---|
com.splunk |
Uses of SortDirection in com.splunk |
---|
Methods in com.splunk that return SortDirection | |
---|---|
SortDirection |
LimitPivotFilter.getSortDirection()
|
static SortDirection |
SortDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SortDirection[] |
SortDirection.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.splunk with parameters of type SortDirection | |
---|---|
PivotSpecification |
PivotSpecification.addFilter(java.lang.String field,
java.lang.String sortAttribute,
SortDirection sortDirection,
int limit,
StatsFunction statsFunction)
Add a filter that limits the number of values of an aggregated field that will be allowed into the pivot. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |