| Package | Description | 
|---|---|
| com.hazelcast.monitor.impl | Contains Hazelcast statistics implementations related to map, queue, topic, multimap, executor service etc. | 
| com.hazelcast.spi.impl.operationexecutor.slowoperationdetector | Contains the functionality to detect slow running operations using the
  OperationRunnerinstances from theOperationExecutor. | 
| com.hazelcast.spi.impl.operationservice | Contains the  InternalOperationServiceAPI. | 
| com.hazelcast.spi.impl.operationservice.impl | Contains the code for the  InternalOperationServiceimplementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<SlowOperationDTO> | LocalOperationStatsImpl. getSlowOperations() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<SlowOperationDTO> | SlowOperationDetector. getSlowOperationDTOs() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<SlowOperationDTO> | InternalOperationService. getSlowOperationDTOs()Returns information about long running operations. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<SlowOperationDTO> | OperationServiceImpl. getSlowOperationDTOs() | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.