Uses of Class
org.graylog2.indexer.fieldtypes.IndexFieldTypesDTO
Packages that use IndexFieldTypesDTO
-
Uses of IndexFieldTypesDTO in org.graylog2.indexer.fieldtypes
Methods in org.graylog2.indexer.fieldtypes that return IndexFieldTypesDTOModifier and TypeMethodDescriptionabstract IndexFieldTypesDTOIndexFieldTypesDTO.Builder.build()static IndexFieldTypesDTOIndexFieldTypesDTO.create(String indexSetId, String indexName, Set<FieldTypeDTO> fields) IndexFieldTypesService.save(IndexFieldTypesDTO dto) Methods in org.graylog2.indexer.fieldtypes that return types with arguments of type IndexFieldTypesDTOModifier and TypeMethodDescriptionIndexFieldTypesService.findAll()IndexFieldTypesService.findForFieldNames(Collection<String> fieldNames) IndexFieldTypesService.findForFieldNamesAndIndices(Collection<String> fieldNames, Collection<String> indexNames) IndexFieldTypesService.findForIndexSet(String indexSetId) IndexFieldTypesService.findForIndexSets(Collection<String> indexSetIds) IndexFieldTypesService.findForStreamIds(Collection<String> streamIds) IndexFieldTypePoller.poll(IndexSet indexSet, Set<IndexFieldTypesDTO> existingIndexTypes) Returns the index field types for the given index set.Returns the index field types for the given index.IndexFieldTypesService.upsert(IndexFieldTypesDTO dto) Methods in org.graylog2.indexer.fieldtypes with parameters of type IndexFieldTypesDTOModifier and TypeMethodDescriptionIndexFieldTypesService.save(IndexFieldTypesDTO dto) IndexFieldTypesService.upsert(IndexFieldTypesDTO dto) Method parameters in org.graylog2.indexer.fieldtypes with type arguments of type IndexFieldTypesDTOModifier and TypeMethodDescriptionIndexFieldTypePoller.poll(IndexSet indexSet, Set<IndexFieldTypesDTO> existingIndexTypes) Returns the index field types for the given index set.