| Modifier and Type | Class and Description |
|---|---|
class |
MongoIndexSet |
class |
TestIndexSet
This class is being used in plugins for testing, DO NOT move it to the test/ directory without changing the plugins.
|
| Modifier and Type | Method and Description |
|---|---|
IndexSet |
IndexSetRegistry.getDefault()
Returns the
IndexSet that is marked as default. |
IndexSet |
MongoIndexSetRegistry.getDefault() |
| Modifier and Type | Method and Description |
|---|---|
Optional<IndexSet> |
IndexSetRegistry.get(String indexSetId)
Returns the
IndexSet for the given ID. |
Optional<IndexSet> |
MongoIndexSetRegistry.get(String indexSetId) |
Set<IndexSet> |
IndexSetRegistry.getAll()
Returns a list of all
IndexSet instances. |
Set<IndexSet> |
MongoIndexSetRegistry.getAll() |
Optional<IndexSet> |
IndexSetRegistry.getForIndex(String index)
Returns the
IndexSet for the given index. |
Optional<IndexSet> |
MongoIndexSetRegistry.getForIndex(String indexName) |
Set<IndexSet> |
IndexSetRegistry.getForIndices(Collection<String> indices)
Returns the
IndexSets for the given indices. |
Set<IndexSet> |
MongoIndexSetRegistry.getForIndices(Collection<String> indices) |
Iterator<IndexSet> |
MongoIndexSetRegistry.iterator() |
| Modifier and Type | Method and Description |
|---|---|
int |
MongoIndexSet.compareTo(IndexSet o) |
int |
TestIndexSet.compareTo(IndexSet o) |
IndexSetStats |
IndexSetStatsCreator.getForIndexSet(IndexSet indexSet) |
| Modifier and Type | Method and Description |
|---|---|
long |
Counts.total(IndexSet indexSet) |
| Modifier and Type | Method and Description |
|---|---|
Set<IndexFieldTypesDTO> |
IndexFieldTypePoller.poll(IndexSet indexSet,
Set<IndexFieldTypesDTO> existingIndexTypes)
Returns the index field types for the given index set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FixDeflectorByMoveJob.doExecute(IndexSet indexSet) |
void |
FixDeflectorByDeleteJob.doExecute(IndexSet indexSet) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Indices.create(String indexName,
IndexSet indexSet) |
void |
Indices.deleteIndexTemplate(IndexSet indexSet) |
void |
Indices.ensureIndexTemplate(IndexSet indexSet) |
Set<String> |
Indices.getClosedIndices(IndexSet indexSet) |
com.fasterxml.jackson.databind.JsonNode |
Indices.getIndexStats(IndexSet indexSet) |
Map<String,Object> |
Indices.getIndexTemplate(IndexSet indexSet) |
Set<String> |
Indices.getIndices(IndexSet indexSet,
String... statusFilter) |
Set<IndexStatistics> |
Indices.getIndicesStats(IndexSet indexSet) |
Set<String> |
Indices.getReopenedIndices(IndexSet indexSet) |
| Modifier and Type | Method and Description |
|---|---|
IndexSetCleanupJob |
IndexSetCleanupJob.Factory.create(IndexSet indexSet) |
| Constructor and Description |
|---|
IndexSetCleanupJob(Indices indices,
MongoIndexRangeService indexRangeService,
IndexSet indexSet) |
| Modifier and Type | Method and Description |
|---|---|
abstract IndexSet |
IndexingRequest.indexSet() |
| Modifier and Type | Method and Description |
|---|---|
static IndexingRequest |
IndexingRequest.create(@NotNull IndexSet indexSet,
@NotNull Indexable message) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
Messages.bulkIndex(List<Map.Entry<IndexSet,Message>> messageList) |
List<String> |
Messages.bulkIndex(List<Map.Entry<IndexSet,Message>> messageList,
boolean isSystemTraffic) |
List<String> |
Messages.bulkIndex(List<Map.Entry<IndexSet,Message>> messageList,
boolean isSystemTraffic,
Messages.IndexingListener indexingListener) |
List<String> |
Messages.bulkIndex(List<Map.Entry<IndexSet,Message>> messageList,
Messages.IndexingListener indexingListener) |
| Modifier and Type | Field and Description |
|---|---|
protected Set<IndexSet> |
RebuildIndexRangesJob.indexSets |
| Modifier and Type | Method and Description |
|---|---|
RebuildIndexRangesJob |
RebuildIndexRangesJob.Factory.create(Set<IndexSet> indexSets) |
CreateNewSingleIndexRangeJob |
CreateNewSingleIndexRangeJob.Factory.create(Set<IndexSet> indexSets,
String indexName) |
| Constructor and Description |
|---|
CreateNewSingleIndexRangeJob(Set<IndexSet> indexSets,
String indexName,
ActivityWriter activityWriter,
Indices indices,
IndexRangeService indexRangeService) |
RebuildIndexRangesJob(Set<IndexSet> indexSets,
ActivityWriter activityWriter,
IndexRangeService indexRangeService) |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<Integer> |
NoopRetentionStrategy.getMaxNumberOfIndices(IndexSet indexSet) |
protected Optional<Integer> |
ClosingRetentionStrategy.getMaxNumberOfIndices(IndexSet indexSet) |
protected abstract Optional<Integer> |
AbstractIndexCountBasedRetentionStrategy.getMaxNumberOfIndices(IndexSet indexSet) |
protected Optional<Integer> |
DeletionRetentionStrategy.getMaxNumberOfIndices(IndexSet indexSet) |
void |
AbstractIndexCountBasedRetentionStrategy.retain(IndexSet indexSet) |
protected void |
NoopRetentionStrategy.retain(List<String> indexNames,
IndexSet indexSet) |
void |
ClosingRetentionStrategy.retain(List<String> indexNames,
IndexSet indexSet) |
protected abstract void |
AbstractIndexCountBasedRetentionStrategy.retain(List<String> indexNames,
IndexSet indexSet) |
void |
DeletionRetentionStrategy.retain(List<String> indexNames,
IndexSet indexSet) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRotationStrategy.rotate(IndexSet indexSet) |
protected org.graylog2.indexer.rotation.strategies.MessageCountRotationStrategy.Result |
MessageCountRotationStrategy.shouldRotate(String index,
IndexSet indexSet) |
protected AbstractRotationStrategy.Result |
SizeBasedRotationStrategy.shouldRotate(String index,
IndexSet indexSet) |
protected AbstractRotationStrategy.Result |
TimeBasedRotationStrategy.shouldRotate(String index,
IndexSet indexSet) |
protected abstract AbstractRotationStrategy.Result |
AbstractRotationStrategy.shouldRotate(String indexName,
IndexSet indexSet) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElasticSearchOutput.writeMessageEntries(List<Map.Entry<IndexSet,Message>> messageList) |
void |
BlockingBatchedESOutput.writeMessageEntry(Map.Entry<IndexSet,Message> entry) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IndexRotationThread.checkAndRepair(IndexSet indexSet) |
protected void |
IndexRotationThread.checkForRotation(IndexSet indexSet) |
| Modifier and Type | Method and Description |
|---|---|
Set<IndexSet> |
Message.getIndexSets()
Return the index sets for this message based on the assigned streams.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RetentionStrategy.retain(IndexSet indexSet) |
| Modifier and Type | Method and Description |
|---|---|
void |
RotationStrategy.rotate(IndexSet indexSet) |
| Modifier and Type | Method and Description |
|---|---|
IndexSet |
Stream.getIndexSet() |
| Modifier and Type | Method and Description |
|---|---|
protected IndexSet |
RestResource.getIndexSet(IndexSetRegistry indexSetRegistry,
String indexSetId) |
| Modifier and Type | Method and Description |
|---|---|
IndexSet |
StreamImpl.getIndexSet() |
| Constructor and Description |
|---|
StreamImpl(Map<String,Object> fields,
IndexSet indexSet) |
StreamImpl(org.bson.types.ObjectId id,
Map<String,Object> fields,
List<StreamRule> streamRules,
Set<Output> outputs,
IndexSet indexSet) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.