Uses of Record Class
org.graylog2.indexer.indexset.profile.IndexFieldTypeProfile
Packages that use IndexFieldTypeProfile
Package
Description
-
Uses of IndexFieldTypeProfile in org.graylog2.indexer.fieldtypes.utils
Methods in org.graylog2.indexer.fieldtypes.utils with parameters of type IndexFieldTypeProfileModifier and TypeMethodDescriptionFieldTypeDTOsMerger.merge(Collection<FieldTypeDTO> fromNewerIndex, Collection<FieldTypeDTO> fromOlderIndex, CustomFieldMappings customFieldMappings, IndexFieldTypeProfile profile) -
Uses of IndexFieldTypeProfile in org.graylog2.indexer.indexset.profile
Methods in org.graylog2.indexer.indexset.profile that return IndexFieldTypeProfileModifier and TypeMethodDescriptionIndexFieldTypeProfileWithUsages.profile()Returns the value of theprofilerecord component.IndexFieldTypeProfileService.save(IndexFieldTypeProfile indexFieldTypeProfile) Methods in org.graylog2.indexer.indexset.profile that return types with arguments of type IndexFieldTypeProfileModifier and TypeMethodDescriptionMethods in org.graylog2.indexer.indexset.profile with parameters of type IndexFieldTypeProfileModifier and TypeMethodDescriptionIndexFieldTypeProfileService.save(IndexFieldTypeProfile indexFieldTypeProfile) booleanIndexFieldTypeProfileService.update(String profileId, IndexFieldTypeProfile updatedProfile) Constructors in org.graylog2.indexer.indexset.profile with parameters of type IndexFieldTypeProfileModifierConstructorDescriptionIndexFieldTypeProfileWithUsages(IndexFieldTypeProfile profile, Set<String> usagesInIndexSets) Creates an instance of aIndexFieldTypeProfileWithUsagesrecord class. -
Uses of IndexFieldTypeProfile in org.graylog2.rest.resources.system.indexer
Methods in org.graylog2.rest.resources.system.indexer that return IndexFieldTypeProfileModifier and TypeMethodDescriptionIndexFieldTypeProfileResource.create(IndexFieldTypeProfileData profileData) Methods in org.graylog2.rest.resources.system.indexer with parameters of type IndexFieldTypeProfileModifier and TypeMethodDescriptionvoidIndexFieldTypeProfileResource.update(IndexFieldTypeProfile profile)