Uses of Class
org.graylog2.indexer.retention.executors.RetentionExecutor
Packages that use RetentionExecutor
-
Uses of RetentionExecutor in org.graylog2.indexer.retention.executors
Constructors in org.graylog2.indexer.retention.executors with parameters of type RetentionExecutorModifierConstructorDescriptionCountBasedRetentionExecutor(Indices indices, ActivityWriter activityWriter, RetentionExecutor retentionExecutor) TimeBasedRetentionExecutor(Indices indices, JobSchedulerClock clock, ActivityWriter activityWriter, RetentionExecutor retentionExecutor)