public abstract class AbstractRotationStrategy extends Object implements RotationStrategy
| Modifier and Type | Class and Description |
|---|---|
static interface |
AbstractRotationStrategy.Result |
| Constructor and Description |
|---|
AbstractRotationStrategy(Deflector deflector,
AuditLogger auditLogger) |
| Modifier and Type | Method and Description |
|---|---|
void |
rotate() |
protected abstract AbstractRotationStrategy.Result |
shouldRotate(String indexName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigurationClass, defaultConfigurationpublic AbstractRotationStrategy(Deflector deflector, AuditLogger auditLogger)
@Nullable protected abstract AbstractRotationStrategy.Result shouldRotate(String indexName)
public void rotate()
rotate in interface RotationStrategyCopyright © 2012-2016 Graylog, Inc.. All Rights Reserved.