| Package | Description |
|---|---|
| org.graylog2.indexer.results | |
| org.graylog2.rest.resources.search | |
| org.graylog2.rest.resources.search.responses |
| Modifier and Type | Method and Description |
|---|---|
ScrollResult.ScrollChunk |
ScrollResult.nextChunk() |
| Modifier and Type | Method and Description |
|---|---|
org.glassfish.jersey.server.ChunkedOutput<ScrollResult.ScrollChunk> |
AbsoluteSearchResource.searchAbsoluteChunked(String query,
String from,
String to,
int limit,
int offset,
String filter,
String fields) |
org.glassfish.jersey.server.ChunkedOutput<ScrollResult.ScrollChunk> |
KeywordSearchResource.searchKeywordChunked(String query,
String keyword,
int limit,
int offset,
String filter,
String fields) |
org.glassfish.jersey.server.ChunkedOutput<ScrollResult.ScrollChunk> |
RelativeSearchResource.searchRelativeChunked(String query,
int range,
int limit,
int offset,
String filter,
String fields) |
| Modifier and Type | Method and Description |
|---|---|
protected Runnable |
SearchResource.createScrollChunkProducer(ScrollResult scroll,
org.glassfish.jersey.server.ChunkedOutput<ScrollResult.ScrollChunk> output,
int limit) |
| 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) |
Copyright © 2012–2014 TORCH GmbH. All rights reserved.