public abstract class RotationStrategyDescription extends Object
| Constructor and Description |
|---|
RotationStrategyDescription() |
| Modifier and Type | Method and Description |
|---|---|
static RotationStrategyDescription |
create(String type,
RotationStrategyConfig defaultConfig,
com.fasterxml.jackson.module.jsonSchema.JsonSchema jsonSchema) |
abstract RotationStrategyConfig |
defaultConfig() |
abstract com.fasterxml.jackson.module.jsonSchema.JsonSchema |
jsonSchema() |
abstract String |
type() |
public abstract String type()
public abstract RotationStrategyConfig defaultConfig()
public abstract com.fasterxml.jackson.module.jsonSchema.JsonSchema jsonSchema()
public static RotationStrategyDescription create(String type, RotationStrategyConfig defaultConfig, com.fasterxml.jackson.module.jsonSchema.JsonSchema jsonSchema)
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.