Uses of Package
org.apache.druid.segment.incremental
Packages that use org.apache.druid.segment.incremental
Package
Description
-
Classes in org.apache.druid.segment.incremental used by org.apache.druid.segmentClassDescriptionIn-memory, row-based data structure used to hold data during ingestion.IncrementalIndexRowHolder is a simple
IncrementalIndexRowHolder.get()/IncrementalIndexRowHolder.set(org.apache.druid.segment.incremental.IncrementalIndexRow)holder ofIncrementalIndexRow. -
Classes in org.apache.druid.segment.incremental used by org.apache.druid.segment.generatorClassDescriptionIn-memory, row-based data structure used to hold data during ingestion.
-
Classes in org.apache.druid.segment.incremental used by org.apache.druid.segment.incrementalClassDescriptionDescribes the in-memory indexing method for data ingestion.
IncrementalIndexRowstorage interface, a mutable data structure for building up a set or rows to eventually persist into an immutable segmentIn-memory, row-based data structure used to hold data during ingestion.IncrementalIndexRowHolder is a simpleIncrementalIndexRowHolder.get()/IncrementalIndexRowHolder.set(org.apache.druid.segment.incremental.IncrementalIndexRow)holder ofIncrementalIndexRow.Interface that abstracts selecting data from aFactsHolderResult of filtering an input row during ingestion.A collection of meters for row ingestion stats, with support for moving average calculations.