Uses of Class
org.opennms.nephron.Pipeline.SumsAndTopKs
-
Packages that use Pipeline.SumsAndTopKs Package Description org.opennms.nephron -
-
Uses of Pipeline.SumsAndTopKs in org.opennms.nephron
Methods in org.opennms.nephron that return Pipeline.SumsAndTopKs Modifier and Type Method Description static Pipeline.SumsAndTopKsPipeline. aggregateSumsAndTopKs(String transformPrefix, org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.KV<CompoundKey,Aggregate>> groupedByKeyWithTos, CompoundKeyType typeWithoutTos, int k, org.apache.beam.sdk.transforms.SerializableFunction<CompoundKey,Boolean> includeKeyInTopK)Aggregates the sums and topKs for the input collection and a projection of the input collection where the tos (i.e.
-