Class SamplingService.SampleStats

java.lang.Object
org.elasticsearch.ingest.SamplingService.SampleStats
All Implemented Interfaces:
Writeable, ToXContent
Enclosing class:
SamplingService

public static final class SamplingService.SampleStats extends Object implements Writeable, ToXContent
  • Constructor Details

    • SampleStats

      public SampleStats()
    • SampleStats

      public SampleStats(SamplingService.SampleStats other)
    • SampleStats

      public SampleStats(long samples, long potentialSamples, long samplesRejectedForMaxSamplesExceeded, long samplesRejectedForCondition, long samplesRejectedForRate, long samplesRejectedForException, long samplesRejectedForSize, TimeValue timeSampling, TimeValue timeEvaluatingCondition, TimeValue timeCompilingCondition, Exception lastException)
    • SampleStats

      public SampleStats(StreamInput in) throws IOException
      Throws:
      IOException
  • Method Details