public interface MemberPartitionState extends JsonSerializable
MemberState
 implementations.| Modifier and Type | Method and Description | 
|---|---|
long | 
getMigrationQueueSize()
Returns the migration queue size (this statistic is valid only for master). 
 | 
List<Integer> | 
getPartitions()
Returns a list of owned partitions of the member. 
 | 
boolean | 
isMemberStateSafe()
Returns whether member is safe for shutdown. 
 | 
fromJson, toJsonList<Integer> getPartitions()
boolean isMemberStateSafe()
true if member is safe for shutdown, false otherwiselong getMigrationQueueSize()
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.