Uses of Interface
org.opennms.nephron.NephronOptions
-
Packages that use NephronOptions Package Description org.opennms.nephron -
-
Uses of NephronOptions in org.opennms.nephron
Methods in org.opennms.nephron with parameters of type NephronOptions Modifier and Type Method Description static org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.KV<CompoundKey,Aggregate>>Pipeline. accumulateSummariesIfNecessary(NephronOptions options, org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.KV<CompoundKey,Aggregate>> flowSummaries)static voidPipeline. attachWriteToCortex(NephronOptions options, org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.KV<CompoundKey,Aggregate>> flowSummaries)static voidPipeline. attachWriteToCortex(NephronOptions options, org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.KV<CompoundKey,Aggregate>> flowSummaries, Consumer<org.opennms.nephron.cortex.CortexIo.Write<CompoundKey,Aggregate>> additionalConfig)static voidPipeline. attachWriteToElastic(NephronOptions options, org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.KV<CompoundKey,Aggregate>> flowSummaries)static voidPipeline. attachWriteToKafka(NephronOptions options, org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.KV<CompoundKey,Aggregate>> flowSummaries)static org.apache.beam.sdk.PipelinePipeline. create(NephronOptions options)Creates a new pipeline from the given set of runtime options.static org.apache.beam.sdk.PipelinePipeline. create(NephronOptions options, org.apache.beam.sdk.io.kafka.TimestampPolicyFactory<byte[],org.opennms.netmgt.flows.persistence.model.FlowDocument> timestampPolicyFactory)Creates a new pipeline from the given set of runtime options using the givenTimestampPolicyFactory.Constructors in org.opennms.nephron with parameters of type NephronOptions Constructor Description CalculateFlowStatistics(NephronOptions options)WindowedFlows(NephronOptions options)WriteToElasticsearch(NephronOptions options)
-