public final class SlowOperationDetector extends Object
OperationRunner instances of the OperationExecutor to see if operations are slow.
 
 Slow operations are logged and can be accessed e.g. to write to a log file or report to management center.| Constructor and Description | 
|---|
| SlowOperationDetector(LoggingService loggingServices,
                     OperationRunner[] genericOperationRunners,
                     OperationRunner[] partitionOperationRunners,
                     GroupProperties groupProperties,
                     HazelcastThreadGroup hazelcastThreadGroup) | 
public SlowOperationDetector(LoggingService loggingServices, OperationRunner[] genericOperationRunners, OperationRunner[] partitionOperationRunners, GroupProperties groupProperties, HazelcastThreadGroup hazelcastThreadGroup)
public List<SlowOperationDTO> getSlowOperationDTOs()
public void shutdown()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.