Uses of Enum Class
org.graylog.plugins.views.search.searchtypes.pivot.SortSpec.Direction
Packages that use SortSpec.Direction
Package
Description
-
Uses of SortSpec.Direction in org.graylog.plugins.views.search.rest.scriptingapi
Methods in org.graylog.plugins.views.search.rest.scriptingapi with parameters of type SortSpec.DirectionModifier and TypeMethodDescriptionScriptingApiResource.executeQuery(String query, Set<String> streams, String timerangeKeyword, List<String> fields, String sort, SortSpec.Direction sortOrder, int from, int size, SearchUser searchUser) -
Uses of SortSpec.Direction in org.graylog.plugins.views.search.rest.scriptingapi.mapping
Methods in org.graylog.plugins.views.search.rest.scriptingapi.mapping with parameters of type SortSpec.DirectionModifier and TypeMethodDescriptionQueryParamsToFullRequestSpecificationMapper.simpleQueryParamsToFullRequestSpecification(String query, Set<String> streams, String timerangeKeyword, List<String> fields, String sort, SortSpec.Direction sortOrder, int from, int size) -
Uses of SortSpec.Direction in org.graylog.plugins.views.search.rest.scriptingapi.request
Fields in org.graylog.plugins.views.search.rest.scriptingapi.request declared as SortSpec.DirectionModifier and TypeFieldDescriptionstatic final SortSpec.DirectionMessagesRequestSpec.DEFAULT_SORT_ORDERMethods in org.graylog.plugins.views.search.rest.scriptingapi.request that return SortSpec.DirectionModifier and TypeMethodDescriptionMetric.sort()Sortable.sort()MessagesRequestSpec.sortOrder()Returns the value of thesortOrderrecord component.Constructors in org.graylog.plugins.views.search.rest.scriptingapi.request with parameters of type SortSpec.DirectionModifierConstructorDescriptionMessagesRequestSpec(String queryString, Set<String> streams, TimeRange timerange, String sort, SortSpec.Direction sortOrder, int from, int size, List<String> fields) Creates an instance of aMessagesRequestSpecrecord class.Metric(String functionName, String fieldName, SortSpec.Direction sort, MetricConfiguration configuration) -
Uses of SortSpec.Direction in org.graylog.plugins.views.search.searchtypes.pivot
Methods in org.graylog.plugins.views.search.searchtypes.pivot that return SortSpec.DirectionModifier and TypeMethodDescriptionstatic SortSpec.DirectionSortSpec.Direction.deserialize(String value) abstract SortSpec.DirectionPivotSort.direction()abstract SortSpec.DirectionSeriesSort.direction()SortSpec.direction()static SortSpec.DirectionReturns the enum constant of this class with the specified name.static SortSpec.Direction[]SortSpec.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog.plugins.views.search.searchtypes.pivot with parameters of type SortSpec.DirectionModifier and TypeMethodDescriptionstatic PivotSortPivotSort.create(String type, String field, SortSpec.Direction direction) static PivotSortPivotSort.create(String field, SortSpec.Direction direction) static SeriesSortSeriesSort.create(String type, String field, SortSpec.Direction direction) static SeriesSortSeriesSort.create(String field, SortSpec.Direction direction)