Uses of Enum
org.apache.druid.indexer.IngestionState
Packages that use IngestionState
-
Uses of IngestionState in org.apache.druid.indexer
Methods in org.apache.druid.indexer that return IngestionStateModifier and TypeMethodDescriptionstatic IngestionStateReturns 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 IngestionStateConstructors in org.apache.druid.indexer.report with parameters of type IngestionStateModifierConstructorDescriptionIngestionStatsAndErrors(IngestionState ingestionState, Map<String, Object> unparseableEvents, Map<String, Object> rowStats, String errorMsg, boolean segmentAvailabilityConfirmed, long segmentAvailabilityWaitTimeMs, Map<String, Long> recordsProcessed, Long segmentsRead, Long segmentsPublished)