public interface PartitionRegionInfo
PartitionRegionHelper
is used to gather PartitionRegionInfo
. Each instance
describes a single partitioned region identified by getRegionPath()
.
This is an immutable snapshot of the information.
Modifier and Type | Method and Description |
---|---|
int |
getActualRedundantCopies()
Returns the lowest number of redundant copies for any bucket holding data for the partitioned
region.
|
String |
getColocatedWith()
Returns the
full path of the partitioned
region that this region has been configured to be
colocated with or null if
it is not colocated. |
int |
getConfiguredBucketCount()
Returns the
configured
number of buckets for the partitioned region. |
int |
getConfiguredRedundantCopies()
Returns the number of
redundant copies the partitioned region was configured for. |
int |
getCreatedBucketCount()
Returns the number of actual buckets that have been created to hold data for the partitioned
region.
|
int |
getLowRedundancyBucketCount()
Returns the number of created buckets that have fewer than the
configured redundant copies for this partitioned
region. |
Set<PartitionMemberInfo> |
getPartitionMemberInfo()
Returns an immutable set of
PartitionMemberInfo representing every member that is
configured to provide storage space to the partitioned region. |
String |
getRegionPath()
Returns the
full path of the partitioned
region that this object describes. |
String getRegionPath()
full path
of the partitioned
region that this object describes.Set<PartitionMemberInfo> getPartitionMemberInfo()
PartitionMemberInfo
representing every member that is
configured to provide storage space to the partitioned region.int getConfiguredBucketCount()
configured
number of buckets
for the partitioned region.int getCreatedBucketCount()
int getLowRedundancyBucketCount()
configured redundant copies
for this partitioned
region.getActualRedundantCopies()
int getConfiguredRedundantCopies()
redundant copies
the partitioned region was configured for.int getActualRedundantCopies()
getConfiguredRedundantCopies()
.String getColocatedWith()
full path
of the partitioned
region that this region has been configured to be
colocated with
or null if
it is not colocated.