Package | Description |
---|---|
com.gemstone.gemfire.cache.partition |
Provides classes which operate on partitioned regions.
|
Modifier and Type | Method and Description |
---|---|
Set<PartitionMemberInfo> |
PartitionRebalanceInfo.getPartitionMemberDetailsAfter()
Returns a
Set of detailed information about each member that
had rebalancable resources at the time that the rebalance completed. |
Set<PartitionMemberInfo> |
PartitionRebalanceInfo.getPartitionMemberDetailsBefore()
Returns a
Set of detailed information about each member that
had rebalancable resources at the time that the rebalance started. |
Set<PartitionMemberInfo> |
PartitionRegionInfo.getPartitionMemberInfo()
Returns an immutable set of
PartitionMemberInfo
representing every member that is configured to provide storage space to
the partitioned region. |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.