Interface | Description |
---|---|
FullResponseProcessor |
Response processor for that extracts header information from Druid response and put the information in our own
response.
|
ResponseProcessor |
Response processing can result in failure or error or on success will receive a JSON document representing the result
set for the query.
|
ResponseProcessorFactory |
A
ResponseProcessor relies on things that are directly constructed at request time (i.e. |
Class | Description |
---|---|
CacheV2ResponseProcessor |
A response processor which caches the results if appropriate after completing a query.
|
CachingResponseProcessor |
A response processor which caches the results if appropriate after completing a query.
|
DruidPartialDataResponseProcessor |
Response processor for finding missing partial data in Druid
|
EtagCacheResponseProcessor |
A response processor which caches the results if appropriate after completing a query according to etag value.
|
LoggingContext |
A container for RequestLog.
|
MappingResponseProcessor |
Response Processor which will perform result set mapping.
|
ResponseContext |
A container to hold context information associated with a response.
|
ResultSetResponseProcessor |
Callback handler for JSON to be processed into result sets.
|
ResultSetResponseProcessorFactory |
Builds the default Druid response processor:
ResultSetResponseProcessor . |
SplitQueryResponseProcessor |
This response processor receives a list of expected intervals.
|
WeightCheckResponseProcessor |
A response processor which wraps a timer around the outer most response processor only in the event of an error
response.
|
Enum | Description |
---|---|
DruidJsonRequestContentKeys |
Enumerates the list of keys expected to be found in the FullResponseProcessor.
|
DruidJsonResponseContentKeys |
Enumerates the list of keys expected to be found in the FullResponseProcessor.
|
ResponseContextKeys |
Enumerates the list of keys expected to be found in the ResponseContext.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.