Uses of Class
org.opennms.nephron.CompoundKeyData
-
Packages that use CompoundKeyData Package Description org.opennms.nephron -
-
Uses of CompoundKeyData in org.opennms.nephron
Fields in org.opennms.nephron declared as CompoundKeyData Modifier and Type Field Description CompoundKeyDataCompoundKey. dataMethods in org.opennms.nephron that return CompoundKeyData Modifier and Type Method Description CompoundKeyDataCompoundKeyData.Builder. build()Methods in org.opennms.nephron with parameters of type CompoundKeyData Modifier and Type Method Description abstract voidRefType. encode(CompoundKeyData data, OutputStream os)abstract booleanRefType. equals(CompoundKeyData d1, CompoundKeyData d2)abstract voidRefType. groupedByKey(CompoundKeyData data, StringBuilder sb)abstract intRefType. hashCode(CompoundKeyData d)abstract booleanRefType. isCompleteConversationRef(CompoundKeyData data)abstract voidRefType. populate(CompoundKeyData data, boolean exporterAndInterfaceAsLabels, org.opennms.nephron.cortex.TimeSeriesBuilder builder)abstract voidRefType. populate(CompoundKeyData data, FlowSummary summary)Constructors in org.opennms.nephron with parameters of type CompoundKeyData Constructor Description Builder(CompoundKeyData data)
-