Class MessageCountRotationStrategyResponse
java.lang.Object
org.graylog2.rest.models.system.responses.MessageCountRotationStrategyResponse
- All Implemented Interfaces:
DeflectorConfigResponse
public abstract class MessageCountRotationStrategyResponse
extends Object
implements DeflectorConfigResponse
-
Field Summary
Fields inherited from interface org.graylog2.rest.models.system.responses.DeflectorConfigResponse
TYPE_FIELD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(int maxNumberOfIndices, int maxDocsPerIndex) abstract intMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog2.rest.models.system.responses.DeflectorConfigResponse
maxNumberOfIndices, type
-
Constructor Details
-
MessageCountRotationStrategyResponse
public MessageCountRotationStrategyResponse()
-
-
Method Details
-
maxDocsPerIndex
public abstract int maxDocsPerIndex() -
create
public static MessageCountRotationStrategyResponse create(String type, int maxNumberOfIndices, int maxDocsPerIndex) -
create
public static MessageCountRotationStrategyResponse create(int maxNumberOfIndices, int maxDocsPerIndex)
-