Uses of Record Class
org.graylog2.indexer.results.ResultChunk
Packages that use ResultChunk
Package
Description
-
Uses of ResultChunk in org.graylog2.indexer.results
Methods in org.graylog2.indexer.results that return ResultChunk -
Uses of ResultChunk in org.graylog2.rest
Methods in org.graylog2.rest with parameters of type ResultChunkModifier and TypeMethodDescriptionlongScrollChunkWriter.getSize(ResultChunk scrollChunk, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType) voidScrollChunkWriter.writeTo(ResultChunk scrollChunk, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream) -
Uses of ResultChunk in org.graylog2.rest.resources.search
Methods in org.graylog2.rest.resources.search that return types with arguments of type ResultChunkModifier and TypeMethodDescriptionprotected org.glassfish.jersey.server.ChunkedOutput<ResultChunk>SearchResource.buildChunkedOutput(ChunkedResult scroll) org.glassfish.jersey.server.ChunkedOutput<ResultChunk>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<ResultChunk>KeywordSearchResource.searchKeywordChunked(@NotEmpty String query, @NotEmpty String keyword, @NotEmpty String timezone, int limit, int offset, int batchSize, String filter, @NotEmpty String fields) org.glassfish.jersey.server.ChunkedOutput<ResultChunk>RelativeSearchResource.searchRelativeChunked(@NotEmpty String query, @javax.validation.constraints.PositiveOrZero int range, int limit, int offset, int batchSize, String filter, @NotEmpty String fields) Method parameters in org.graylog2.rest.resources.search with type arguments of type ResultChunkModifier and TypeMethodDescriptionprotected RunnableSearchResource.createScrollChunkProducer(ChunkedResult scroll, org.glassfish.jersey.server.ChunkedOutput<ResultChunk> output)