Uses of Interface
org.graylog2.indexer.IndexSet
Packages that use IndexSet
Package
Description
-
Uses of IndexSet in org.graylog2.datatiering
Methods in org.graylog2.datatiering with parameters of type IndexSet -
Uses of IndexSet in org.graylog2.datatiering.hotonly
Methods in org.graylog2.datatiering.hotonly with parameters of type IndexSet -
Uses of IndexSet in org.graylog2.datatiering.retention
Methods in org.graylog2.datatiering.retention with parameters of type IndexSetModifier and TypeMethodDescriptionvoidDataTierDeleteRetention.retain(IndexSet indexSet, IndexLifetimeConfig config) -
Uses of IndexSet in org.graylog2.datatiering.rotation
Methods in org.graylog2.datatiering.rotation with parameters of type IndexSet -
Uses of IndexSet in org.graylog2.indexer
Classes in org.graylog2.indexer that implement IndexSetModifier and TypeClassDescriptionclassclassThis class is being used in plugins for testing, DO NOT move it to the test/ directory without changing the plugins.Methods in org.graylog2.indexer that return IndexSetModifier and TypeMethodDescriptionIndexSetRegistry.getDefault()Returns theIndexSetthat is marked as default.MongoIndexSetRegistry.getDefault()Methods in org.graylog2.indexer that return types with arguments of type IndexSetModifier and TypeMethodDescriptionReturns theIndexSetfor the given ID.IndexSetRegistry.getAll()Returns a list of allIndexSetinstances.MongoIndexSetRegistry.getAll()IndexSetRegistry.getForIndex(String index) Returns theIndexSetfor the given index.MongoIndexSetRegistry.getForIndex(String indexName) IndexSetRegistry.getForIndices(Collection<String> indices) Returns theIndexSets for the given indices.MongoIndexSetRegistry.getForIndices(Collection<String> indices) IndexSetRegistry.getFromIndexConfig(Collection<IndexSetConfig> indexSetConfigs) Returns theIndexSets for the given indices.MongoIndexSetRegistry.getFromIndexConfig(Collection<IndexSetConfig> indexSetConfigs) MongoIndexSetRegistry.iterator()Methods in org.graylog2.indexer with parameters of type IndexSet -
Uses of IndexSet in org.graylog2.indexer.counts
Methods in org.graylog2.indexer.counts with parameters of type IndexSet -
Uses of IndexSet in org.graylog2.indexer.datanode
Methods in org.graylog2.indexer.datanode with parameters of type IndexSetModifier and TypeMethodDescriptionDatanodeMigrationLockService.acquireLock(IndexSet indexSet, Class<?> caller, String context, DatanodeMigrationLockWaitConfig config) This is a blocking method.DatanodeMigrationLockServiceImpl.acquireLock(IndexSet indexSet, Class<?> caller, String context, DatanodeMigrationLockWaitConfig config) booleanRemoteReindexingMigrationAdapter.isMigrationRunning(IndexSet indexSet) voidvoidWill run the runnable only if it can get a lock on the first try.void -
Uses of IndexSet in org.graylog2.indexer.fieldtypes
Methods in org.graylog2.indexer.fieldtypes with parameters of type IndexSetModifier and TypeMethodDescriptionIndexFieldTypePoller.poll(IndexSet indexSet, Set<IndexFieldTypesDTO> existingIndexTypes) Returns the index field types for the given index set. -
Uses of IndexSet in org.graylog2.indexer.healing
Methods in org.graylog2.indexer.healing with parameters of type IndexSet -
Uses of IndexSet in org.graylog2.indexer.indices
Methods in org.graylog2.indexer.indices with parameters of type IndexSetModifier and TypeMethodDescriptionbooleanbooleanvoidIndices.deleteIndexTemplate(IndexSet indexSet) voidIndices.ensureIndexTemplate(IndexSet indexSet) Indices.getClosedIndices(IndexSet indexSet) com.fasterxml.jackson.databind.JsonNodeIndices.getIndexStats(IndexSet indexSet) Indices.getIndexTemplate(IndexSet indexSet) Indices.getIndices(IndexSet indexSet, String... statusFilter) Indices.getIndicesStats(IndexSet indexSet) Indices.getReopenedIndices(IndexSet indexSet) Indices.getTemplateIndexSetConfig(IndexSet indexSet, IndexSetConfig indexSetConfig, IndexFieldTypeProfileService profileService) -
Uses of IndexSet in org.graylog2.indexer.indices.jobs
Methods in org.graylog2.indexer.indices.jobs with parameters of type IndexSetModifier and TypeMethodDescriptionConstructors in org.graylog2.indexer.indices.jobs with parameters of type IndexSetModifierConstructorDescriptionIndexSetCleanupJob(Indices indices, MongoIndexRangeService indexRangeService, IndexSet indexSet) -
Uses of IndexSet in org.graylog2.indexer.messages
Methods in org.graylog2.indexer.messages that return IndexSetModifier and TypeMethodDescriptionabstract IndexSetIndexingRequest.indexSet()MessageWithIndex.indexSet()Returns the value of theindexSetrecord component.Methods in org.graylog2.indexer.messages that return types with arguments of type IndexSetModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSet<IndexSet>ImmutableMessage.getIndexSets()com.google.common.collect.ImmutableSet<IndexSet>SerializationMemoizingMessage.getIndexSets()Methods in org.graylog2.indexer.messages with parameters of type IndexSetConstructors in org.graylog2.indexer.messages with parameters of type IndexSetModifierConstructorDescriptionMessageWithIndex(ImmutableMessage message, IndexSet indexSet) Creates an instance of aMessageWithIndexrecord class. -
Uses of IndexSet in org.graylog2.indexer.ranges
Fields in org.graylog2.indexer.ranges with type parameters of type IndexSetMethod parameters in org.graylog2.indexer.ranges with type arguments of type IndexSetModifier and TypeMethodDescriptionConstructor parameters in org.graylog2.indexer.ranges with type arguments of type IndexSetModifierConstructorDescriptionCreateNewSingleIndexRangeJob(Set<IndexSet> indexSets, String indexName, ActivityWriter activityWriter, Indices indices, IndexRangeService indexRangeService) RebuildIndexRangesJob(Set<IndexSet> indexSets, ActivityWriter activityWriter, IndexRangeService indexRangeService) -
Uses of IndexSet in org.graylog2.indexer.retention.executors
Methods in org.graylog2.indexer.retention.executors with parameters of type IndexSetModifier and TypeMethodDescriptionvoidCountBasedRetentionExecutor.retain(IndexSet indexSet, Integer maxNumberOfIndices, RetentionExecutor.RetentionAction action, String actionName) voidvoidTimeBasedRetentionExecutor.retain(IndexSet indexSet, IndexLifetimeConfig config, RetentionExecutor.RetentionAction action, String actionName) voidRetentionExecutor.runRetention(IndexSet indexSet, int removeCount, RetentionExecutor.RetentionAction action, String actionName) -
Uses of IndexSet in org.graylog2.indexer.retention.strategies
Methods in org.graylog2.indexer.retention.strategies with parameters of type IndexSetModifier and TypeMethodDescriptionAbstractIndexRetentionStrategy.getMaxNumberOfIndices(IndexSet indexSet) ClosingRetentionStrategy.getMaxNumberOfIndices(IndexSet indexSet) DeletionRetentionStrategy.getMaxNumberOfIndices(IndexSet indexSet) NoopRetentionStrategy.getMaxNumberOfIndices(IndexSet indexSet) protected abstract voidvoidvoidvoidprotected void -
Uses of IndexSet in org.graylog2.indexer.rotation.common
Methods in org.graylog2.indexer.rotation.common with parameters of type IndexSetModifier and TypeMethodDescriptionvoidIndexRotator.rotate(IndexSet indexSet, IndexRotator.RotationChecker rotationChecker) IndexRotator.RotationChecker.shouldRotate(String indexName, IndexSet indexSet) -
Uses of IndexSet in org.graylog2.indexer.rotation.strategies
Methods in org.graylog2.indexer.rotation.strategies with parameters of type IndexSetModifier and TypeMethodDescriptionvoidvoidvoidvoidprotected IndexRotator.ResultTimeBasedSizeOptimizingStrategy.shouldRotate(String index, IndexSet indexSet) -
Uses of IndexSet in org.graylog2.periodical
Methods in org.graylog2.periodical with parameters of type IndexSetModifier and TypeMethodDescriptionprotected voidIndexRotationThread.checkAndRepair(IndexSet indexSet) protected voidIndexRotationThread.checkForRotation(IndexSet indexSet) -
Uses of IndexSet in org.graylog2.plugin
Methods in org.graylog2.plugin that return types with arguments of type IndexSetModifier and TypeMethodDescriptionMessage.getIndexSets()Return the index sets for this message based on the assigned streams. -
Uses of IndexSet in org.graylog2.plugin.indexer.retention
Methods in org.graylog2.plugin.indexer.retention with parameters of type IndexSet -
Uses of IndexSet in org.graylog2.plugin.indexer.rotation
Methods in org.graylog2.plugin.indexer.rotation with parameters of type IndexSet -
Uses of IndexSet in org.graylog2.plugin.streams
Methods in org.graylog2.plugin.streams that return IndexSet -
Uses of IndexSet in org.graylog2.rest.models.system.indices
Methods in org.graylog2.rest.models.system.indices with parameters of type IndexSetModifier and TypeMethodDescriptionDataTieringStatusService.getStatus(IndexSet indexSet, IndexSetConfig indexSetConfig) Return data-tiering status, if available in the caller's environmentDefaultDataTieringStatusService.getStatus(IndexSet indexSet, IndexSetConfig indexSetConfig) -
Uses of IndexSet in org.graylog2.streams
Methods in org.graylog2.streams that return IndexSetConstructors in org.graylog2.streams with parameters of type IndexSetModifierConstructorDescriptionStreamImpl(Map<String, Object> fields, IndexSet indexSet) StreamImpl(org.bson.types.ObjectId id, Map<String, Object> fields, List<StreamRule> streamRules, Set<Output> outputs, IndexSet indexSet)