Package org.elasticsearch.script
Class ScriptContextStats.TimeSeries
java.lang.Object
org.elasticsearch.script.ScriptContextStats.TimeSeries
- All Implemented Interfaces:
Writeable,ToXContent,ToXContentFragment
- Enclosing class:
- ScriptContextStats
public static class ScriptContextStats.TimeSeries
extends Object
implements Writeable, ToXContentFragment
-
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
FieldsModifier and TypeFieldDescriptionfinal longfinal longfinal longFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanisEmpty()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, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentFragment
isFragment
-
Field Details
-
fiveMinutes
public final long fiveMinutes -
fifteenMinutes
public final long fifteenMinutes -
twentyFourHours
public final long twentyFourHours
-
-
Constructor Details
-
TimeSeries
public TimeSeries() -
TimeSeries
public TimeSeries(long fiveMinutes, long fifteenMinutes, long twentyFourHours) -
TimeSeries
- Throws:
IOException
-
-
Method Details
-
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
-
isEmpty
public boolean isEmpty() -
equals
-
hashCode
public int hashCode()
-