Uses of Interface
org.apache.druid.segment.incremental.RowIngestionMeters
-
Packages that use RowIngestionMeters Package Description org.apache.druid.segment.incremental -
-
Uses of RowIngestionMeters in org.apache.druid.segment.incremental
Classes in org.apache.druid.segment.incremental that implement RowIngestionMeters Modifier and Type Class Description classNoopRowIngestionMetersThis class is used only inRealtimeIndexTaskwhich is deprecated now.classSimpleRowIngestionMetersMethods in org.apache.druid.segment.incremental that return RowIngestionMeters Modifier and Type Method Description RowIngestionMetersRowIngestionMetersFactory. createRowIngestionMeters()Constructors in org.apache.druid.segment.incremental with parameters of type RowIngestionMeters Constructor Description ParseExceptionHandler(RowIngestionMeters rowIngestionMeters, boolean logParseExceptions, int maxAllowedParseExceptions, int maxSavedParseExceptions)
-