Uses of Class
org.opennms.nephron.Pipeline.SumAndTopK
-
Packages that use Pipeline.SumAndTopK Package Description org.opennms.nephron -
-
Uses of Pipeline.SumAndTopK in org.opennms.nephron
Fields in org.opennms.nephron declared as Pipeline.SumAndTopK Modifier and Type Field Description Pipeline.SumAndTopKPipeline.SumsAndTopKs. withoutTosPipeline.SumAndTopKPipeline.SumsAndTopKs. withTosMethods in org.opennms.nephron that return Pipeline.SumAndTopK Modifier and Type Method Description static Pipeline.SumAndTopKPipeline. aggregateSumAndTopK(String transformPrefix, org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.KV<CompoundKey,Aggregate>> groupedByKey, int k, org.apache.beam.sdk.transforms.SerializableFunction<CompoundKey,Boolean> includeKeyInTopK)Reduces the input multimap collection into a collection with unique keys and the summed aggregates and calculates the topK entries of these sums when selected over their parent keys.Constructors in org.opennms.nephron with parameters of type Pipeline.SumAndTopK Constructor Description SumsAndTopKs(Pipeline.SumAndTopK withTos, Pipeline.SumAndTopK withoutTos)
-