Uses of Class
org.elasticsearch.ingest.IngestStats.PipelineStat
-
Packages that use IngestStats.PipelineStat Package Description org.elasticsearch.ingest -
-
Uses of IngestStats.PipelineStat in org.elasticsearch.ingest
Methods in org.elasticsearch.ingest that return types with arguments of type IngestStats.PipelineStat Modifier and Type Method Description List<IngestStats.PipelineStat>IngestStats. getPipelineStats()Constructor parameters in org.elasticsearch.ingest with type arguments of type IngestStats.PipelineStat Constructor Description IngestStats(IngestStats.Stats totalStats, List<IngestStats.PipelineStat> pipelineStats, Map<String,List<IngestStats.ProcessorStat>> processorStats)
-