com.hazelcast.spi.impl.operationexecutor.slowoperationdetector
Class SlowOperationDetector
java.lang.Object
com.hazelcast.spi.impl.operationexecutor.slowoperationdetector.SlowOperationDetector
public final class SlowOperationDetector
- extends Object
Monitors the 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SlowOperationDetector
public SlowOperationDetector(LoggingService loggingServices,
OperationRunner[] genericOperationRunners,
OperationRunner[] partitionOperationRunners,
GroupProperties groupProperties,
HazelcastThreadGroup hazelcastThreadGroup)
getSlowOperationDTOs
public List<SlowOperationDTO> getSlowOperationDTOs()
shutdown
public void shutdown()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.