Spring Data Elasticsearch

org.springframework.data.elasticsearch.core.facet.result
Class IntervalUnit

java.lang.Object
  extended by org.springframework.data.elasticsearch.core.facet.result.IntervalUnit

public class IntervalUnit
extends Object

Single term

Author:
Rizwan Idrees, Mohsin Husen, Artur Konczak, Jonathan Yan

Constructor Summary
IntervalUnit(long key, long count, long totalCount, double total, double mean, double min, double max)
           
 
Method Summary
 long getCount()
           
 long getKey()
           
 double getMax()
           
 double getMean()
           
 double getMin()
           
 double getTotal()
           
 long getTotalCount()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntervalUnit

public IntervalUnit(long key,
                    long count,
                    long totalCount,
                    double total,
                    double mean,
                    double min,
                    double max)
Method Detail

getKey

public long getKey()

getCount

public long getCount()

getTotalCount

public long getTotalCount()

getTotal

public double getTotal()

getMean

public double getMean()

getMin

public double getMin()

getMax

public double getMax()

toString

public String toString()
Overrides:
toString in class Object

Spring Data Elasticsearch

Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.