Uses of Class
org.graylog2.indexer.fieldtypes.FieldTypeDTO
Packages that use FieldTypeDTO
-
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)