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