Uses of Class
org.graylog2.indexer.searches.Sorting
Packages that use Sorting
Package
Description
-
Uses of Sorting in org.graylog.events.search
Methods in org.graylog.events.search with parameters of type Sorting -
Uses of Sorting in org.graylog2.indexer.searches
Fields in org.graylog2.indexer.searches declared as SortingMethods in org.graylog2.indexer.searches that return SortingModifier and TypeMethodDescriptionstatic SortingSorting.fromApiParam(String param) abstract SortingSearchesConfig.sorting()Methods in org.graylog2.indexer.searches that return types with arguments of type SortingMethods in org.graylog2.indexer.searches with parameters of type SortingModifier and TypeMethodDescriptionSearchesConfig.create(String query, String filter, List<String> fields, TimeRange timeRange, int limit, int offset, Sorting sorting) SearchesAdapter.scroll(Set<String> indexWildcards, Sorting sorting, String filter, String query, int batchSize) SearchesAdapter.scroll(Set<String> indexWildcards, Sorting sorting, String filter, String query, TimeRange range, int limit, int offset, List<String> fields) Searches.search(String query, String filter, TimeRange range, int limit, int offset, Sorting sorting) abstract ChunkCommand.Builderabstract SearchesConfig.Builder -
Uses of Sorting in org.graylog2.rest.resources.search
Methods in org.graylog2.rest.resources.search that return Sorting