Package org.graylog2.indexer.indexset
Class CustomFieldMappings
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<CustomFieldMapping>,Collection<CustomFieldMapping>,Set<CustomFieldMapping>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Map<String,CustomFieldMappings.TypeDescription> static final Map<FieldTypes.Type,String> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsCustomMappingForField(String fieldName) mergeWith(CustomFieldMapping changedMapping) mergeWith(CustomFieldMappings changedMappings) Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size, spliterator, toArray, toArrayMethods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Field Details
-
AVAILABLE_TYPES
-
REVERSE_TYPES
-
-
Constructor Details
-
CustomFieldMappings
public CustomFieldMappings() -
CustomFieldMappings
-
-
Method Details
-
mergeWith
-
mergeWith
-
containsCustomMappingForField
-