Class Pipeline.WindowedFlows

  • All Implemented Interfaces:
    Serializable, org.apache.beam.sdk.transforms.display.HasDisplayData
    Enclosing class:
    Pipeline

    public static class Pipeline.WindowedFlows
    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<org.opennms.netmgt.flows.persistence.model.FlowDocument>>
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.apache.beam.sdk.transforms.PTransform

        name, resourceHints
    • Constructor Summary

      Constructors 
      Constructor Description
      WindowedFlows​(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)  
      WindowedFlows​(NephronOptions options)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.beam.sdk.values.PCollection<org.opennms.netmgt.flows.persistence.model.FlowDocument> expand​(org.apache.beam.sdk.values.PCollection<org.opennms.netmgt.flows.persistence.model.FlowDocument> input)  
      • Methods inherited from class org.apache.beam.sdk.transforms.PTransform

        compose, compose, getAdditionalInputs, getDefaultOutputCoder, getDefaultOutputCoder, getDefaultOutputCoder, getKindString, getName, getResourceHints, populateDisplayData, setResourceHints, toString, validate
    • Constructor Detail

      • WindowedFlows

        public WindowedFlows​(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)
    • Method Detail

      • expand

        public org.apache.beam.sdk.values.PCollection<org.opennms.netmgt.flows.persistence.model.FlowDocument> expand​(org.apache.beam.sdk.values.PCollection<org.opennms.netmgt.flows.persistence.model.FlowDocument> input)
        Specified by:
        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<org.opennms.netmgt.flows.persistence.model.FlowDocument>>