|
GemFire 6.0.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RebalanceResults
The results of rebalancing Cache resources.
| Method Summary | |
|---|---|
Set<PartitionRebalanceInfo> |
getPartitionRebalanceDetails()
Returns a Set of detailed information about each partitioned
region that was rebalanced. |
long |
getTotalBucketCreateBytes()
Returns the total size, in bytes, of all of the buckets that were created as part of the rebalance operation. |
int |
getTotalBucketCreatesCompleted()
Returns the total number of buckets created during the rebalance operation. |
long |
getTotalBucketCreateTime()
Returns the total time, in milliseconds, taken to create buckets. |
long |
getTotalBucketTransferBytes()
Returns the total size, in bytes, of buckets that were transferred. |
int |
getTotalBucketTransfersCompleted()
Returns the total number of buckets transferred. |
long |
getTotalBucketTransferTime()
Returns the total amount of time, in milliseconds, it took to transfer buckets. |
int |
getTotalPrimaryTransfersCompleted()
Returns the total number of primaries that were transferred. |
long |
getTotalPrimaryTransferTime()
Returns the total time, in milliseconds, spent transferring primaries. |
long |
getTotalTime()
Returns the total time, in milliseconds, that the rebalance operation took. |
| Method Detail |
|---|
Set<PartitionRebalanceInfo> getPartitionRebalanceDetails()
Set of detailed information about each partitioned
region that was rebalanced.
Set of detailed information about each partitioned
region that was rebalancedlong getTotalTime()
int getTotalBucketCreatesCompleted()
long getTotalBucketCreateBytes()
long getTotalBucketCreateTime()
int getTotalBucketTransfersCompleted()
long getTotalBucketTransferBytes()
long getTotalBucketTransferTime()
int getTotalPrimaryTransfersCompleted()
long getTotalPrimaryTransferTime()
|
GemFire 6.0.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||