public abstract class ExportMessagesCommand extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ExportMessagesCommand.Builder |
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_CHUNK_SIZE |
static LinkedHashSet<String> |
DEFAULT_FIELDS |
static ElasticsearchQueryString |
DEFAULT_QUERY |
static Set<String> |
DEFAULT_STREAMS |
| Constructor and Description |
|---|
ExportMessagesCommand() |
| Modifier and Type | Method and Description |
|---|---|
static ExportMessagesCommand.Builder |
builder() |
abstract int |
chunkSize() |
abstract List<Decorator> |
decorators() |
static AbsoluteRange |
defaultTimeRange() |
abstract LinkedHashSet<String> |
fieldsInOrder() |
abstract OptionalInt |
limit() |
abstract ElasticsearchQueryString |
queryString() |
abstract Set<String> |
streams() |
abstract AbsoluteRange |
timeRange() |
abstract ExportMessagesCommand.Builder |
toBuilder() |
static ExportMessagesCommand |
withDefaults() |
public static final ElasticsearchQueryString DEFAULT_QUERY
public static final LinkedHashSet<String> DEFAULT_FIELDS
public static final int DEFAULT_CHUNK_SIZE
public static AbsoluteRange defaultTimeRange()
public abstract AbsoluteRange timeRange()
public abstract ElasticsearchQueryString queryString()
public abstract LinkedHashSet<String> fieldsInOrder()
public abstract int chunkSize()
public abstract OptionalInt limit()
public static ExportMessagesCommand withDefaults()
public static ExportMessagesCommand.Builder builder()
public abstract ExportMessagesCommand.Builder toBuilder()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.