Package org.graylog2.indexer.searches
Class ChunkCommand
java.lang.Object
org.graylog2.indexer.searches.ChunkCommand
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic final record -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract OptionalLongstatic ChunkCommand.Builderbuilder()fields()filter()abstract List<UsedSearchFilter>filters()abstract booleanindices()abstract OptionalIntlimit()abstract OptionalIntoffset()abstract Stringquery()range()abstract Optional<ChunkCommand.SliceParams>sorting()streams()abstract ChunkCommand.Builder
-
Field Details
-
NO_BATCHSIZE
public static final int NO_BATCHSIZE- See Also:
-
NO_LIMIT
public static final int NO_LIMIT- See Also:
-
-
Constructor Details
-
ChunkCommand
public ChunkCommand()
-
-
Method Details
-
query
-
indices
-
streams
-
sorting
-
filter
-
filters
-
range
-
limit
-
offset
-
fields
-
batchSize
-
sliceParams
-
highlight
public abstract boolean highlight() -
toBuilder
-
builder
-