| Package | Description |
|---|---|
| org.graylog2.indexer.results | |
| org.graylog2.rest | |
| org.graylog2.rest.resources.search |
| Modifier and Type | Method and Description |
|---|---|
ScrollResult.ScrollChunk |
ScrollResult.nextChunk() |
| Modifier and Type | Method and Description |
|---|---|
long |
ScrollChunkWriter.getSize(ScrollResult.ScrollChunk scrollChunk,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
void |
ScrollChunkWriter.writeTo(ScrollResult.ScrollChunk scrollChunk,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
| Modifier and Type | Method and Description |
|---|---|
protected org.glassfish.jersey.server.ChunkedOutput<ScrollResult.ScrollChunk> |
SearchResource.buildChunkedOutput(ScrollResult scroll) |
org.glassfish.jersey.server.ChunkedOutput<ScrollResult.ScrollChunk> |
AbsoluteSearchResource.searchAbsoluteChunked(@NotEmpty String query,
@NotEmpty String from,
@NotEmpty String to,
int limit,
int offset,
int batchSize,
String filter,
@NotEmpty String fields) |
org.glassfish.jersey.server.ChunkedOutput<ScrollResult.ScrollChunk> |
KeywordSearchResource.searchKeywordChunked(@NotEmpty String query,
@NotEmpty String keyword,
int limit,
int offset,
int batchSize,
String filter,
@NotEmpty String fields) |
org.glassfish.jersey.server.ChunkedOutput<ScrollResult.ScrollChunk> |
RelativeSearchResource.searchRelativeChunked(@NotEmpty String query,
@PositiveOrZero int range,
int limit,
int offset,
int batchSize,
String filter,
@NotEmpty String fields) |
| Modifier and Type | Method and Description |
|---|---|
protected Runnable |
SearchResource.createScrollChunkProducer(ScrollResult scroll,
org.glassfish.jersey.server.ChunkedOutput<ScrollResult.ScrollChunk> output) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.