Uses of Class
org.graylog2.indexer.indices.Indices
Packages that use Indices
Package
Description
-
Uses of Indices in org.graylog2.datatiering.retention
Constructors in org.graylog2.datatiering.retention with parameters of type IndicesModifierConstructorDescriptionDataTierDeleteRetention(TimeBasedRetentionExecutor timeBasedRetentionExecutor, Indices indices, AuditEventSender auditEventSender, NodeId nodeId) -
Uses of Indices in org.graylog2.datatiering.rotation
Constructors in org.graylog2.datatiering.rotation with parameters of type IndicesModifierConstructorDescriptionDataTierRotation(Indices indices, ElasticsearchConfiguration elasticsearchConfiguration, IndexRotator indexRotator, JobSchedulerClock clock, IndexLifetimeConfig indexLifetimeConfig) -
Uses of Indices in org.graylog2.indexer
Constructors in org.graylog2.indexer with parameters of type IndicesModifierConstructorDescriptionIndexSetStatsCreator(Indices indices) MongoIndexSet(IndexSetConfig config, Indices indices, NodeId nodeId, IndexRangeService indexRangeService, AuditEventSender auditEventSender, SystemJobManager systemJobManager, SetIndexReadOnlyAndCalculateRangeJob.Factory jobFactory, ActivityWriter activityWriter) -
Uses of Indices in org.graylog2.indexer.fieldtypes
Constructors in org.graylog2.indexer.fieldtypes with parameters of type IndicesModifierConstructorDescriptionIndexFieldTypePoller(Indices indices, com.codahale.metrics.MetricRegistry metricRegistry, IndexFieldTypePollerAdapter indexFieldTypePollerAdapter) IndexFieldTypePollerPeriodical(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 Indices in org.graylog2.indexer.healing
Constructors in org.graylog2.indexer.healing with parameters of type IndicesModifierConstructorDescriptionFixDeflectorByDeleteJob(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 Indices in org.graylog2.indexer.indices.jobs
Constructors in org.graylog2.indexer.indices.jobs with parameters of type IndicesModifierConstructorDescriptionIndexSetCleanupJob(Indices indices, MongoIndexRangeService indexRangeService, IndexSet indexSet) OptimizeIndexJob(Indices indices, ActivityWriter activityWriter, com.github.joschi.jadconfig.util.Duration indexOptimizationTimeout, int indexOptimizationJobs, String index, int maxNumSegments) SetIndexReadOnlyAndCalculateRangeJob(OptimizeIndexJob.Factory optimizeIndexJobFactory, CreateNewSingleIndexRangeJob.Factory createNewSingleIndexRangeJobFactory, IndexSetRegistry indexSetRegistry, Indices indices, IndexFieldTypesService indexFieldTypesService, IndexFieldTypePoller indexFieldTypePoller, ActivityWriter activityWriter, SystemJobManager systemJobManager, String indexName) -
Uses of Indices in org.graylog2.indexer.ranges
Constructors in org.graylog2.indexer.ranges with parameters of type IndicesModifierConstructorDescriptionCreateNewSingleIndexRangeJob(Set<IndexSet> indexSets, String indexName, ActivityWriter activityWriter, Indices indices, IndexRangeService indexRangeService) MongoIndexRangeService(MongoConnection mongoConnection, MongoJackObjectMapperProvider objectMapperProvider, Indices indices, IndexSetRegistry indexSetRegistry, AuditEventSender auditEventSender, NodeId nodeId, com.google.common.eventbus.EventBus eventBus) -
Uses of Indices in org.graylog2.indexer.retention.executors
Constructors in org.graylog2.indexer.retention.executors with parameters of type IndicesModifierConstructorDescriptionCountBasedRetentionExecutor(Indices indices, ActivityWriter activityWriter, RetentionExecutor retentionExecutor) RetentionExecutor(ActivityWriter activityWriter, Indices indices) TimeBasedRetentionExecutor(Indices indices, JobSchedulerClock clock, ActivityWriter activityWriter, RetentionExecutor retentionExecutor) -
Uses of Indices in org.graylog2.indexer.retention.strategies
Constructors in org.graylog2.indexer.retention.strategies with parameters of type IndicesModifierConstructorDescriptionClosingRetentionStrategy(Indices indices, NodeId nodeId, AuditEventSender auditEventSender, CountBasedRetentionExecutor countBasedRetentionExecutor, TimeBasedRetentionExecutor timeBasedRetentionExecutor) DeletionRetentionStrategy(Indices indices, NodeId nodeId, AuditEventSender auditEventSender, CountBasedRetentionExecutor countBasedRetentionExecutor, TimeBasedRetentionExecutor timeBasedRetentionExecutor) -
Uses of Indices in org.graylog2.indexer.rotation.common
Constructors in org.graylog2.indexer.rotation.common with parameters of type IndicesModifierConstructorDescriptionIndexRotator(Indices indices, AuditEventSender auditEventSender, NodeId nodeId) -
Uses of Indices in org.graylog2.indexer.rotation.strategies
Constructors in org.graylog2.indexer.rotation.strategies with parameters of type IndicesModifierConstructorDescriptionMessageCountRotationStrategy(Indices indices, IndexRotator indexRotator) SizeBasedRotationStrategy(Indices indices, IndexRotator indexRotator) TimeBasedRotationStrategy(Indices indices, ElasticsearchConfiguration elasticsearchConfiguration, IndexRotator indexRotator) TimeBasedSizeOptimizingStrategy(Indices indices, ElasticsearchConfiguration elasticsearchConfiguration, JobSchedulerClock clock, IndexRotator indexRotator) -
Uses of Indices in org.graylog2.indexer.searches
Constructors in org.graylog2.indexer.searches with parameters of type IndicesModifierConstructorDescriptionSearches(IndexRangeService indexRangeService, com.codahale.metrics.MetricRegistry metricRegistry, StreamService streamService, Indices indices, IndexSetRegistry indexSetRegistry, SearchesAdapter searchesAdapter) -
Uses of Indices in org.graylog2.migrations
Constructors in org.graylog2.migrations with parameters of type IndicesModifierConstructorDescriptionV20170607164210_MigrateReopenedIndicesToAliases(Node node, IndexSetService indexSetService, MongoIndexSet.Factory mongoIndexSetFactory, Indices indices, V20170607164210_MigrateReopenedIndicesToAliases.ClusterState clusterState) V20240927120300_DataNodeMigrationIndexSet(Boolean runsWithDataNode, MigrationStateMachine migrationStateMachine, IndexSetRegistry indexSetRegistry, Indices indices) -
Uses of Indices in org.graylog2.periodical
Constructors in org.graylog2.periodical with parameters of type IndicesModifierConstructorDescriptionIndexBlockCheck(NotificationService notificationService, IndexSetRegistry indexSetRegistry, Cluster cluster, Indices indices, NodeId nodeId) IndexRotationThread(NotificationService notificationService, Indices indices, IndexSetRegistry indexSetRegistry, Cluster cluster, ActivityWriter activityWriter, NodeId nodeId, Map<String, jakarta.inject.Provider<RotationStrategy>> rotationStrategyMap, DataTieringOrchestrator dataTieringOrchestrator, DatanodeMigrationLockService migrationLockService) -
Uses of Indices in org.graylog2.rest.resources.system
Constructors in org.graylog2.rest.resources.system with parameters of type IndicesModifierConstructorDescriptionSystemFieldsResource(Indices indices, IndexSetRegistry indexSetRegistry) -
Uses of Indices in org.graylog2.rest.resources.system.indexer
Constructors in org.graylog2.rest.resources.system.indexer with parameters of type IndicesModifierConstructorDescriptionIndexerOverviewResource(DeflectorResource deflectorResource, IndexerClusterResource indexerClusterResource, IndexRangesResource indexRangesResource, Counts counts, IndexSetRegistry indexSetRegistry, Indices indices, Cluster cluster, IndicesAdapter indicesAdapter) IndexSetsResource(Indices indices, IndexSetService indexSetService, IndexSetRegistry indexSetRegistry, IndexSetValidator indexSetValidator, IndexSetCleanupJob.Factory indexSetCleanupJobFactory, IndexSetStatsCreator indexSetStatsCreator, ClusterConfigService clusterConfigService, SystemJobManager systemJobManager, DataTieringStatusService tieringStatusService) IndexTemplatesResource(Indices indices, IndexSetRegistry indexSetRegistry) IndicesResource(Indices indices, NodeInfoCache nodeInfoCache, IndexSetRegistry indexSetRegistry)