Package org.apache.druid.query.context
Class DefaultResponseContext
java.lang.Object
org.apache.druid.query.context.ResponseContext
org.apache.druid.query.context.DefaultResponseContext
The implementation of
ResponseContext with a HashMap as a delegate-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.druid.query.context.ResponseContext
ResponseContext.AbstractKey, ResponseContext.BooleanKey, ResponseContext.CounterKey, ResponseContext.Key, ResponseContext.Keys, ResponseContext.LongKey, ResponseContext.SerializationResult, ResponseContext.StringKey -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultResponseContextprotected Map<ResponseContext.Key,Object> Methods inherited from class org.apache.druid.query.context.ResponseContext
add, addCpuNanos, addMissingSegments, addRemainingResponse, addRowScanCount, deserialize, get, getCpuNanos, getEntityTag, getMissingSegments, getRemainingResponses, getRowScanCount, getTimeoutTime, getTotalBytes, getUncoveredIntervals, initialize, initializeMissingSegments, initializeRemainingResponses, initializeRowScanCount, merge, put, putEntityTag, putQueryFailDeadlineMs, putTimeoutTime, putUncoveredIntervals, remove, serializeWith, toMap
-
Constructor Details
-
DefaultResponseContext
public DefaultResponseContext()
-
-
Method Details
-
createEmpty
-
getDelegate
- Specified by:
getDelegatein classResponseContext
-