public class RegionAttributesData
extends java.lang.Object
Region
.Constructor and Description |
---|
RegionAttributesData(java.lang.String cacheLoaderClassName,
java.lang.String cacheWriterClassName,
java.lang.String keyConstraintClassName,
java.lang.String valueConstraintClassName,
int regionTimeToLive,
int regionIdleTimeout,
int entryTimeToLive,
int entryIdleTimeout,
java.lang.String customEntryTimeToLive,
java.lang.String customEntryIdleTimeout,
boolean ignoreJTA,
java.lang.String dataPolicy,
java.lang.String scope,
int initialCapacity,
float loadFactor,
boolean lockGrantor,
boolean multicastEnabled,
int concurrencyLevel,
boolean indexMaintenanceSynchronous,
boolean statisticsEnabled,
boolean subscriptionConflationEnabled,
boolean asyncConflationEnabled,
java.lang.String poolName,
boolean cloningEnabled,
java.lang.String diskStoreName,
java.lang.String interestPolicy,
boolean diskSynchronous,
java.lang.String[] cacheListeners,
java.lang.String compressorClassName,
boolean offHeap)
This constructor is to be used by internal JMX framework only.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getCacheListeners()
Returns a list of CacheListeners for the Region.
|
java.lang.String |
getCacheLoaderClassName()
Returns the Class of cache loader associated with this region.
|
java.lang.String |
getCacheWriterClassName()
Returns the Class of the cache writer associated with this region.
|
java.lang.String |
getCompressorClassName()
Returns the compressor class name used by the region.
|
int |
getConcurrencyLevel()
Returns the concurrency level for entries in the Region.
|
java.lang.String |
getCustomEntryIdleTimeout()
Returns the custom idle timeout expiration for entries in the Region, if one exists.
|
java.lang.String |
getCustomEntryTimeToLive()
Returns the custom time to live expiration for entries in the Region, if one exists.
|
java.lang.String |
getDataPolicy()
Returns the data policy.
|
java.lang.String |
getDiskStoreName()
Returns the name of the DiskStore associated with the Region.
|
int |
getEntryIdleTimeout()
Returns the idle timeout expiration for entries in the Region.
|
int |
getEntryTimeToLive()
Returns the time to live expiration for entries in the Region.
|
int |
getInitialCapacity()
Returns the initial capacity of entries in the Region.
|
java.lang.String |
getInterestPolicy()
Returns the subscriber's interest policy.
|
java.lang.String |
getKeyConstraintClassName()
Returns the Class that the keys in this region are constrained to (must be an instance of).
|
float |
getLoadFactor()
Returns the load factor of entries in the Region.
|
boolean |
getOffHeap()
Returns true if the region uses off-heap memory.
|
java.lang.String |
getPoolName()
Returns the name of the Pool that this Region will use to communicate with servers, if any.
|
int |
getRegionIdleTimeout()
Returns the idle timeout expiration for the Region.
|
int |
getRegionTimeToLive()
Returns the time to live expiration for the Region.
|
java.lang.String |
getScope()
Returns the scope.
|
java.lang.String |
getValueConstraintClassName()
Returns the Class that the values in this region are constrained to (must be an instance of).
|
boolean |
isAsyncConflationEnabled()
Returns whether asynchronous conflation is enabled for sending messages to peers.
|
boolean |
isCloningEnabled()
Returns whether cloning is enabled.
|
boolean |
isDiskSynchronous()
Returns whether disk writes are synchronous.
|
boolean |
isIgnoreJTA()
Returns whether JTA transactions are being ignored.
|
boolean |
isIndexMaintenanceSynchronous()
Returns whether query service index maintenance will be done synchronously.
|
boolean |
isLockGrantor()
Returns whether this member is configured to become the lock granter when the Region is
created.
|
boolean |
isMulticastEnabled()
Returns whether multicast communication is enabled for the Region.
|
boolean |
isStatisticsEnabled()
Returns whether statistic collection is enabled for the Region and its entries.
|
boolean |
isSubscriptionConflationEnabled()
Returns whether conflation is enabled for sending messages from a cache server to its clients.
|
java.lang.String |
toString()
String representation of RegionAttributesData
|
@ConstructorProperties(value={"cacheLoaderClassName","cacheWriterClassName","keyConstraintClassName","valueConstraintClassName","regionTimeToLive","regionIdleTimeout","entryTimeToLive","entryIdleTimeout","customEntryTimeToLive","customEntryIdleTimeout","ignoreJTA","dataPolicy","scope","initialCapacity","loadFactor","lockGrantor","multicastEnabled","concurrencyLevel","indexMaintenanceSynchronous","statisticsEnabled","subscriptionConflationEnabled","asyncConflationEnabled","poolName","cloningEnabled","diskStoreName","interestPolicy","diskSynchronous","cacheListeners","compressorClassName","offHeap"}) public RegionAttributesData(java.lang.String cacheLoaderClassName, java.lang.String cacheWriterClassName, java.lang.String keyConstraintClassName, java.lang.String valueConstraintClassName, int regionTimeToLive, int regionIdleTimeout, int entryTimeToLive, int entryIdleTimeout, java.lang.String customEntryTimeToLive, java.lang.String customEntryIdleTimeout, boolean ignoreJTA, java.lang.String dataPolicy, java.lang.String scope, int initialCapacity, float loadFactor, boolean lockGrantor, boolean multicastEnabled, int concurrencyLevel, boolean indexMaintenanceSynchronous, boolean statisticsEnabled, boolean subscriptionConflationEnabled, boolean asyncConflationEnabled, java.lang.String poolName, boolean cloningEnabled, java.lang.String diskStoreName, java.lang.String interestPolicy, boolean diskSynchronous, java.lang.String[] cacheListeners, java.lang.String compressorClassName, boolean offHeap)
public java.lang.String getCacheLoaderClassName()
public java.lang.String getCacheWriterClassName()
public java.lang.String getKeyConstraintClassName()
public java.lang.String getValueConstraintClassName()
public int getRegionTimeToLive()
public int getRegionIdleTimeout()
public int getEntryTimeToLive()
public int getEntryIdleTimeout()
public java.lang.String getCustomEntryTimeToLive()
public java.lang.String getCustomEntryIdleTimeout()
public boolean isIgnoreJTA()
public java.lang.String getDataPolicy()
public java.lang.String getScope()
public int getInitialCapacity()
public float getLoadFactor()
public boolean isLockGrantor()
Scope.GLOBAL
public boolean isMulticastEnabled()
public int getConcurrencyLevel()
public boolean isIndexMaintenanceSynchronous()
public boolean isStatisticsEnabled()
public boolean isSubscriptionConflationEnabled()
public boolean isAsyncConflationEnabled()
public java.lang.String getPoolName()
public boolean isCloningEnabled()
public java.lang.String getDiskStoreName()
public java.lang.String getInterestPolicy()
public boolean isDiskSynchronous()
public java.lang.String[] getCacheListeners()
public java.lang.String getCompressorClassName()
public boolean getOffHeap()
public java.lang.String toString()
toString
in class java.lang.Object