Uses of Class
org.apache.druid.java.util.common.HumanReadableBytes
-
Packages that use HumanReadableBytes Package Description org.apache.druid.data.input org.apache.druid.java.util.common org.apache.druid.query org.apache.druid.query.aggregation org.apache.druid.query.groupby -
-
Uses of HumanReadableBytes in org.apache.druid.data.input
Methods in org.apache.druid.data.input that return HumanReadableBytes Modifier and Type Method Description HumanReadableBytesSegmentsSplitHintSpec. getMaxInputSegmentBytesPerTask()HumanReadableBytesMaxSizeSplitHintSpec. getMaxSplitSize()Constructors in org.apache.druid.data.input with parameters of type HumanReadableBytes Constructor Description MaxSizeSplitHintSpec(HumanReadableBytes maxSplitSize, Integer maxNumFiles)SegmentsSplitHintSpec(HumanReadableBytes maxInputSegmentBytesPerTask, Integer maxNumSegments) -
Uses of HumanReadableBytes in org.apache.druid.java.util.common
Fields in org.apache.druid.java.util.common declared as HumanReadableBytes Modifier and Type Field Description static HumanReadableBytesHumanReadableBytes. ZEROMethods in org.apache.druid.java.util.common that return HumanReadableBytes Modifier and Type Method Description static HumanReadableBytesHumanReadableBytes. valueOf(int bytes)static HumanReadableBytesHumanReadableBytes. valueOf(long bytes)Methods in org.apache.druid.java.util.common that return types with arguments of type HumanReadableBytes Modifier and Type Method Description Class<HumanReadableBytes>HumanReadableBytesSerializer. handledType()Methods in org.apache.druid.java.util.common with parameters of type HumanReadableBytes Modifier and Type Method Description voidHumanReadableBytesSerializer. serialize(HumanReadableBytes value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) -
Uses of HumanReadableBytes in org.apache.druid.query
Fields in org.apache.druid.query declared as HumanReadableBytes Modifier and Type Field Description static HumanReadableBytesDruidProcessingBufferConfig. DEFAULT_PROCESSING_BUFFER_SIZE_BYTESMethods in org.apache.druid.query that return HumanReadableBytes Modifier and Type Method Description static HumanReadableBytesQueryContexts. getAsHumanReadableBytes(String key, Object value, HumanReadableBytes defaultValue)HumanReadableBytesDruidProcessingBufferConfig. getBufferSize()default HumanReadableBytesQuery. getContextHumanReadableBytes(String key, HumanReadableBytes defaultValue)Deprecated.usequeryContext().getContextHumanReadableBytes()instead.HumanReadableBytesQueryContext. getHumanReadableBytes(String key, HumanReadableBytes defaultValue)Methods in org.apache.druid.query with parameters of type HumanReadableBytes Modifier and Type Method Description static HumanReadableBytesQueryContexts. getAsHumanReadableBytes(String key, Object value, HumanReadableBytes defaultValue)default HumanReadableBytesQuery. getContextHumanReadableBytes(String key, HumanReadableBytes defaultValue)Deprecated.usequeryContext().getContextHumanReadableBytes()instead.HumanReadableBytesQueryContext. getHumanReadableBytes(String key, HumanReadableBytes defaultValue)Constructors in org.apache.druid.query with parameters of type HumanReadableBytes Constructor Description DruidProcessingBufferConfig(HumanReadableBytes sizeBytes, Integer poolCacheMaxCount, Integer poolCacheInitialCount) -
Uses of HumanReadableBytes in org.apache.druid.query.aggregation
Fields in org.apache.druid.query.aggregation declared as HumanReadableBytes Modifier and Type Field Description static HumanReadableBytesExpressionLambdaAggregatorFactory. DEFAULT_MAX_SIZE_BYTESMethods in org.apache.druid.query.aggregation that return HumanReadableBytes Modifier and Type Method Description HumanReadableBytesExpressionLambdaAggregatorFactory. getMaxSizeBytes()Constructors in org.apache.druid.query.aggregation with parameters of type HumanReadableBytes Constructor Description ExpressionLambdaAggregatorFactory(String name, Set<String> fields, String accumulatorIdentifier, String initialValue, String initialCombineValue, Boolean isNullUnlessAggregated, Boolean shouldAggregateNullInputs, Boolean shouldCombineAggregateNullInputs, String foldExpression, String combineExpression, String compareExpression, String finalizeExpression, HumanReadableBytes maxSizeBytes, ExprMacroTable macroTable) -
Uses of HumanReadableBytes in org.apache.druid.query.groupby
Methods in org.apache.druid.query.groupby that return HumanReadableBytes Modifier and Type Method Description HumanReadableBytesGroupByQueryConfig. getDefaultOnDiskStorage()Mirror maxOnDiskStorage if defaultOnDiskStorage's default is not overridden by cluster operator.HumanReadableBytesGroupByQueryConfig. getMaxOnDiskStorage()
-