Uses of Enum Class
org.graylog2.rest.resources.entities.Sorting.Direction
Packages that use Sorting.Direction
Package
Description
-
Uses of Sorting.Direction in org.graylog2.indexer.fieldtypes
Methods in org.graylog2.indexer.fieldtypes with parameters of type Sorting.DirectionModifier and TypeMethodDescriptionIndexFieldTypesListService.getIndexSetFieldTypesList(String indexSetId, String fieldNameQuery, List<String> filters, String sort, Sorting.Direction order) IndexFieldTypesListService.getIndexSetFieldTypesListPage(String indexSetId, String fieldNameQuery, List<String> filters, int page, int perPage, String sort, Sorting.Direction order) -
Uses of Sorting.Direction in org.graylog2.indexer.indexset
Methods in org.graylog2.indexer.indexset with parameters of type Sorting.DirectionModifier and TypeMethodDescriptionIndexSetFieldTypeSummaryService.getIndexSetFieldTypeSummary(Set<String> streamIds, String fieldName, Predicate<String> indexSetPermissionPredicate, int page, int perPage, String sort, Sorting.Direction order) -
Uses of Sorting.Direction in org.graylog2.rest.resources.entities
Methods in org.graylog2.rest.resources.entities that return Sorting.DirectionModifier and TypeMethodDescriptionSorting.direction()Returns the value of thedirectionrecord component.static Sorting.DirectionReturns the enum constant of this class with the specified name.static Sorting.Direction[]Sorting.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog2.rest.resources.entities with parameters of type Sorting.DirectionModifier and TypeMethodDescriptionstatic SortingSorting.create(String id, Sorting.Direction direction) Constructors in org.graylog2.rest.resources.entities with parameters of type Sorting.DirectionModifierConstructorDescriptionSorting(String id, Sorting.Direction direction) Creates an instance of aSortingrecord class. -
Uses of Sorting.Direction in org.graylog2.rest.resources.system.indexer.responses
Methods in org.graylog2.rest.resources.system.indexer.responses with parameters of type Sorting.DirectionModifier and TypeMethodDescriptionstatic Comparator<IndexSetFieldType>IndexSetFieldType.getComparator(String sort, Sorting.Direction order)