Uses of Interface
org.graylog2.indexer.IndexSetRegistry
Packages that use IndexSetRegistry
Package
Description
-
Uses of IndexSetRegistry in org.graylog2.indexer
Classes in org.graylog2.indexer that implement IndexSetRegistryConstructors in org.graylog2.indexer with parameters of type IndexSetRegistryModifierConstructorDescriptionIndexSetValidator(IndexSetRegistry indexSetRegistry, ElasticsearchConfiguration elasticsearchConfiguration) SetIndexReadOnlyJob(Indices indices, IndexSetRegistry indexSetRegistry, SystemJobManager systemJobManager, OptimizeIndexJob.Factory optimizeIndexJobFactory, ActivityWriter activityWriter, String index) -
Uses of IndexSetRegistry in org.graylog2.indexer.cluster
Constructors in org.graylog2.indexer.cluster with parameters of type IndexSetRegistryModifierConstructorDescriptionCluster(IndexSetRegistry indexSetRegistry, ScheduledExecutorService scheduler, com.github.joschi.jadconfig.util.Duration requestTimeout, ClusterAdapter clusterAdapter) -
Uses of IndexSetRegistry in org.graylog2.indexer.counts
Constructors in org.graylog2.indexer.counts with parameters of type IndexSetRegistryModifierConstructorDescriptionCounts(IndexSetRegistry indexSetRegistry, CountsAdapter countsAdapter) -
Uses of IndexSetRegistry in org.graylog2.indexer.healing
Constructors in org.graylog2.indexer.healing with parameters of type IndexSetRegistryModifierConstructorDescriptionFixDeflectorByDeleteJob(IndexSetRegistry indexSetRegistry, Indices indices, ServerStatus serverStatus, ActivityWriter activityWriter, Buffers bufferSynchronizer, NotificationService notificationService) FixDeflectorByMoveJob(IndexSetRegistry indexSetRegistry, Indices indices, ServerStatus serverStatus, ActivityWriter activityWriter, Buffers bufferSynchronizer, NotificationService notificationService) -
Uses of IndexSetRegistry in org.graylog2.indexer.indices.jobs
Constructors in org.graylog2.indexer.indices.jobs with parameters of type IndexSetRegistryModifierConstructorDescriptionSetIndexReadOnlyAndCalculateRangeJob(SetIndexReadOnlyJob.Factory setIndexReadOnlyJobFactory, CreateNewSingleIndexRangeJob.Factory createNewSingleIndexRangeJobFactory, IndexSetRegistry indexSetRegistry, Indices indices, IndexFieldTypesService indexFieldTypesService, IndexFieldTypePoller indexFieldTypePoller, String indexName) -
Uses of IndexSetRegistry in org.graylog2.indexer.ranges
Constructors in org.graylog2.indexer.ranges with parameters of type IndexSetRegistryModifierConstructorDescriptionMongoIndexRangeService(MongoConnection mongoConnection, MongoJackObjectMapperProvider objectMapperProvider, Indices indices, IndexSetRegistry indexSetRegistry, AuditEventSender auditEventSender, NodeId nodeId, com.google.common.eventbus.EventBus eventBus) -
Uses of IndexSetRegistry in org.graylog2.indexer.searches
Constructors in org.graylog2.indexer.searches with parameters of type IndexSetRegistryModifierConstructorDescriptionSearches(IndexRangeService indexRangeService, com.codahale.metrics.MetricRegistry metricRegistry, StreamService streamService, Indices indices, IndexSetRegistry indexSetRegistry, SearchesAdapter searchesAdapter) -
Uses of IndexSetRegistry in org.graylog2.migrations
Constructors in org.graylog2.migrations with parameters of type IndexSetRegistryModifierConstructorDescriptionV20161116172200_CreateDefaultStreamMigration(StreamService streamService, IndexSetRegistry indexSetRegistry) -
Uses of IndexSetRegistry in org.graylog2.periodical
Constructors in org.graylog2.periodical with parameters of type IndexSetRegistryModifierConstructorDescriptionIndexBlockCheck(NotificationService notificationService, IndexSetRegistry indexSetRegistry, Cluster cluster, Indices indices, NodeId nodeId) IndexRangesCleanupPeriodical(Cluster cluster, IndexSetRegistry indexSetRegistry, IndexRangeService indexRangeService, com.google.common.eventbus.EventBus eventBus, com.github.joschi.jadconfig.util.Duration indexRangesCleanupInterval) IndexRetentionThread(ElasticsearchConfiguration configuration, IndexSetRegistry indexSetRegistry, Cluster cluster, NodeId nodeId, NotificationService notificationService, Map<String, javax.inject.Provider<RetentionStrategy>> retentionStrategyMap) IndexRotationThread(NotificationService notificationService, Indices indices, IndexSetRegistry indexSetRegistry, Cluster cluster, ActivityWriter activityWriter, NodeId nodeId, Map<String, javax.inject.Provider<RotationStrategy>> rotationStrategyMap) -
Uses of IndexSetRegistry in org.graylog2.rest.resources.messages
Constructors in org.graylog2.rest.resources.messages with parameters of type IndexSetRegistryModifierConstructorDescriptionMessageResource(Messages messages, CodecFactory codecFactory, IndexSetRegistry indexSetRegistry) -
Uses of IndexSetRegistry in org.graylog2.rest.resources.streams
Constructors in org.graylog2.rest.resources.streams with parameters of type IndexSetRegistryModifierConstructorDescriptionStreamResource(StreamService streamService, PaginatedStreamService paginatedStreamService, StreamRuleService streamRuleService, StreamRouterEngine.Factory streamRouterEngineFactory, IndexSetRegistry indexSetRegistry, RecentActivityService recentActivityService, AuditEventSender auditEventSender) -
Uses of IndexSetRegistry in org.graylog2.rest.resources.system
Constructors in org.graylog2.rest.resources.system with parameters of type IndexSetRegistryModifierConstructorDescriptionDeflectorResource(IndexSetRegistry indexSetRegistry, ActivityWriter activityWriter) IndexRangesResource(IndexRangeService indexRangeService, RebuildIndexRangesJob.Factory rebuildIndexRangesJobFactory, CreateNewSingleIndexRangeJob.Factory singleIndexRangeJobFactory, IndexSetRegistry indexSetRegistry, SystemJobManager systemJobManager) SystemFieldsResource(Indices indices, IndexSetRegistry indexSetRegistry) -
Uses of IndexSetRegistry in org.graylog2.rest.resources.system.indexer
Constructors in org.graylog2.rest.resources.system.indexer with parameters of type IndexSetRegistryModifierConstructorDescriptionIndexerOverviewResource(DeflectorResource deflectorResource, IndexerClusterResource indexerClusterResource, IndexRangesResource indexRangesResource, Counts counts, IndexSetRegistry indexSetRegistry, Indices indices, Cluster cluster) IndexSetsResource(Indices indices, IndexSetService indexSetService, IndexSetRegistry indexSetRegistry, IndexSetValidator indexSetValidator, IndexSetCleanupJob.Factory indexSetCleanupJobFactory, IndexSetStatsCreator indexSetStatsCreator, ClusterConfigService clusterConfigService, SystemJobManager systemJobManager) IndexTemplatesResource(Indices indices, IndexSetRegistry indexSetRegistry) IndicesResource(Indices indices, NodeInfoCache nodeInfoCache, IndexSetRegistry indexSetRegistry)