public abstract class RetentionStrategy extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RetentionStrategy.Type |
| Modifier | Constructor and Description |
|---|---|
protected |
RetentionStrategy(IndexManagement indexManagement) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract RetentionStrategy.Type |
getType() |
protected abstract boolean |
iterates() |
protected abstract void |
onMessage(Map<String,String> message) |
void |
runStrategy(String indexName) |
protected RetentionStrategy(IndexManagement indexManagement)
protected abstract boolean iterates()
protected abstract RetentionStrategy.Type getType()
public void runStrategy(String indexName)
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.