| Package | Description |
|---|---|
| org.opennms.nephron |
| Modifier and Type | Field and Description |
|---|---|
CompoundKey |
FlowSummaryData.key |
| 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 |
|---|---|
CompoundKey |
CompoundKey.CompoundKeyCoder.decode(InputStream inStream) |
CompoundKey |
CompoundKey.getOuterKey()
Build the parent, or "outer" key for the current key.
|
CompoundKey |
CompoundKey.project(CompoundKeyType projectedType)
Project this key into a key of the given type.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<WithHostname<CompoundKey>> |
Pipeline.KeyFlowBy.key(org.opennms.netmgt.flows.persistence.model.FlowDocument flow) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompoundKey.CompoundKeyCoder.encode(CompoundKey value,
OutputStream outStream) |
| 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.