|
GemFire 6.6.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PartitionMemberInfo
Describes a member that has been configured to provide storage space for a partitioned region.
This is an immutable snapshot of the details.
| Method Summary | |
|---|---|
int |
getBucketCount()
Returns the number of buckets hosted within the member's partition space for the partitioned region. |
long |
getConfiguredMaxMemory()
Returns the max
memory in bytes that the member was configured to provide for storage
of data for the partitioned region. |
DistributedMember |
getDistributedMember()
Identifies the member for which these details pertain to. |
int |
getPrimaryCount()
The number of hosted buckets for which the member is hosting the primary copy. |
long |
getSize()
The total size in bytes of memory being used by the member for storage of actual data in the partitioned region. |
| Method Detail |
|---|
DistributedMember getDistributedMember()
long getConfiguredMaxMemory()
max
memory in bytes that the member was configured to provide for storage
of data for the partitioned region.
long getSize()
int getBucketCount()
int getPrimaryCount()
|
GemFire 6.6.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||