Class IndexFieldTypeProfileUsagesService

java.lang.Object
org.graylog2.indexer.indexset.profile.IndexFieldTypeProfileUsagesService

public class IndexFieldTypeProfileUsagesService extends Object
Service returning usages of profiles - documents in Mongo that reference profiles. In current states profiles are only used in index sets. If it ever changed, this class would need to be changed significantly as well.
  • Field Details

  • Constructor Details

    • IndexFieldTypeProfileUsagesService

      @Inject public IndexFieldTypeProfileUsagesService(MongoConnection mongoConnection)
  • Method Details