c

zio.elasticsearch.result

AggregateResult

final class AggregateResult extends ResultWithAggregation

Linear Supertypes
ResultWithAggregation, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AggregateResult
  2. ResultWithAggregation
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def aggregation(name: String): Task[Option[AggregationResult]]
    Definition Classes
    AggregateResult → ResultWithAggregation
  5. def aggregationAs[A <: AggregationResult](name: String): IO[DecodingException, Option[A]]
    Definition Classes
    ResultWithAggregation
  6. def aggregations: Task[Map[String, AggregationResult]]
    Definition Classes
    AggregateResult → ResultWithAggregation
  7. def asAvgAggregation(name: String): IO[DecodingException, Option[AvgAggregationResult]]
    Definition Classes
    ResultWithAggregation
  8. def asCardinalityAggregation(name: String): IO[DecodingException, Option[CardinalityAggregationResult]]
    Definition Classes
    ResultWithAggregation
  9. def asExtendedStatsAggregation(name: String): IO[DecodingException, Option[ExtendedStatsAggregationResult]]
    Definition Classes
    ResultWithAggregation
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def asMaxAggregation(name: String): IO[DecodingException, Option[MaxAggregationResult]]
    Definition Classes
    ResultWithAggregation
  12. def asMinAggregation(name: String): IO[DecodingException, Option[MinAggregationResult]]
    Definition Classes
    ResultWithAggregation
  13. def asPercentileRanksAggregation(name: String): IO[DecodingException, Option[PercentileRanksAggregationResult]]
    Definition Classes
    ResultWithAggregation
  14. def asPercentilesAggregation(name: String): IO[DecodingException, Option[PercentilesAggregationResult]]
    Definition Classes
    ResultWithAggregation
  15. def asSumAggregation(name: String): IO[DecodingException, Option[SumAggregationResult]]
    Definition Classes
    ResultWithAggregation
  16. def asTermsAggregation(name: String): IO[DecodingException, Option[TermsAggregationResult]]
    Definition Classes
    ResultWithAggregation
  17. def asValueCountAggregation(name: String): IO[DecodingException, Option[ValueCountAggregationResult]]
    Definition Classes
    ResultWithAggregation
  18. def asWeightedAvgAggregation(name: String): IO[DecodingException, Option[WeightedAvgAggregationResult]]
    Definition Classes
    ResultWithAggregation
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from ResultWithAggregation

Inherited from AnyRef

Inherited from Any

Ungrouped