case class TopMetricsAggregation(name: String, metrics: List[String] = Nil, size: Option[Int] = None, sort: Option[Sort] = None, subaggs: Seq[AbstractAggregation] = Nil, metadata: Map[String, AnyRef] = Map.empty) extends Aggregation with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TopMetricsAggregation
- Serializable
- Serializable
- Product
- Equals
- Aggregation
- AbstractAggregation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TopMetricsAggregation(name: String, metrics: List[String] = Nil, size: Option[Int] = None, sort: Option[Sort] = None, subaggs: Seq[AbstractAggregation] = Nil, metadata: Map[String, AnyRef] = Map.empty)
Type Members
-
type
T = TopMetricsAggregation
- Definition Classes
- TopMetricsAggregation → AbstractAggregation
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addSubAggregation(agg: AbstractAggregation): T
- Definition Classes
- Aggregation
-
def
addSubagg(agg: AbstractAggregation): T
- Definition Classes
- Aggregation
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
metadata(map: Map[String, AnyRef]): T
- Definition Classes
- TopMetricsAggregation → AbstractAggregation
-
val
metadata: Map[String, AnyRef]
- Definition Classes
- TopMetricsAggregation → AbstractAggregation
- val metrics: List[String]
-
val
name: String
- Definition Classes
- TopMetricsAggregation → AbstractAggregation
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val size: Option[Int]
- val sort: Option[Sort]
-
def
subAggregations(aggs: Iterable[AbstractAggregation]): T
- Definition Classes
- TopMetricsAggregation → Aggregation
-
def
subAggregations(first: AbstractAggregation, rest: AbstractAggregation*): T
- Definition Classes
- Aggregation
-
def
subaggs(aggs: Iterable[AbstractAggregation]): T
- Definition Classes
- Aggregation
-
def
subaggs(first: AbstractAggregation, rest: AbstractAggregation*): T
- Definition Classes
- Aggregation
-
val
subaggs: Seq[AbstractAggregation]
- Definition Classes
- TopMetricsAggregation → Aggregation
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withMetrics(fields: Iterable[String]): TopMetricsAggregation
- def withMetrics(field: String, fields: String*): TopMetricsAggregation
- def withSize(size: Int): TopMetricsAggregation
- def withSort(sort: Sort): TopMetricsAggregation
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated