public interface PartitionRebalanceInfo
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.
|
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 |
getBucketRemoveBytes()
Returns the size, in bytes, of all of the buckets that were removed as part of the rebalance
operation.
|
int |
getBucketRemovesCompleted()
Returns the number of buckets removed during the rebalance operation.
|
long |
getBucketRemoveTime()
Returns the time, in milliseconds, taken to remove 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.
|
int |
getNumberOfMembersExecutedOn()
Returns the total number of members on which command is executed.
|
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.
|
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 getBucketRemovesCompleted()
long getBucketRemoveBytes()
long getBucketRemoveTime()
int getBucketTransfersCompleted()
long getBucketTransferBytes()
long getBucketTransferTime()
int getPrimaryTransfersCompleted()
long getPrimaryTransferTime()
int getNumberOfMembersExecutedOn()