public abstract class AbstractIndexCountBasedRetentionStrategy extends Object implements RetentionStrategy
| Constructor and Description |
|---|
AbstractIndexCountBasedRetentionStrategy(Indices indices,
ActivityWriter activityWriter) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Optional<Integer> |
getMaxNumberOfIndices(IndexSet indexSet) |
void |
retain(IndexSet indexSet) |
protected abstract void |
retain(List<String> indexNames,
IndexSet indexSet) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigurationClass, defaultConfigurationpublic AbstractIndexCountBasedRetentionStrategy(Indices indices, ActivityWriter activityWriter)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.