Uses of Class
org.apache.druid.java.util.common.HumanReadableBytes
Packages that use HumanReadableBytes
Package
Description
-
Uses of HumanReadableBytes in org.apache.druid.data.input
Methods in org.apache.druid.data.input that return HumanReadableBytesModifier and TypeMethodDescriptionSegmentsSplitHintSpec.getMaxInputSegmentBytesPerTask()MaxSizeSplitHintSpec.getMaxSplitSize()Constructors in org.apache.druid.data.input with parameters of type HumanReadableBytesModifierConstructorDescriptionMaxSizeSplitHintSpec(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 HumanReadableBytesMethods in org.apache.druid.java.util.common that return HumanReadableBytesModifier and TypeMethodDescriptionstatic HumanReadableBytesHumanReadableBytes.valueOf(int bytes) static HumanReadableBytesHumanReadableBytes.valueOf(long bytes) Methods in org.apache.druid.java.util.common that return types with arguments of type HumanReadableBytesMethods in org.apache.druid.java.util.common with parameters of type HumanReadableBytesModifier and TypeMethodDescriptionvoidHumanReadableBytesSerializer.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 HumanReadableBytesModifier and TypeFieldDescriptionstatic final HumanReadableBytesDruidProcessingBufferConfig.DEFAULT_PROCESSING_BUFFER_SIZE_BYTESMethods in org.apache.druid.query that return HumanReadableBytesModifier and TypeMethodDescriptionstatic HumanReadableBytesQueryContexts.getAsHumanReadableBytes(String key, Object value, HumanReadableBytes defaultValue) DruidProcessingBufferConfig.getBufferSize()default HumanReadableBytesQuery.getContextHumanReadableBytes(String key, HumanReadableBytes defaultValue) Deprecated.QueryContext.getHumanReadableBytes(String key, long defaultBytes) QueryContext.getHumanReadableBytes(String key, HumanReadableBytes defaultValue) Methods in org.apache.druid.query with parameters of type HumanReadableBytesModifier and TypeMethodDescriptionstatic HumanReadableBytesQueryContexts.getAsHumanReadableBytes(String key, Object value, HumanReadableBytes defaultValue) default HumanReadableBytesQuery.getContextHumanReadableBytes(String key, HumanReadableBytes defaultValue) Deprecated.usequeryContext().getContextHumanReadableBytes()instead.QueryContext.getHumanReadableBytes(String key, HumanReadableBytes defaultValue) Constructors in org.apache.druid.query with parameters of type HumanReadableBytesModifierConstructorDescriptionDruidProcessingBufferConfig(HumanReadableBytes sizeBytes, Integer poolCacheMaxCount, Integer poolCacheInitialCount) -
Uses of HumanReadableBytes in org.apache.druid.query.aggregation
Fields in org.apache.druid.query.aggregation declared as HumanReadableBytesModifier and TypeFieldDescriptionstatic final HumanReadableBytesExpressionLambdaAggregatorFactory.DEFAULT_MAX_SIZE_BYTESMethods in org.apache.druid.query.aggregation that return HumanReadableBytesConstructors in org.apache.druid.query.aggregation with parameters of type HumanReadableBytesModifierConstructorDescriptionExpressionLambdaAggregatorFactory(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 HumanReadableBytesModifier and TypeMethodDescriptionGroupByQueryConfig.getDefaultOnDiskStorage()Mirror maxOnDiskStorage if defaultOnDiskStorage's default is not overridden by cluster operator.GroupByQueryConfig.getMaxOnDiskStorage()
queryContext().getContextHumanReadableBytes()instead.