com.hazelcast.monitor
Interface MemberPartitionState

All Superinterfaces:
JsonSerializable
All Known Implementing Classes:
MemberPartitionStateImpl

public interface MemberPartitionState
extends JsonSerializable

Partition related statistics


Method Summary
 long getMigrationQueueSize()
          Returns Migration queue size (This statistic is valid only for master)
 List<Integer> getPartitions()
          Get list of owned partitions of the member
 boolean isMemberStateSafe()
          Returns whether member is safe for shutdown.
 
Methods inherited from interface com.hazelcast.management.JsonSerializable
fromJson, toJson
 

Method Detail

getPartitions

List<Integer> getPartitions()
Get list of owned partitions of the member

Returns:

isMemberStateSafe

boolean isMemberStateSafe()
Returns whether member is safe for shutdown.

Returns:

getMigrationQueueSize

long getMigrationQueueSize()
Returns Migration queue size (This statistic is valid only for master)

Returns:


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