Class IngestStats.Stats

    • Constructor Detail

      • Stats

        public Stats​(long ingestCount,
                     long ingestTimeInMillis,
                     long ingestCurrent,
                     long ingestFailedCount)
      • Stats

        public Stats​(StreamInput in)
              throws java.io.IOException
        Read from a stream.
        Throws:
        java.io.IOException
    • Method Detail

      • getIngestCount

        public long getIngestCount()
        Returns:
        The total number of executed ingest preprocessing operations.
      • getIngestTimeInMillis

        public long getIngestTimeInMillis()
        Returns:
        The total time spent of ingest preprocessing in millis.
      • getIngestCurrent

        public long getIngestCurrent()
        Returns:
        The total number of ingest preprocessing operations currently executing.
      • getIngestFailedCount

        public long getIngestFailedCount()
        Returns:
        The total number of ingest preprocessing operations that have failed.