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
OperationRunner instances from the
OperationExecutor . |
com.hazelcast.spi.impl.operationservice |
Contains the
InternalOperationService API. |
com.hazelcast.spi.impl.operationservice.impl |
Contains the code for the
InternalOperationService implementation. |
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 © 2016 Hazelcast, Inc.. All Rights Reserved.