| Class | Description |
|---|---|
| DruidHavingBuilder |
Class to hold static methods to build druid query model objects from ApiHaving.
|
| DruidQueryBuilder |
Druid Query builder class.
|
| DruidResponseParser |
A class for building result sets from Druid Responses.
|
| HttpResponseChannel |
Converts preResponse/errorResponse into HTTP Responses, and ships them immediately to the client.
|
| HttpResponseMaker |
Translates a PreResponse into an HTTP Response containing the results of a query.
|
| PartialDataHandler |
Partial data handler deals with finding the missing intervals for a given request.
|
| PreResponseDeserializer |
Class to de-serialize and prepare the PreResponse object from JSON.
|
| PreResponseSerializationProxy |
Simplified version of PreResponse class for json format serialization.
|
| Result |
A single row of results.
|
| ResultSerializationProxy |
Simplified version of Result class for json format serialization.
|
| ResultSet |
ResultSet.
|
| ResultSetSchema |
The schema for a result set.
|
| ResultSetSerializationProxy |
Simplified version of ResultSet class for json format serialization.
|
| Enum | Description |
|---|---|
| Columns |
A generic, high level enumeration to distinguish between dimensions and metrics.
|
| Exception | Description |
|---|---|
| DeserializationException |
Exception during deserialization.
|
| SerializationException |
Exception during serialization.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.