Uses of Interface
com.hazelcast.monitor.LocalOperationStats

Packages that use LocalOperationStats
com.hazelcast.internal.management Contains classes to provide data/operation interface for Management Center. 
com.hazelcast.monitor Contains Hazelcast statistics interfaces related to map, queue, topic, multimap, executor service etc. 
com.hazelcast.monitor.impl Contains Hazelcast statistics implementations related to map, queue, topic, multimap, executor service etc. 
 

Uses of LocalOperationStats in com.hazelcast.internal.management
 

Methods in com.hazelcast.internal.management that return LocalOperationStats
protected  LocalOperationStats TimedMemberStateFactory.getOperationStats()
           
 

Uses of LocalOperationStats in com.hazelcast.monitor
 

Methods in com.hazelcast.monitor that return LocalOperationStats
 LocalOperationStats MemberState.getOperationStats()
          Returns the local operation statistics.
 

Uses of LocalOperationStats in com.hazelcast.monitor.impl
 

Classes in com.hazelcast.monitor.impl that implement LocalOperationStats
 class LocalOperationStatsImpl
          Hazelcast statistic implementations for local operations.
 

Methods in com.hazelcast.monitor.impl that return LocalOperationStats
 LocalOperationStats MemberStateImpl.getOperationStats()
           
 

Methods in com.hazelcast.monitor.impl with parameters of type LocalOperationStats
 void MemberStateImpl.setOperationStats(LocalOperationStats operationStats)
           
 



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