Class CountBasedRetentionExecutor
java.lang.Object
org.graylog2.indexer.retention.executors.CountBasedRetentionExecutor
-
Constructor Summary
ConstructorsConstructorDescriptionCountBasedRetentionExecutor(Indices indices, ActivityWriter activityWriter, RetentionExecutor retentionExecutor) -
Method Summary
Modifier and TypeMethodDescriptionvoidretain(IndexSet indexSet, Integer maxNumberOfIndices, RetentionExecutor.RetentionAction action, String actionName)
-
Constructor Details
-
Method Details
-
retain
public void retain(IndexSet indexSet, @Nullable Integer maxNumberOfIndices, RetentionExecutor.RetentionAction action, String actionName)
-