java.io.Serializable, java.lang.Comparable<AggregationOperation>public enum AggregationOperation extends java.lang.Enum<AggregationOperation>
FlowRunTable.
The numbers used for tagType are prime numbers.| Enum Constant | Description |
|---|---|
GLOBAL_MAX |
When it ended.
|
GLOBAL_MIN |
When the flow was started.
|
LATEST_MAX |
Max value as per the latest timestamp
seen for a given app.
|
LATEST_MIN |
Min value as per the latest timestamp
seen for a given app.
|
SUM |
The metrics of the flow.
|
SUM_FINAL |
application running.
|
| Modifier and Type | Method | Description |
|---|---|---|
static AggregationOperation |
getAggregationOperation(java.lang.String aggOpStr) |
returns the AggregationOperation enum that represents that string.
|
Attribute |
getAttribute() |
|
byte[] |
getInBytes() |
|
byte |
getTagType() |
|
static AggregationOperation |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AggregationOperation[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregationOperation GLOBAL_MIN
public static final AggregationOperation GLOBAL_MAX
public static final AggregationOperation SUM
public static final AggregationOperation SUM_FINAL
public static final AggregationOperation LATEST_MIN
public static final AggregationOperation LATEST_MAX
public static AggregationOperation[] values()
for (AggregationOperation c : AggregationOperation.values()) System.out.println(c);
public static AggregationOperation valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic Attribute getAttribute()
public byte getTagType()
public byte[] getInBytes()
public static AggregationOperation getAggregationOperation(java.lang.String aggOpStr)
aggOpStr - Aggregation operation.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.