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, toJsonList<Integer> getPartitions()
boolean isMemberStateSafe()
long getMigrationQueueSize()
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.