|
GemFire 7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PartitionRegionInfo
Information describing the data storage and distribution of a
partitioned region. The PartitionRegionHelper is used to gather
PartitionRegionInfo. Each instance describes a single
partitioned region identified by getRegionPath().
This is an immutable snapshot of the information.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
GemFire 7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||