Uses of Class
org.graylog2.indexer.fieldtypes.FieldTypes.Type
Packages that use FieldTypes.Type
Package
Description
-
Uses of FieldTypes.Type in org.graylog.plugins.views.search.engine.suggestions
Methods in org.graylog.plugins.views.search.engine.suggestions with parameters of type FieldTypes.TypeModifier and TypeMethodDescriptionstatic SuggestionFieldTypeSuggestionFieldType.fromFieldType(FieldTypes.Type field) -
Uses of FieldTypes.Type in org.graylog.plugins.views.search.rest
Methods in org.graylog.plugins.views.search.rest that return FieldTypes.TypeModifier and TypeMethodDescriptionMappedFieldTypeDTO.type()Returns the value of thetyperecord component.Methods in org.graylog.plugins.views.search.rest with parameters of type FieldTypes.TypeModifier and TypeMethodDescriptionstatic MappedFieldTypeDTOMappedFieldTypeDTO.create(String name, FieldTypes.Type type) Constructors in org.graylog.plugins.views.search.rest with parameters of type FieldTypes.TypeModifierConstructorDescriptionMappedFieldTypeDTO(String name, FieldTypes.Type type, UnitId unit) Creates an instance of aMappedFieldTypeDTOrecord class. -
Uses of FieldTypes.Type in org.graylog.plugins.views.search.rest.scriptingapi.response
Methods in org.graylog.plugins.views.search.rest.scriptingapi.response with parameters of type FieldTypes.TypeModifier and TypeMethodDescriptionstatic ResponseEntryDataTypeResponseEntryDataType.fromFieldType(FieldTypes.Type type) -
Uses of FieldTypes.Type in org.graylog2.indexer.fieldtypes
Fields in org.graylog2.indexer.fieldtypes declared as FieldTypes.TypeModifier and TypeFieldDescriptionstatic final FieldTypes.TypeFieldTypeMapper.BINARY_TYPEstatic final FieldTypes.TypeFieldTypeMapper.BOOLEAN_TYPEstatic final FieldTypes.TypeFieldTypeMapper.BYTE_TYPEstatic final FieldTypes.TypeFieldTypeMapper.DATE_TYPEstatic final FieldTypes.TypeFieldTypeMapper.DOUBLE_TYPEstatic final FieldTypes.TypeFieldTypeMapper.FLOAT_TYPEstatic final FieldTypes.TypeFieldTypeMapper.GEO_POINT_TYPEstatic final FieldTypes.TypeFieldTypeMapper.INPUT_TYPEstatic final FieldTypes.TypeFieldTypeMapper.INT_TYPEstatic final FieldTypes.TypeFieldTypeMapper.IP_TYPEstatic final FieldTypes.TypeFieldTypeMapper.LONG_TYPEstatic final FieldTypes.TypeFieldTypeMapper.NODE_TYPEstatic final FieldTypes.TypeFieldTypeMapper.SHORT_TYPEstatic final FieldTypes.TypeFieldTypeMapper.STREAMS_TYPEstatic final FieldTypes.TypeFieldTypeMapper.STRING_FTS_TYPEstatic final FieldTypes.TypeFieldTypeMapper.STRING_TYPEFields in org.graylog2.indexer.fieldtypes with type parameters of type FieldTypes.TypeModifier and TypeFieldDescriptionstatic final Map<String,FieldTypes.Type> FieldTypeMapper.TYPE_MAPA map from Elasticsearch types to Graylog logical types.Methods in org.graylog2.indexer.fieldtypes that return FieldTypes.TypeModifier and TypeMethodDescriptionabstract FieldTypes.TypeFieldTypes.Type.Builder.build()static FieldTypes.TypeFieldTypes.Type.createType(String type, Set<String> properties) FieldTypes.Type.withIndexNames(Set<String> indexNames) Methods in org.graylog2.indexer.fieldtypes that return types with arguments of type FieldTypes.TypeModifier and TypeMethodDescriptionFieldTypeMapper.mapType(FieldTypeDTO type) Map the given Elasticsearch field type to a Graylog type.abstract com.google.common.collect.ImmutableSet<FieldTypes.Type>FieldTypes.types()Methods in org.graylog2.indexer.fieldtypes with parameters of type FieldTypes.TypeMethod parameters in org.graylog2.indexer.fieldtypes with type arguments of type FieldTypes.TypeModifier and TypeMethodDescriptionstatic FieldTypesFieldTypes.create(String fieldName, Set<FieldTypes.Type> types) FieldTypes.Builder.types(Set<FieldTypes.Type> types) -
Uses of FieldTypes.Type in org.graylog2.indexer.indexset
Fields in org.graylog2.indexer.indexset with type parameters of type FieldTypes.TypeModifier and TypeFieldDescriptionstatic final Map<FieldTypes.Type,String> CustomFieldMappings.REVERSE_TYPESMethods in org.graylog2.indexer.indexset that return FieldTypes.TypeModifier and TypeMethodDescriptionCustomFieldMappings.TypeDescription.type()Returns the value of thetyperecord component.Constructors in org.graylog2.indexer.indexset with parameters of type FieldTypes.TypeModifierConstructorDescriptionTypeDescription(String description, FieldTypes.Type type) TypeDescription(String description, FieldTypes.Type type, String physicalType) Creates an instance of aTypeDescriptionrecord class.