Uses of Interface
com.attivio.connector.ConcurrentScannerPerformanceAlertHandler
-
Packages that use ConcurrentScannerPerformanceAlertHandler Package Description com.attivio.connector -
-
Uses of ConcurrentScannerPerformanceAlertHandler in com.attivio.connector
Methods in com.attivio.connector that return ConcurrentScannerPerformanceAlertHandler Modifier and Type Method Description ConcurrentScannerPerformanceAlertHandler
ConcurrentScannerPerformanceAlertRegistration. getAlertHandler()
The handler to handle this alert.Methods in com.attivio.connector with parameters of type ConcurrentScannerPerformanceAlertHandler Modifier and Type Method Description void
ConcurrentScannerPerformanceAlertRegistration. setAlertHandler(ConcurrentScannerPerformanceAlertHandler alertHandler)
Constructors in com.attivio.connector with parameters of type ConcurrentScannerPerformanceAlertHandler Constructor Description ConcurrentScannerPerformanceAlertRegistration(ConcurrentScannerTaskExecuter.ConcurrentExecutionMetrics metric, long lowPerformanceThreshhould, long minimalTimeOfBadValueToRaiseAlertInMillis, ConcurrentScannerPerformanceAlertHandler alertHandler)
-