public enum CompoundKeyType extends Enum<CompoundKeyType>
RefTypes that describes the dimension flow data is grouped into.
A compound key type may be derived from a parent type by adding additional grouping dimensions. Parent types are
used when calculating topK aggregations.| Modifier and Type | Method and Description |
|---|---|
CompoundKeyType |
getParent() |
org.opennms.nephron.RefType<org.opennms.nephron.Ref>[] |
getParts() |
static CompoundKeyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompoundKeyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompoundKeyType EXPORTER
public static final CompoundKeyType EXPORTER_INTERFACE
public static final CompoundKeyType EXPORTER_INTERFACE_APPLICATION
public static final CompoundKeyType EXPORTER_INTERFACE_CONVERSATION
public static final CompoundKeyType EXPORTER_INTERFACE_HOST
public static final CompoundKeyType EXPORTER_INTERFACE_TOS
public static final CompoundKeyType EXPORTER_INTERFACE_TOS_APPLICATION
public static final CompoundKeyType EXPORTER_INTERFACE_TOS_CONVERSATION
public static final CompoundKeyType EXPORTER_INTERFACE_TOS_HOST
public static CompoundKeyType[] values()
for (CompoundKeyType c : CompoundKeyType.values()) System.out.println(c);
public static CompoundKeyType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic CompoundKeyType getParent()
public org.opennms.nephron.RefType<org.opennms.nephron.Ref>[] getParts()
Copyright © 2021. All rights reserved.