Uses of Interface
com.hazelcast.monitor.MemberPartitionState

Packages that use MemberPartitionState
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 MemberPartitionState in com.hazelcast.monitor
 

Methods in com.hazelcast.monitor that return MemberPartitionState
 MemberPartitionState MemberState.getMemberPartitionState()
           
 

Uses of MemberPartitionState in com.hazelcast.monitor.impl
 

Classes in com.hazelcast.monitor.impl that implement MemberPartitionState
 class MemberPartitionStateImpl
          This class holds partition related statistics.
 

Methods in com.hazelcast.monitor.impl that return MemberPartitionState
 MemberPartitionState MemberStateImpl.getMemberPartitionState()
           
 

Methods in com.hazelcast.monitor.impl with parameters of type MemberPartitionState
 void MemberStateImpl.setMemberPartitionState(MemberPartitionState memberPartitionState)
           
 



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