|
GemFire 6.5.1.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PartitionRebalanceInfo
The detailed results of rebalancing a partitioned region.
| Method Summary | |
|---|---|
long |
getBucketCreateBytes()
Returns the size, in bytes, of all of the buckets that were created as part of the rebalance operation. |
int |
getBucketCreatesCompleted()
Returns the number of buckets created during the rebalance operation. |
long |
getBucketCreateTime()
Returns the time, in milliseconds, taken to create buckets for this region. |
long |
getBucketTransferBytes()
Returns the size, in bytes, of buckets that were transferred for this region. |
int |
getBucketTransfersCompleted()
Returns the number of buckets transferred for this region. |
long |
getBucketTransferTime()
Returns the amount of time, in milliseconds, it took to transfer buckets for this region. |
Set<PartitionMemberInfo> |
getPartitionMemberDetailsAfter()
Returns a Set of detailed information about each member that
had rebalancable resources at the time that the rebalance completed. |
Set<PartitionMemberInfo> |
getPartitionMemberDetailsBefore()
Returns a Set of detailed information about each member that
had rebalancable resources at the time that the rebalance started. |
int |
getPrimaryTransfersCompleted()
Returns the number of primaries that were transferred for this region. |
long |
getPrimaryTransferTime()
Returns the time, in milliseconds, spent transferring primaries for this region. |
String |
getRegionPath()
Returns the full path of the partitioned region that these details describe. |
long |
getTime()
Returns the time, in milliseconds, that the rebalance operation took for this region. |
| Method Detail |
|---|
String getRegionPath()
full path of the partitioned region that these details describe.
Set<PartitionMemberInfo> getPartitionMemberDetailsBefore()
Set of detailed information about each member that
had rebalancable resources at the time that the rebalance started.
Set of detailed information about each member that
had rebalancable resources at the time that the rebalance startedSet<PartitionMemberInfo> getPartitionMemberDetailsAfter()
Set of detailed information about each member that
had rebalancable resources at the time that the rebalance completed.
Set of detailed information about each member that
had rebalancable resources at the time that the rebalance completedlong getTime()
int getBucketCreatesCompleted()
long getBucketCreateBytes()
long getBucketCreateTime()
int getBucketTransfersCompleted()
long getBucketTransferBytes()
long getBucketTransferTime()
int getPrimaryTransfersCompleted()
long getPrimaryTransferTime()
|
GemFire 6.5.1.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||