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 Optional<String> |
filename() |
abstract Optional<Integer> |
limit() |
abstract Optional<AbsoluteRange> |
timerange() |
@NotEmpty public abstract @NotEmpty LinkedHashSet<String> fieldsInOrder()
public abstract Optional<AbsoluteRange> timerange()
public static ResultFormat.Builder builder()
public static ResultFormat empty()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.