Uses of Class
com.hazelcast.internal.management.dto.SlowOperationInvocationDTO

Packages that use SlowOperationInvocationDTO
com.hazelcast.internal.management.dto These contain the DTO object to exchange information with the management center. 
 

Uses of SlowOperationInvocationDTO in com.hazelcast.internal.management.dto
 

Fields in com.hazelcast.internal.management.dto with type parameters of type SlowOperationInvocationDTO
 List<SlowOperationInvocationDTO> SlowOperationDTO.invocations
           
 

Constructor parameters in com.hazelcast.internal.management.dto with type arguments of type SlowOperationInvocationDTO
SlowOperationDTO(String operation, String stackTrace, int totalInvocations, List<SlowOperationInvocationDTO> invocations)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.