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, toJson
List<Integer> getPartitions()
boolean isMemberStateSafe()
true
if member is safe for shutdown, false
otherwiselong getMigrationQueueSize()
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.