Uses of Interface
org.graylog2.indexer.IndexSet
Packages that use IndexSet
Package
Description
-
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) 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.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 TypeMethodDescriptionbooleanvoidIndices.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) -
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 IndexSetMethods in org.graylog2.indexer.messages with parameters of type IndexSetMethod parameters in org.graylog2.indexer.messages with type arguments of type IndexSet -
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.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.strategies
Methods in org.graylog2.indexer.rotation.strategies with parameters of type IndexSetModifier and TypeMethodDescriptionvoidprotected abstract AbstractRotationStrategy.ResultAbstractRotationStrategy.shouldRotate(String indexName, IndexSet indexSet) protected AbstractRotationStrategy.ResultMessageCountRotationStrategy.shouldRotate(String index, IndexSet indexSet) protected AbstractRotationStrategy.ResultSizeBasedRotationStrategy.shouldRotate(String index, IndexSet indexSet) protected AbstractRotationStrategy.ResultTimeBasedRotationStrategy.shouldRotate(String index, IndexSet indexSet) protected AbstractRotationStrategy.ResultTimeBasedSizeOptimizingStrategy.shouldRotate(String index, IndexSet indexSet) -
Uses of IndexSet in org.graylog2.outputs
Method parameters in org.graylog2.outputs with type arguments of type IndexSetModifier and TypeMethodDescriptionvoidElasticSearchOutput.writeMessageEntries(List<Map.Entry<IndexSet, Message>> messageList) voidBlockingBatchedESOutput.writeMessageEntry(Map.Entry<IndexSet, Message> entry) -
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.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)