| Package | Description |
|---|---|
| org.opennms.nephron | |
| org.opennms.nephron.elastic |
| Modifier and Type | Method and Description |
|---|---|
CompoundKeyType |
CompoundKeyType.getParent() |
CompoundKeyType |
CompoundKey.getType() |
static CompoundKeyType |
CompoundKeyType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Pipeline.SumsAndTopKs |
Pipeline.aggregateSumsAndTopKs(String transformPrefix,
org.apache.beam.sdk.values.PCollection<org.opennms.netmgt.flows.persistence.model.FlowDocument> input,
CompoundKeyType typeWithTos,
CompoundKeyType typeWithoutTos,
int k) |
CompoundKey |
CompoundKey.project(CompoundKeyType projectedType)
Project this key into a key of the given type.
|
| Constructor and Description |
|---|
KeyFlowBy(CompoundKeyType type) |
| Modifier and Type | Method and Description |
|---|---|
CompoundKeyType |
FlowSummary.getGroupedBy() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowSummary.setGroupedBy(CompoundKeyType groupedBy) |
Copyright © 2021. All rights reserved.