public interface PartitionMemberInfo
This is an immutable snapshot of the details.
Modifier and Type | Method and Description |
---|---|
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.
|
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()