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
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonglonglonglonglonglonginthashCode()toString()toXContent(XContentBuilder builder, ToXContent.Params params) voidwriteTo(StreamOutput out) Write this into the StreamOutput.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContent
isFragment
-
Constructor Details
-
SampleStats
public SampleStats() -
SampleStats
- Throws:
IOException
-
-
Method Details
-
getSamples
public long getSamples() -
getPotentialSamples
public long getPotentialSamples() -
getSamplesRejectedForMaxSamplesExceeded
public long getSamplesRejectedForMaxSamplesExceeded() -
getSamplesRejectedForCondition
public long getSamplesRejectedForCondition() -
getSamplesRejectedForRate
public long getSamplesRejectedForRate() -
getSamplesRejectedForException
public long getSamplesRejectedForException() -
getTimeSampling
-
getTimeEvaluatingCondition
-
getTimeCompilingCondition
-
getLastException
-
toString
-
combine
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-