Uses of Class
org.graylog2.indexer.fieldtypes.IndexFieldTypePoller
Packages that use IndexFieldTypePoller
-
Uses of IndexFieldTypePoller in org.graylog2.indexer.fieldtypes
Constructors in org.graylog2.indexer.fieldtypes with parameters of type IndexFieldTypePollerModifierConstructorDescriptionIndexFieldTypePollerPeriodical(IndexFieldTypePoller poller, IndexFieldTypesService dbService, IndexSetService indexSetService, Indices indices, MongoIndexSet.Factory mongoIndexSetFactory, Cluster cluster, com.google.common.eventbus.EventBus eventBus, ServerStatus serverStatus, com.github.joschi.jadconfig.util.Duration fullRefreshInterval, ScheduledExecutorService scheduler) -
Uses of IndexFieldTypePoller in org.graylog2.indexer.indices.jobs
Constructors in org.graylog2.indexer.indices.jobs with parameters of type IndexFieldTypePollerModifierConstructorDescriptionSetIndexReadOnlyAndCalculateRangeJob(SetIndexReadOnlyJob.Factory setIndexReadOnlyJobFactory, CreateNewSingleIndexRangeJob.Factory createNewSingleIndexRangeJobFactory, IndexSetRegistry indexSetRegistry, Indices indices, IndexFieldTypesService indexFieldTypesService, IndexFieldTypePoller indexFieldTypePoller, String indexName)