public abstract class ResultFormat extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ResultFormat.Builder |
| Constructor and Description |
|---|
ResultFormat() |
| Modifier and Type | Method and Description |
|---|---|
static ResultFormat.Builder |
builder() |
static ResultFormat |
empty() |
abstract Map<String,Object> |
executionState() |
abstract @NotEmpty LinkedHashSet<String> |
fieldsInOrder() |
abstract @Positive OptionalInt |
limit() |
@NotEmpty public abstract @NotEmpty LinkedHashSet<String> fieldsInOrder()
@Positive public abstract @Positive OptionalInt limit()
public static ResultFormat.Builder builder()
public static ResultFormat empty()
Copyright © 2012–2020 Graylog, Inc.. All rights reserved.