public abstract class AbstractRotationStrategy extends Object implements RotationStrategy
Modifier and Type | Class and Description |
---|---|
static interface |
AbstractRotationStrategy.Result |
Constructor and Description |
---|
AbstractRotationStrategy(AuditEventSender auditEventSender,
NodeId nodeId) |
Modifier and Type | Method and Description |
---|---|
void |
rotate(IndexSet indexSet) |
protected abstract AbstractRotationStrategy.Result |
shouldRotate(String indexName,
IndexSet indexSet) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
configurationClass, defaultConfiguration
public AbstractRotationStrategy(AuditEventSender auditEventSender, NodeId nodeId)
@Nullable protected abstract AbstractRotationStrategy.Result shouldRotate(String indexName, IndexSet indexSet)
public void rotate(IndexSet indexSet)
rotate
in interface RotationStrategy
Copyright © 2012–2019 Graylog, Inc.. All rights reserved.