public static class AggregationCommand.OrderCommand extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AggregationCommand.OrderCommand.Metric |
static class |
AggregationCommand.OrderCommand.ReferenceType |
static class |
AggregationCommand.OrderCommand.SortOrder
Enumeration constants to determine whether to sort ascending or descending by reference.
|
| Modifier and Type | Field and Description |
|---|---|
AggregationCommand.OrderCommand.Metric |
metric
Only used for order type
AggregationCommand.OrderCommand.ReferenceType.AGGREGATION_MULTIVALUE. |
String |
referenceName
A reference to another aggregation to use its values to sort this aggregation by.
|
AggregationCommand.OrderCommand.ReferenceType |
referenceType
The way of ordering.
|
AggregationCommand.OrderCommand.SortOrder |
sortOrder
Whether to sort descending or ascending by the value of
referenceName. |
| Constructor and Description |
|---|
OrderCommand() |
public AggregationCommand.OrderCommand.ReferenceType referenceType
public String referenceName
public AggregationCommand.OrderCommand.SortOrder sortOrder
referenceName.public AggregationCommand.OrderCommand.Metric metric
AggregationCommand.OrderCommand.ReferenceType.AGGREGATION_MULTIVALUE. This metric is used to receive one
single value from a multi-valued aggregation referenced by referenceName.Copyright © 2017 JULIE Lab, Germany. All rights reserved.