Package org.elasticsearch.script
Class TimeSeries
java.lang.Object
org.elasticsearch.script.TimeSeries
- All Implemented Interfaces:
Writeable,org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentFragment
public class TimeSeries
extends Object
implements Writeable, org.elasticsearch.xcontent.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
org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.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_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionTimeSeries(long total) TimeSeries(long fiveMinutes, long fifteenMinutes, long twentyFourHours, long total) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleaninthashCode()toString()org.elasticsearch.xcontent.XContentBuildertoXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.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
-
toXContent
public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceorg.elasticsearch.xcontent.ToXContent- 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
-