public abstract class ScrollCommand extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ScrollCommand.Builder |
Modifier and Type | Field and Description |
---|---|
static int |
NO_BATCHSIZE |
static int |
NO_LIMIT |
Constructor and Description |
---|
ScrollCommand() |
Modifier and Type | Method and Description |
---|---|
abstract OptionalLong |
batchSize() |
static ScrollCommand.Builder |
builder() |
abstract List<String> |
fields() |
abstract Optional<String> |
filter() |
abstract boolean |
highlight() |
abstract Set<String> |
indices() |
abstract OptionalInt |
limit() |
abstract OptionalInt |
offset() |
abstract String |
query() |
abstract Optional<TimeRange> |
range() |
abstract Optional<Sorting> |
sorting() |
abstract Optional<Set<String>> |
streams() |
public static final int NO_BATCHSIZE
public static final int NO_LIMIT
public abstract String query()
public abstract OptionalInt limit()
public abstract OptionalInt offset()
public abstract OptionalLong batchSize()
public abstract boolean highlight()
public static ScrollCommand.Builder builder()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.