public class PartitionAttributesData
extends java.lang.Object
PartitionedRegion
.Constructor and Description |
---|
PartitionAttributesData(int redundantCopies,
long totalMaxMemory,
int totalNumBuckets,
int localMaxMemory,
java.lang.String colocatedWith,
java.lang.String partitionResolver,
long recoveryDelay,
long startupRecoveryDelay,
java.lang.String[] partitionListeners)
This constructor is to be used by internal JMX framework only.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColocatedWith()
Returns the name of the PartitionedRegion that this PartitionedRegion is colocated with.
|
int |
getLocalMaxMemory()
Returns the maximum amount of local memory that can be used by the region.
|
java.lang.String[] |
getPartitionListeners()
Returns a list of Classes that are configured as listeners for the Region.
|
java.lang.String |
getPartitionResolver()
Returns a list of Classes that are configured as resolvers for the Region.
|
long |
getRecoveryDelay()
Returns the delay (in milliseconds) that a member will wait while trying to satisfy the
redundancy of data hosted on other members.
|
int |
getRedundantCopies()
Returns the number of redundant copies for this PartitionedRegion.
|
long |
getStartupRecoveryDelay()
Returns the delay (in milliseconds) that a new member will wait while trying to satisfy the
redundancy of data hosted on other members.
|
long |
getTotalMaxMemory()
Returns the maximum total size (in megabytes) of the Region.
|
int |
getTotalNumBuckets()
Returns the total number of buckets for the whole region.
|
java.lang.String |
toString()
String representation of PartitionAttributesData
|
@ConstructorProperties(value={"redundantCopies","totalMaxMemory","totalNumBuckets","localMaxMemory","colocatedWith","partitionResolver","recoveryDelay","startupRecoveryDelay","partitionListeners"}) public PartitionAttributesData(int redundantCopies, long totalMaxMemory, int totalNumBuckets, int localMaxMemory, java.lang.String colocatedWith, java.lang.String partitionResolver, long recoveryDelay, long startupRecoveryDelay, java.lang.String[] partitionListeners)
public int getRedundantCopies()
public long getTotalMaxMemory()
public int getTotalNumBuckets()
public int getLocalMaxMemory()
public java.lang.String getColocatedWith()
public java.lang.String getPartitionResolver()
public long getRecoveryDelay()
public long getStartupRecoveryDelay()
public java.lang.String[] getPartitionListeners()
public java.lang.String toString()
toString
in class java.lang.Object