Constructor and Description |
---|
RegionAttributesData(String cacheLoaderClassName,
String cacheWriterClassName,
String keyConstraintClassName,
String valueConstraintClassName,
int regionTimeToLive,
int regionIdleTimeout,
int entryTimeToLive,
int entryIdleTimeout,
String customEntryTimeToLive,
String customEntryIdleTimeout,
boolean ignoreJTA,
String dataPolicy,
String scope,
int initialCapacity,
float loadFactor,
boolean lockGrantor,
boolean multicastEnabled,
int concurrencyLevel,
boolean indexMaintenanceSynchronous,
boolean statisticsEnabled,
boolean gatewayEnabled,
String gatewayHubId,
boolean subscriptionConflationEnabled,
boolean asyncConflationEnabled,
String poolName,
boolean cloningEnabled,
String diskStoreName,
String interestPolicy,
boolean diskSynchronous,
String[] cacheListeners,
String compressorClassName) |
Modifier and Type | Method and Description |
---|---|
String[] |
getCacheListeners()
Returns a list of CacheListeners for the Region.
|
String |
getCacheLoaderClassName()
Returns the Class of cache loader associated with this region.
|
String |
getCacheWriterClassName()
Returns the Class of the cache writer associated with this region.
|
String |
getCompressorClassName()
Returns the compressor class name used by the region.
|
int |
getConcurrencyLevel()
Returns the concurrency level for entries in the Region.
|
String |
getCustomEntryIdleTimeout()
Returns the custom idle timeout expiration for entries in the Region,
if one exists.
|
String |
getCustomEntryTimeToLive()
Returns the custom time to live expiration for entries in the
Region, if one exists.
|
String |
getDataPolicy()
Returns the data policy.
|
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.
|
String |
getGatewayHubId()
Returns the ID of the
GatewayHub to which events are
distributed. |
int |
getInitialCapacity()
Returns the initial capacity of entries in the Region.
|
String |
getInterestPolicy()
Returns the subscriber's interest policy.
|
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.
|
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.
|
String |
getScope()
Returns the scope.
|
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 |
isGatewayEnabled()
Return whether a Gateway is enabled.
|
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.
|
String |
toString() |
@ConstructorProperties(value={"cacheLoaderClassName","cacheWriterClassName","keyConstraintClassName","valueConstraintClassName","regionTimeToLive","regionIdleTimeout","entryTimeToLive","entryIdleTimeout","customEntryTimeToLive","customEntryIdleTimeout","ignoreJTA","dataPolicy","scope","initialCapacity","loadFactor","lockGrantor","multicastEnabled","concurrencyLevel","indexMaintenanceSynchronous","statisticsEnabled","gatewayEnabled","gatewayHubId","subscriptionConflationEnabled","asyncConflationEnabled","poolName","cloningEnabled","diskStoreName","interestPolicy","diskSynchronous","cacheListeners","compressorClassName"}) public RegionAttributesData(String cacheLoaderClassName, String cacheWriterClassName, String keyConstraintClassName, String valueConstraintClassName, int regionTimeToLive, int regionIdleTimeout, int entryTimeToLive, int entryIdleTimeout, String customEntryTimeToLive, String customEntryIdleTimeout, boolean ignoreJTA, String dataPolicy, String scope, int initialCapacity, float loadFactor, boolean lockGrantor, boolean multicastEnabled, int concurrencyLevel, boolean indexMaintenanceSynchronous, boolean statisticsEnabled, boolean gatewayEnabled, String gatewayHubId, boolean subscriptionConflationEnabled, boolean asyncConflationEnabled, String poolName, boolean cloningEnabled, String diskStoreName, String interestPolicy, boolean diskSynchronous, String[] cacheListeners, String compressorClassName)
public String getCacheLoaderClassName()
public String getCacheWriterClassName()
public String getKeyConstraintClassName()
public String getValueConstraintClassName()
public int getRegionTimeToLive()
public int getRegionIdleTimeout()
public int getEntryTimeToLive()
public int getEntryIdleTimeout()
public String getCustomEntryTimeToLive()
public String getCustomEntryIdleTimeout()
public boolean isIgnoreJTA()
public String getDataPolicy()
public 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 isGatewayEnabled()
public String getGatewayHubId()
GatewayHub
to which events are
distributed.public boolean isSubscriptionConflationEnabled()
public boolean isAsyncConflationEnabled()
public String getPoolName()
public boolean isCloningEnabled()
public String getDiskStoreName()
public String getInterestPolicy()
public boolean isDiskSynchronous()
public String[] getCacheListeners()
public String getCompressorClassName()
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.