Package org.opennms.netmgt.dao.util
Class ReductionKeyHelper
- java.lang.Object
-
- org.opennms.netmgt.dao.util.ReductionKeyHelper
-
public class ReductionKeyHelper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_DISTRIBUTED_POLLER_NAME
-
Constructor Summary
Constructors Constructor Description ReductionKeyHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getInterfaceDownReductionKey(OnmsMonitoredService monitoredService)
static java.lang.String
getNodeDownReductionKey(OnmsMonitoredService monitoredService)
static java.util.Set<java.lang.String>
getNodeLostServiceFromPerspectiveReductionKeys(OnmsMonitoredService monitoredService)
static java.lang.String
getNodeLostServiceReductionKey(OnmsMonitoredService monitoredService)
static java.util.Set<java.lang.String>
getReductionKeys(OnmsApplication application)
static java.util.Set<java.lang.String>
getReductionKeys(OnmsMonitoredService monitoredService)
-
-
-
Field Detail
-
DEFAULT_DISTRIBUTED_POLLER_NAME
public static final java.lang.String DEFAULT_DISTRIBUTED_POLLER_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getReductionKeys
public static java.util.Set<java.lang.String> getReductionKeys(OnmsApplication application)
-
getReductionKeys
public static java.util.Set<java.lang.String> getReductionKeys(OnmsMonitoredService monitoredService)
-
getNodeDownReductionKey
public static java.lang.String getNodeDownReductionKey(OnmsMonitoredService monitoredService)
-
getNodeLostServiceReductionKey
public static java.lang.String getNodeLostServiceReductionKey(OnmsMonitoredService monitoredService)
-
getNodeLostServiceFromPerspectiveReductionKeys
public static java.util.Set<java.lang.String> getNodeLostServiceFromPerspectiveReductionKeys(OnmsMonitoredService monitoredService)
-
getInterfaceDownReductionKey
public static java.lang.String getInterfaceDownReductionKey(OnmsMonitoredService monitoredService)
-
-