java.lang.Object
org.elasticsearch.search.aggregations.bucket.histogram.LongBounds
All Implemented Interfaces:
Writeable, ToXContent, ToXContentFragment

public class LongBounds extends Object implements ToXContentFragment, Writeable
Represent hard_bounds and extended_bounds in date-histogram aggregations. This class is similar to DoubleBounds used in histograms, but is using longs to store data. LongBounds and DoubleBounds are * not used interchangeably and therefore don't share any common interfaces except for serialization.