public static class Pipeline.CalculateFlowStatistics extends org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<org.opennms.netmgt.flows.persistence.model.FlowDocument>,org.apache.beam.sdk.values.PCollection<FlowSummaryData>>
| Constructor and Description |
|---|
CalculateFlowStatistics(int topK,
org.joda.time.Duration fixedWindowSize,
org.joda.time.Duration maxFlowDuration,
org.joda.time.Duration earlyProcessingDelay,
org.joda.time.Duration lateProcessingDelay,
org.joda.time.Duration allowedLateness) |
CalculateFlowStatistics(NephronOptions options) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.beam.sdk.values.PCollection<FlowSummaryData> |
expand(org.apache.beam.sdk.values.PCollection<org.opennms.netmgt.flows.persistence.model.FlowDocument> input) |
public CalculateFlowStatistics(int topK,
org.joda.time.Duration fixedWindowSize,
org.joda.time.Duration maxFlowDuration,
org.joda.time.Duration earlyProcessingDelay,
org.joda.time.Duration lateProcessingDelay,
org.joda.time.Duration allowedLateness)
public CalculateFlowStatistics(NephronOptions options)
public org.apache.beam.sdk.values.PCollection<FlowSummaryData> expand(org.apache.beam.sdk.values.PCollection<org.opennms.netmgt.flows.persistence.model.FlowDocument> input)
expand in class org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<org.opennms.netmgt.flows.persistence.model.FlowDocument>,org.apache.beam.sdk.values.PCollection<FlowSummaryData>>Copyright © 2021. All rights reserved.