public interface RebalanceResults
Cache
resources.Modifier and Type | Method and Description |
---|---|
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 |
getTotalMembersExecutedOn()
Returns the total number of members on which command is executed.
|
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.
|
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()
int getTotalMembersExecutedOn()