Class ScriptHeuristic.LongAccessor

org.elasticsearch.search.aggregations.bucket.terms.heuristic.ScriptHeuristic.LongAccessor
All Implemented Interfaces:
Enclosing class:
ScriptHeuristic

public final class ScriptHeuristic.LongAccessor extends
See Also:
Serialized Form
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    long
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
    float
     
    int
     
    long
     
     

    Methods inherited from class java.lang.

    ,

    Methods inherited from class java.lang.

    , , , , , , , , ,
  • Field Details

    • value

      public long value
  • Constructor Details

    • LongAccessor

      public LongAccessor()
  • Method Details

    • intValue

      public int intValue()
      Specified by:
       in class 
    • longValue

      public long longValue()
      Specified by:
       in class 
    • floatValue

      public float floatValue()
      Specified by:
       in class 
    • doubleValue

      public double doubleValue()
      Specified by:
       in class 
    • toString

      public  toString()
      Overrides:
       in class