|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SlowOperationDTO | |
---|---|
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. |
Uses of SlowOperationDTO in com.hazelcast.monitor.impl |
---|
Methods in com.hazelcast.monitor.impl that return types with arguments of type SlowOperationDTO | |
---|---|
List<SlowOperationDTO> |
LocalOperationStatsImpl.getSlowOperations()
|
Uses of SlowOperationDTO in com.hazelcast.spi.impl.operationexecutor.slowoperationdetector |
---|
Methods in com.hazelcast.spi.impl.operationexecutor.slowoperationdetector that return types with arguments of type SlowOperationDTO | |
---|---|
List<SlowOperationDTO> |
SlowOperationDetector.getSlowOperationDTOs()
|
Uses of SlowOperationDTO in com.hazelcast.spi.impl.operationservice |
---|
Methods in com.hazelcast.spi.impl.operationservice that return types with arguments of type SlowOperationDTO | |
---|---|
List<SlowOperationDTO> |
InternalOperationService.getSlowOperationDTOs()
Returns information about long running operations. |
Uses of SlowOperationDTO in com.hazelcast.spi.impl.operationservice.impl |
---|
Methods in com.hazelcast.spi.impl.operationservice.impl that return types with arguments of type SlowOperationDTO | |
---|---|
List<SlowOperationDTO> |
OperationServiceImpl.getSlowOperationDTOs()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |