Uses of Class
org.apache.druid.segment.incremental.AppendableIndexBuilder
Packages that use AppendableIndexBuilder
-
Uses of AppendableIndexBuilder in org.apache.druid.segment.incremental
Subclasses of AppendableIndexBuilder in org.apache.druid.segment.incrementalMethods in org.apache.druid.segment.incremental that return AppendableIndexBuilderModifier and TypeMethodDescriptionAppendableIndexSpec.builder()Creates a new builder of the appendable index.OnheapIncrementalIndex.Spec.builder()AppendableIndexBuilder.setIndexSchema(IncrementalIndexSchema incrementalIndexSchema) AppendableIndexBuilder.setMaxBytesInMemory(long maxBytesInMemory) AppendableIndexBuilder.setMaxRowCount(int maxRowCount) AppendableIndexBuilder.setPreserveExistingMetrics(boolean preserveExistingMetrics) AppendableIndexBuilder.setSimpleTestingIndexSchema(Boolean rollup, Boolean preserveExistingMetrics, AggregatorFactory... metrics) A helper method to set a simple index schema with controllable metrics and rollup, and default values for the other parameters.AppendableIndexBuilder.setSimpleTestingIndexSchema(AggregatorFactory... metrics) A helper method to set a simple index schema with only metrics and default values for the other parameters.