| Package | Description |
|---|---|
| org.opennms.nephron |
| Modifier and Type | Field and Description |
|---|---|
Aggregate |
FlowSummaryData.aggregate |
| Modifier and Type | Field and Description |
|---|---|
org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.KV<CompoundKey,Aggregate>> |
Pipeline.SumAndTopK.sum |
org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.KV<CompoundKey,Aggregate>> |
Pipeline.TotalAndSummary.total |
| Modifier and Type | Method and Description |
|---|---|
Aggregate |
Aggregate.AggregateCoder.decode(InputStream inStream) |
static Aggregate |
Aggregate.merge(Aggregate a,
Aggregate b) |
| Modifier and Type | Method and Description |
|---|---|
void |
Aggregate.AggregateCoder.encode(Aggregate value,
OutputStream outStream) |
static Aggregate |
Aggregate.merge(Aggregate a,
Aggregate b) |
| Modifier and Type | Method and Description |
|---|---|
static Pipeline.TotalAndSummary |
Pipeline.aggregateParentTotal(String transformPrefix,
org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.KV<CompoundKey,Aggregate>> child) |
static Pipeline.SumAndTopK |
Pipeline.aggregateSumAndTopK(String transformPrefix,
org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.KV<CompoundKey,Aggregate>> groupedByKey,
int k) |
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) |
| Constructor and Description |
|---|
SumAndTopK(org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.KV<CompoundKey,Aggregate>> sum,
org.apache.beam.sdk.values.PCollection<FlowSummaryData> topK) |
TotalAndSummary(org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.KV<CompoundKey,Aggregate>> total,
org.apache.beam.sdk.values.PCollection<FlowSummaryData> summary) |
Copyright © 2021. All rights reserved.