Uses of Class
org.graylog2.indexer.IndexSetValidator
Packages that use IndexSetValidator
-
Uses of IndexSetValidator in org.graylog2.migrations
Constructors in org.graylog2.migrations with parameters of type IndexSetValidatorModifierConstructorDescriptionV20190705071400_AddEventIndexSetsMigration(ElasticsearchConfiguration elasticsearchConfiguration, IndexSetConfigFactory indexSetConfigFactory, MongoIndexSet.Factory mongoIndexSetFactory, IndexSetService indexSetService, IndexSetValidator indexSetValidator, StreamService streamService, DBEventDefinitionService dbService) -
Uses of IndexSetValidator in org.graylog2.rest.resources.system.indexer
Constructors in org.graylog2.rest.resources.system.indexer with parameters of type IndexSetValidatorModifierConstructorDescriptionIndexSetDefaultsResource(IndexSetValidator indexSetValidator, ClusterConfigService clusterConfigService, javax.validation.Validator validator) IndexSetsResource(Indices indices, IndexSetService indexSetService, IndexSetRegistry indexSetRegistry, IndexSetValidator indexSetValidator, IndexSetCleanupJob.Factory indexSetCleanupJobFactory, IndexSetStatsCreator indexSetStatsCreator, ClusterConfigService clusterConfigService, SystemJobManager systemJobManager)