@DefaultCoder(value=CompoundKey.CompoundKeyCoder.class) public class CompoundKey extends Object
Ref values.| Modifier and Type | Class and Description |
|---|---|
static class |
CompoundKey.CompoundKeyCoder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CompoundKey |
getOuterKey()
Build the parent, or "outer" key for the current key.
|
List<org.opennms.nephron.Ref> |
getRefs() |
CompoundKeyType |
getType() |
String |
groupedByKey() |
int |
hashCode() |
void |
populate(FlowSummary flow) |
CompoundKey |
project(CompoundKeyType projectedType)
Project this key into a key of the given type.
|
String |
toString() |
public CompoundKeyType getType()
public List<org.opennms.nephron.Ref> getRefs()
public CompoundKey getOuterKey()
public CompoundKey project(CompoundKeyType projectedType)
RefType in the given type.public String groupedByKey()
public void populate(FlowSummary flow)
Copyright © 2021. All rights reserved.