-
regionName
java.lang.String regionName
The name of the Region to be created
-
regionAttributesId
java.lang.String regionAttributesId
The id of the RegionAttributes to be used
-
maxInactiveInterval
int maxInactiveInterval
The maximum time interval in seconds before entries are expired
-
customExpiry
org.apache.geode.cache.CustomExpiry<K,V> customExpiry
The CustomExpiry to be used
-
enableGatewayDeltaReplication
boolean enableGatewayDeltaReplication
Whether delta replication across a Gateway is enabled.
-
enableGatewayReplication
boolean enableGatewayReplication
Whether replication across a Gateway is enabled.
-
enableDebugListener
boolean enableDebugListener
Whether to add a DebugCacheListener to the Region.
-
enableSessionExpirationCacheListener
boolean enableSessionExpirationCacheListener
Whether to add a cache listener for session expiration events
-
cacheWriterName
java.lang.String cacheWriterName
name for the CacheWriter to be associated with this region. This cache writer must have a zero
arg constructor and must be present on the classpath on the server.