public enum AggregationOperation extends Enum<AggregationOperation>
FlowRunTable
.
The numbers used for tagType are prime numbers.Enum Constant and 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 and Description |
---|---|
static AggregationOperation |
getAggregationOperation(String aggOpStr)
returns the AggregationOperation enum that represents that string.
|
Attribute |
getAttribute() |
byte[] |
getInBytes() |
byte |
getTagType() |
static AggregationOperation |
valueOf(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(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Attribute getAttribute()
public byte getTagType()
public byte[] getInBytes()
public static AggregationOperation getAggregationOperation(String aggOpStr)
aggOpStr
- Aggregation operation.Copyright © 2008–2021 Apache Software Foundation. All rights reserved.