Uses of Class
org.opennms.nephron.CompoundKeyType
-
Packages that use CompoundKeyType Package Description org.opennms.nephron org.opennms.nephron.elastic -
-
Uses of CompoundKeyType in org.opennms.nephron
Fields in org.opennms.nephron declared as CompoundKeyType Modifier and Type Field Description CompoundKeyTypeCompoundKey. typeMethods in org.opennms.nephron that return CompoundKeyType Modifier and Type Method Description CompoundKeyTypeCompoundKeyType. getParent()CompoundKeyTypeCompoundKey. getType()static CompoundKeyTypeCompoundKeyType. valueOf(String name)Returns the enum constant of this type with the specified name.static CompoundKeyType[]CompoundKeyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opennms.nephron with parameters of type CompoundKeyType 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.CompoundKeyCompoundKey. cast(CompoundKeyType targetType)Cast this key into a key of the given type. -
Uses of CompoundKeyType in org.opennms.nephron.elastic
Methods in org.opennms.nephron.elastic that return CompoundKeyType Modifier and Type Method Description CompoundKeyTypeFlowSummary. getGroupedBy()Methods in org.opennms.nephron.elastic with parameters of type CompoundKeyType Modifier and Type Method Description voidFlowSummary. setGroupedBy(CompoundKeyType groupedBy)
-