| Package | Description |
|---|---|
| org.opennms.nephron |
| Modifier and Type | Field and Description |
|---|---|
org.apache.beam.sdk.values.PCollection<FlowSummaryData> |
Pipeline.TotalAndSummary.summary |
org.apache.beam.sdk.values.PCollection<FlowSummaryData> |
Pipeline.SumAndTopK.topK |
| Modifier and Type | Method and Description |
|---|---|
FlowSummaryData |
FlowSummaryData.FlowSummaryDataCoder.decode(InputStream inStream) |
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) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.beam.sdk.values.PCollection<FlowSummaryData> |
Pipeline.CalculateFlowStatistics.expand(org.apache.beam.sdk.values.PCollection<org.opennms.netmgt.flows.persistence.model.FlowDocument> input) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowSummaryData.FlowSummaryDataCoder.encode(FlowSummaryData value,
OutputStream outStream) |
static FlowSummary |
Pipeline.toFlowSummary(FlowSummaryData fsd) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.beam.sdk.values.PDone |
Pipeline.WriteToElasticsearch.expand(org.apache.beam.sdk.values.PCollection<FlowSummaryData> input) |
org.apache.beam.sdk.values.PDone |
Pipeline.WriteToKafka.expand(org.apache.beam.sdk.values.PCollection<FlowSummaryData> input) |
| 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.