| 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 |
| Modifier and Type | Method and Description |
|---|---|
HumanReadableBytes |
SegmentsSplitHintSpec.getMaxInputSegmentBytesPerTask() |
HumanReadableBytes |
MaxSizeSplitHintSpec.getMaxSplitSize() |
| Constructor and Description |
|---|
MaxSizeSplitHintSpec(HumanReadableBytes maxSplitSize,
Integer maxNumFiles) |
SegmentsSplitHintSpec(HumanReadableBytes maxInputSegmentBytesPerTask,
Integer maxNumSegments) |
| Modifier and Type | Field and Description |
|---|---|
static HumanReadableBytes |
HumanReadableBytes.ZERO |
| Modifier and Type | Method and Description |
|---|---|
static HumanReadableBytes |
HumanReadableBytes.valueOf(int bytes) |
static HumanReadableBytes |
HumanReadableBytes.valueOf(long bytes) |
| Modifier and Type | Method and Description |
|---|---|
Class<HumanReadableBytes> |
HumanReadableBytesSerializer.handledType() |
| Modifier and Type | Method and Description |
|---|---|
void |
HumanReadableBytesSerializer.serialize(HumanReadableBytes value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Modifier and Type | Field and Description |
|---|---|
static HumanReadableBytes |
DruidProcessingConfig.DEFAULT_PROCESSING_BUFFER_SIZE_BYTES |
| Modifier and Type | Method and Description |
|---|---|
static HumanReadableBytes |
QueryContexts.getAsHumanReadableBytes(String key,
Object value,
HumanReadableBytes defaultValue) |
default HumanReadableBytes |
Query.getContextHumanReadableBytes(String key,
HumanReadableBytes defaultValue)
Deprecated.
use
queryContext().getContextHumanReadableBytes() instead. |
HumanReadableBytes |
QueryContext.getHumanReadableBytes(String key,
HumanReadableBytes defaultValue) |
HumanReadableBytes |
DruidProcessingConfig.intermediateComputeSizeBytesConfigured() |
| Modifier and Type | Method and Description |
|---|---|
static HumanReadableBytes |
QueryContexts.getAsHumanReadableBytes(String key,
Object value,
HumanReadableBytes defaultValue) |
default HumanReadableBytes |
Query.getContextHumanReadableBytes(String key,
HumanReadableBytes defaultValue)
Deprecated.
use
queryContext().getContextHumanReadableBytes() instead. |
HumanReadableBytes |
QueryContext.getHumanReadableBytes(String key,
HumanReadableBytes defaultValue) |
| Modifier and Type | Field and Description |
|---|---|
static HumanReadableBytes |
ExpressionLambdaAggregatorFactory.DEFAULT_MAX_SIZE_BYTES |
| Modifier and Type | Method and Description |
|---|---|
HumanReadableBytes |
ExpressionLambdaAggregatorFactory.getMaxSizeBytes() |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
HumanReadableBytes |
GroupByQueryConfig.getDefaultOnDiskStorage()
Mirror maxOnDiskStorage if defaultOnDiskStorage's default is not overridden by cluster operator.
|
HumanReadableBytes |
GroupByQueryConfig.getMaxOnDiskStorage() |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.