Uses of Class
org.apache.druid.indexer.IngestionState
-
Packages that use IngestionState Package Description org.apache.druid.indexer org.apache.druid.indexer.report -
-
Uses of IngestionState in org.apache.druid.indexer
Methods in org.apache.druid.indexer that return IngestionState Modifier and Type Method Description static IngestionStateIngestionState. valueOf(String name)Returns the enum constant of this type with the specified name.static IngestionState[]IngestionState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IngestionState in org.apache.druid.indexer.report
Methods in org.apache.druid.indexer.report that return IngestionState Modifier and Type Method Description IngestionStateIngestionStatsAndErrors. getIngestionState()Constructors in org.apache.druid.indexer.report with parameters of type IngestionState Constructor Description IngestionStatsAndErrors(IngestionState ingestionState, Map<String,Object> unparseableEvents, Map<String,Object> rowStats, String errorMsg, boolean segmentAvailabilityConfirmed, long segmentAvailabilityWaitTimeMs, Map<String,Long> recordsProcessed, Long segmentsRead, Long segmentsPublished)
-