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