Uses of Class
org.graylog2.indexer.fieldtypes.FieldTypeDTO
Packages that use FieldTypeDTO
Package
Description
-
Uses of FieldTypeDTO in org.graylog2.indexer.fieldtypes
Methods in org.graylog2.indexer.fieldtypes that return FieldTypeDTOModifier and TypeMethodDescriptionabstract FieldTypeDTOFieldTypeDTO.Builder.build()static FieldTypeDTOstatic FieldTypeDTOFieldTypeDTO.create(String fieldName, String physicalType, Set<FieldTypeDTO.Properties> properties) Methods in org.graylog2.indexer.fieldtypes that return types with arguments of type FieldTypeDTOModifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableSet<FieldTypeDTO>IndexFieldTypesDTO.fields()Methods in org.graylog2.indexer.fieldtypes with parameters of type FieldTypeDTOModifier and TypeMethodDescriptionFieldTypeMapper.mapType(FieldTypeDTO type) Map the given Elasticsearch field type to a Graylog type.Method parameters in org.graylog2.indexer.fieldtypes with type arguments of type FieldTypeDTOModifier and TypeMethodDescriptionstatic IndexFieldTypesDTOIndexFieldTypesDTO.create(String indexSetId, String indexName, Set<FieldTypeDTO> fields) IndexFieldTypesDTO.Builder.fields(Set<FieldTypeDTO> fields) -
Uses of FieldTypeDTO in org.graylog2.indexer.fieldtypes.utils
Method parameters in org.graylog2.indexer.fieldtypes.utils with type arguments of type FieldTypeDTOModifier and TypeMethodDescriptionFieldTypeDTOsMerger.merge(Collection<FieldTypeDTO> fromNewerIndex, Collection<FieldTypeDTO> fromOlderIndex, CustomFieldMappings customFieldMappings, IndexFieldTypeProfile profile) -
Uses of FieldTypeDTO in org.graylog2.indexer.indexset
Methods in org.graylog2.indexer.indexset that return FieldTypeDTO