public interface MemberPartitionState extends JsonSerializable
Modifier and Type | Method and Description |
---|---|
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.
|
fromJson, toJson
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.