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