public abstract class Values extends Object implements BucketSpec
| Modifier and Type | Class and Description |
|---|---|
static class |
Values.Builder |
BucketSpec.Fallback| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
TYPE_FIELD| Constructor and Description |
|---|
Values() |
| Modifier and Type | Method and Description |
|---|---|
static Values.Builder |
builder() |
abstract String |
field() |
abstract int |
limit() |
abstract String |
type() |
public static final String NAME
public abstract String type()
type in interface BucketSpecpublic abstract String field()
public abstract int limit()
public static Values.Builder builder()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.