Uses of Class
org.apache.druid.segment.incremental.IncrementalIndexSchema
-
Packages that use IncrementalIndexSchema Package Description org.apache.druid.segment.incremental -
-
Uses of IncrementalIndexSchema in org.apache.druid.segment.incremental
Fields in org.apache.druid.segment.incremental declared as IncrementalIndexSchema Modifier and Type Field Description protected IncrementalIndexSchemaAppendableIndexBuilder. incrementalIndexSchemaMethods in org.apache.druid.segment.incremental that return IncrementalIndexSchema Modifier and Type Method Description IncrementalIndexSchemaIncrementalIndexSchema.Builder. build()Methods in org.apache.druid.segment.incremental with parameters of type IncrementalIndexSchema Modifier and Type Method Description AppendableIndexBuilderAppendableIndexBuilder. setIndexSchema(IncrementalIndexSchema incrementalIndexSchema)Constructors in org.apache.druid.segment.incremental with parameters of type IncrementalIndexSchema Constructor Description IncrementalIndex(IncrementalIndexSchema incrementalIndexSchema, boolean preserveExistingMetrics, boolean useMaxMemoryEstimates)
-