Module org.elasticsearch.xcore
Class DateHistogramGroupSource.FixedInterval
java.lang.Object
org.elasticsearch.xpack.core.transform.transforms.pivot.DateHistogramGroupSource.FixedInterval
- All Implemented Interfaces:
Writeable,ToXContent,ToXContentFragment,DateHistogramGroupSource.Interval
- Enclosing class:
DateHistogramGroupSource
public static class DateHistogramGroupSource.FixedInterval
extends Object
implements DateHistogramGroupSource.Interval
-
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 TypeMethodDescriptionbooleanbytegetName()inthashCode()toString()toXContent(XContentBuilder builder, ToXContent.Params params) voidwriteTo(StreamOutput out) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentFragment
isFragment
-
Constructor Details
-
FixedInterval
-
FixedInterval
- Throws:
IOException
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceDateHistogramGroupSource.Interval
-
getInterval
- Specified by:
getIntervalin interfaceDateHistogramGroupSource.Interval
-
getIntervalTypeId
public byte getIntervalTypeId()- Specified by:
getIntervalTypeIdin interfaceDateHistogramGroupSource.Interval
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-
writeTo
- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
equals
-
hashCode
public int hashCode() -
toString
-