Uses of Record Class
org.graylog2.rest.resources.system.indexer.responses.IndexSetFieldType
Packages that use IndexSetFieldType
Package
Description
-
Uses of IndexSetFieldType in org.graylog2.indexer.fieldtypes
Methods in org.graylog2.indexer.fieldtypes that return types with arguments of type IndexSetFieldTypeModifier and TypeMethodDescriptionIndexFieldTypesListService.getIndexSetFieldTypesList(String indexSetId, String fieldNameQuery, List<String> filters, String sort, Sorting.Direction order) IndexFieldTypesListService.getIndexSetFieldTypesList(Set<String> indexSetId, Collection<String> fieldNameQuery) IndexFieldTypesListService.getIndexSetFieldTypesListPage(String indexSetId, String fieldNameQuery, List<String> filters, int page, int perPage, String sort, Sorting.Direction order) -
Uses of IndexSetFieldType in org.graylog2.indexer.fieldtypes.utils
Methods in org.graylog2.indexer.fieldtypes.utils that return types with arguments of type IndexSetFieldTypeModifier and TypeMethodDescriptionFieldTypeDTOsMerger.merge(Collection<FieldTypeDTO> fromNewerIndex, Collection<FieldTypeDTO> fromOlderIndex, CustomFieldMappings customFieldMappings, IndexFieldTypeProfile profile) -
Uses of IndexSetFieldType in org.graylog2.rest.resources.system.field_types
Methods in org.graylog2.rest.resources.system.field_types that return types with arguments of type IndexSetFieldTypeModifier and TypeMethodDescriptionFieldTypeMappingsResource.changeFieldType(@Valid @NotNull(message="Request body is mandatory") FieldTypeChangeRequest request) FieldTypeMappingsResource.MappingRemovalResult.succeeded()Returns the value of thesucceededrecord component. -
Uses of IndexSetFieldType in org.graylog2.rest.resources.system.indexer
Methods in org.graylog2.rest.resources.system.indexer that return types with arguments of type IndexSetFieldTypeModifier and TypeMethodDescriptionIndexSetsMappingResource.indexSetFieldTypesList(String indexSetId, String query, List<String> filters, int page, int perPage, String sort, String order, SearchUser searchUser) IndexSetsMappingResource.indexSetFieldTypesList(String indexSetId, String fieldNameQuery, List<String> filters, String sort, String order, SearchUser searchUser) -
Uses of IndexSetFieldType in org.graylog2.rest.resources.system.indexer.responses
Methods in org.graylog2.rest.resources.system.indexer.responses that return types with arguments of type IndexSetFieldTypeModifier and TypeMethodDescriptionstatic Comparator<IndexSetFieldType>IndexSetFieldType.getComparator(String sort, Sorting.Direction order)