Uses of Class
org.apache.druid.query.context.ResponseContext.AbstractKey
-
Packages that use ResponseContext.AbstractKey Package Description org.apache.druid.query.context -
-
Uses of ResponseContext.AbstractKey in org.apache.druid.query.context
Subclasses of ResponseContext.AbstractKey in org.apache.druid.query.context Modifier and Type Class Description static classResponseContext.BooleanKeyBoolean valued attribute with the semantics that once the flag is set true, it stays true.static classResponseContext.CounterKeyLong valued attribute that holds the accumulation of values assigned.static classResponseContext.LongKeyLong valued attribute that holds the latest value assigned.static classResponseContext.StringKeyString valued attribute that holds the latest value assigned.
-