Uses of Class
org.apache.druid.query.context.ResponseContext.SerializationResult
-
Packages that use ResponseContext.SerializationResult Package Description org.apache.druid.query.context -
-
Uses of ResponseContext.SerializationResult in org.apache.druid.query.context
Methods in org.apache.druid.query.context that return ResponseContext.SerializationResult Modifier and Type Method Description ResponseContext.SerializationResultResponseContext. serializeWith(com.fasterxml.jackson.databind.ObjectMapper objectMapper, int maxCharsNumber)Serializes the context given that the resulting string length is less than the provided limit.
-