java.lang.Object
org.elasticsearch.script.TimeSeries
- All Implemented Interfaces:
Writeable,ToXContent,ToXContentFragment
A response class representing a snapshot of a
TimeSeriesCounter at a point in time.-
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 longfinal longFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionTimeSeries(long total) TimeSeries(long fiveMinutes, long fifteenMinutes, long twentyFourHours, long total) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleaninthashCode()static TimeSeriesmerge(TimeSeries first, TimeSeries second) 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.ToXContentFragment
isFragment
-
Field Details
-
fiveMinutes
public final long fiveMinutes -
fifteenMinutes
public final long fifteenMinutes -
twentyFourHours
public final long twentyFourHours -
total
public final long total
-
-
Constructor Details
-
TimeSeries
public TimeSeries(long total) -
TimeSeries
public TimeSeries(long fiveMinutes, long fifteenMinutes, long twentyFourHours, long total) -
TimeSeries
- Throws:
IOException
-
-
Method Details
-
merge
-
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
-
areTimingsEmpty
public boolean areTimingsEmpty() -
equals
-
hashCode
public int hashCode() -
toString
-