| Package | Description |
|---|---|
| org.opennms.nephron | |
| org.opennms.nephron.elastic |
| Modifier and Type | Field and Description |
|---|---|
AggregationType |
FlowSummaryData.aggregationType |
| Modifier and Type | Method and Description |
|---|---|
static FlowSummaryData |
Pipeline.toFlowSummaryData(AggregationType aggregationType,
org.apache.beam.sdk.transforms.windowing.IntervalWindow window,
org.apache.beam.sdk.values.KV<CompoundKey,Aggregate> el,
int ranking) |
| Constructor and Description |
|---|
FlowSummaryData(AggregationType aggregationType,
CompoundKey key,
Aggregate aggregate,
long windowStart,
long windowEnd,
int ranking) |
| Modifier and Type | Method and Description |
|---|---|
AggregationType |
FlowSummary.getAggregationType() |
static AggregationType |
AggregationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationType[] |
AggregationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowSummary.setAggregationType(AggregationType aggregationType) |
Copyright © 2021. All rights reserved.