Package org.apache.druid.query.context
Class ConcurrentResponseContext
java.lang.Object
org.apache.druid.query.context.ResponseContext
org.apache.druid.query.context.ConcurrentResponseContext
The implementation of
ResponseContext with a ConcurrentHashMap 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 ConcurrentResponseContextprotected 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
-
ConcurrentResponseContext
public ConcurrentResponseContext()
-
-
Method Details
-
createEmpty
-
getDelegate
- Specified by:
getDelegatein classResponseContext
-