Uses of Class
org.graylog2.indexer.fieldtypes.FieldTypes
Packages that use FieldTypes
-
Uses of FieldTypes in org.graylog2.indexer.fieldtypes
Methods in org.graylog2.indexer.fieldtypes that return FieldTypesModifier and TypeMethodDescriptionabstract FieldTypesFieldTypes.Builder.build()static FieldTypesFieldTypes.create(String fieldName, Set<FieldTypes.Type> types) Methods in org.graylog2.indexer.fieldtypes that return types with arguments of type FieldTypesModifier and TypeMethodDescriptionReturns theFieldTypesobject for the given message field name.FieldTypeLookup.get(Collection<String> fieldNames) Returns a map of field names toFieldTypesobjects.FieldTypeLookup.get(Collection<String> fieldNames, Collection<String> indexNames) Returns a map of field names to the corresponding field types.Returns theFieldTypesobject for the given message field name.MongoFieldTypeLookup.get(Collection<String> fieldNames) Returns a map of field names toFieldTypesobjects.MongoFieldTypeLookup.get(Collection<String> fieldNames, Collection<String> indexNames) Returns a map of field names to the corresponding field types.