@Experimental public interface RebalanceRegionResult extends JsonSerializable, Serializable
Modifier and Type | Method and Description |
---|---|
long |
getBucketCreateBytes()
Returns the size, in bytes, of all of the buckets that were created as part of the rebalance
operation for this region
|
int |
getBucketCreatesCompleted()
Returns the number of buckets created during the rebalance operation
|
long |
getBucketCreateTimeInMilliseconds()
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 |
getBucketTransferTimeInMilliseconds()
Returns the amount of time, in milliseconds, it took to transfer buckets for this region.
|
int |
getNumOfMembers()
Returns the number of members on which rebalance operation is executed.
|
int |
getPrimaryTransfersCompleted()
Returns the number of primaries that were transferred for this region.
|
long |
getPrimaryTransferTimeInMilliseconds()
Returns the time, in milliseconds, spent transferring primaries for this region.
|
String |
getRegionName()
Returns the name of this region
|
long |
getTimeInMilliseconds()
Returns the time, in milliseconds, that the rebalance operation took for this region.
|
String getRegionName()
long getBucketCreateBytes()
long getBucketCreateTimeInMilliseconds()
int getBucketCreatesCompleted()
long getBucketTransferBytes()
long getBucketTransferTimeInMilliseconds()
int getBucketTransfersCompleted()
long getPrimaryTransferTimeInMilliseconds()
int getPrimaryTransfersCompleted()
long getTimeInMilliseconds()
int getNumOfMembers()