public abstract class TimeBasedRotationStrategyResponse extends Object implements DeflectorConfigResponse
TYPE_FIELD| Constructor and Description |
|---|
TimeBasedRotationStrategyResponse() |
| Modifier and Type | Method and Description |
|---|---|
static TimeBasedRotationStrategyResponse |
create(int maxNumberOfIndices,
org.joda.time.Period maxTimePerIndex) |
static TimeBasedRotationStrategyResponse |
create(String type,
int maxNumberOfIndices,
org.joda.time.Period maxTimePerIndex) |
abstract org.joda.time.Period |
maxTimePerIndex() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmaxNumberOfIndices, typepublic abstract org.joda.time.Period maxTimePerIndex()
public static TimeBasedRotationStrategyResponse create(String type, int maxNumberOfIndices, org.joda.time.Period maxTimePerIndex)
public static TimeBasedRotationStrategyResponse create(int maxNumberOfIndices, org.joda.time.Period maxTimePerIndex)
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.