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, wait
maxNumberOfIndices, type
public 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–2021 Graylog, Inc.. All rights reserved.