Uses of Interface
org.apache.druid.data.input.InputStats
-
Packages that use InputStats Package Description org.apache.druid.data.input org.apache.druid.data.input.impl org.apache.druid.segment.incremental org.apache.druid.segment.transform -
-
Uses of InputStats in org.apache.druid.data.input
Methods in org.apache.druid.data.input with parameters of type InputStats Modifier and Type Method Description CloseableIterator<InputRow>InputSourceReader. read(InputStats inputStats)Constructors in org.apache.druid.data.input with parameters of type InputStats Constructor Description BytesCountingInputEntity(InputEntity baseInputEntity, InputStats inputStats) -
Uses of InputStats in org.apache.druid.data.input.impl
Methods in org.apache.druid.data.input.impl with parameters of type InputStats Modifier and Type Method Description CloseableIterator<InputRow>InputEntityIteratingReader. read(InputStats inputStats)CloseableIterator<InputRow>TimedShutoffInputSourceReader. read(InputStats inputStats) -
Uses of InputStats in org.apache.druid.segment.incremental
Subinterfaces of InputStats in org.apache.druid.segment.incremental Modifier and Type Interface Description interfaceRowIngestionMetersA collection of meters for row ingestion stats, with support for moving average calculations.Classes in org.apache.druid.segment.incremental that implement InputStats Modifier and Type Class Description classNoopRowIngestionMetersThis class is used only inRealtimeIndexTaskwhich is deprecated now.classSimpleRowIngestionMeters -
Uses of InputStats in org.apache.druid.segment.transform
Methods in org.apache.druid.segment.transform with parameters of type InputStats Modifier and Type Method Description CloseableIterator<InputRow>TransformingInputSourceReader. read(InputStats inputStats)
-