@Experimental
public class RegionAttributesType
extends java.lang.Object
implements java.io.Serializable
Java class for region-attributes-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="region-attributes-type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="key-constraint" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="value-constraint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="region-time-to-live" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="expiration-attributes" type="{http://geode.apache.org/schema/cache}expiration-attributes-type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="region-idle-time" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="expiration-attributes" type="{http://geode.apache.org/schema/cache}expiration-attributes-type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="entry-time-to-live" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="expiration-attributes" type="{http://geode.apache.org/schema/cache}expiration-attributes-type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="entry-idle-time" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="expiration-attributes" type="{http://geode.apache.org/schema/cache}expiration-attributes-type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="disk-write-attributes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="asynchronous-writes">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="bytes-threshold" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="time-interval" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="synchronous-writes" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
</choice>
<attribute name="max-oplog-size" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="roll-oplogs" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="disk-dirs" type="{http://geode.apache.org/schema/cache}disk-dirs-type" minOccurs="0"/>
<element name="partition-attributes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="partition-resolver" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="class-name" type="{http://geode.apache.org/schema/cache}class-name-type"/>
<element name="parameter" type="{http://geode.apache.org/schema/cache}parameter-type" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="partition-listener" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="class-name" type="{http://geode.apache.org/schema/cache}class-name-type"/>
<element name="parameter" type="{http://geode.apache.org/schema/cache}parameter-type" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="fixed-partition-attributes" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="partition-name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="is-primary" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="num-buckets" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="local-max-memory" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="recovery-delay" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="redundant-copies" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="startup-recovery-delay" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="total-max-memory" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="total-num-buckets" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="colocated-with" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="membership-attributes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="required-role" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="loss-action">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="full-access"/>
<enumeration value="limited-access"/>
<enumeration value="no-access"/>
<enumeration value="reconnect"/>
</restriction>
</simpleType>
</attribute>
<attribute name="resumption-action">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="none"/>
<enumeration value="reinitialize"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
<element name="subscription-attributes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="interest-policy">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="all"/>
<enumeration value="cache-content"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
<element name="cache-loader" type="{http://geode.apache.org/schema/cache}cache-loader-type" minOccurs="0"/>
<element name="cache-writer" type="{http://geode.apache.org/schema/cache}cache-writer-type" minOccurs="0"/>
<element name="cache-listener" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="class-name" type="{http://geode.apache.org/schema/cache}class-name-type"/>
<element name="parameter" type="{http://geode.apache.org/schema/cache}parameter-type" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="compressor" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="class-name" type="{http://geode.apache.org/schema/cache}class-name-type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="eviction-attributes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="lru-entry-count">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="action" type="{http://geode.apache.org/schema/cache}enum-action-destroy-overflow" />
<attribute name="maximum" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="lru-heap-percentage">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<element name="class-name" type="{http://geode.apache.org/schema/cache}class-name-type"/>
<element name="parameter" type="{http://geode.apache.org/schema/cache}parameter-type" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="action" type="{http://geode.apache.org/schema/cache}enum-action-destroy-overflow" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="lru-memory-size">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<element name="class-name" type="{http://geode.apache.org/schema/cache}class-name-type"/>
<element name="parameter" type="{http://geode.apache.org/schema/cache}parameter-type" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="action" type="{http://geode.apache.org/schema/cache}enum-action-destroy-overflow" />
<attribute name="maximum" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="concurrency-level" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="data-policy" type="{http://geode.apache.org/schema/cache}region-attributesData-policy" />
<attribute name="early-ack" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="enable-async-conflation" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="enable-gateway" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="enable-subscription-conflation" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="gateway-sender-ids" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="async-event-queue-ids" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="hub-id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ignore-jta" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="index-update-type" type="{http://geode.apache.org/schema/cache}region-attributesIndex-update-type" />
<attribute name="initial-capacity" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="is-lock-grantor" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="load-factor" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="mirror-type" type="{http://geode.apache.org/schema/cache}region-attributesMirror-type" />
<attribute name="multicast-enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="persist-backup" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="pool-name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="disk-store-name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="disk-synchronous" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="publisher" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="refid" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="scope" type="{http://geode.apache.org/schema/cache}region-attributesScope" />
<attribute name="statistics-enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="cloning-enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="concurrency-checks-enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="off-heap" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RegionAttributesType.DiskWriteAttributes
Java class for anonymous complex type.
|
static class |
RegionAttributesType.EvictionAttributes
Java class for anonymous complex type.
|
static class |
RegionAttributesType.ExpirationAttributesDetail |
static class |
RegionAttributesType.ExpirationAttributesType
Java class for anonymous complex type.
|
static class |
RegionAttributesType.MembershipAttributes
Java class for anonymous complex type.
|
static class |
RegionAttributesType.PartitionAttributes
Java class for anonymous complex type.
|
static class |
RegionAttributesType.SubscriptionAttributes
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
RegionAttributesType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAsyncEventQueueIds()
Gets the value of the asyncEventQueueIds property.
|
java.util.Set<java.lang.String> |
getAsyncEventQueueIdsAsSet()
turn the comma separated id into a set of ids
|
java.util.List<DeclarableType> |
getCacheListeners()
Gets the value of the cacheListener property.
|
DeclarableType |
getCacheLoader()
Gets the value of the cacheLoader property.
|
DeclarableType |
getCacheWriter()
Gets the value of the cacheWriter property.
|
ClassNameType |
getCompressor()
Gets the value of the compressor property.
|
java.lang.String |
getConcurrencyLevel()
Gets the value of the concurrencyLevel property.
|
RegionAttributesDataPolicy |
getDataPolicy()
Gets the value of the dataPolicy property.
|
DiskDirsType |
getDiskDirs()
Gets the value of the diskDirs property.
|
java.lang.String |
getDiskStoreName()
Gets the value of the diskStoreName property.
|
RegionAttributesType.DiskWriteAttributes |
getDiskWriteAttributes()
Gets the value of the diskWriteAttributes property.
|
RegionAttributesType.ExpirationAttributesType |
getEntryIdleTime()
Gets the value of the entryIdleTime property.
|
RegionAttributesType.ExpirationAttributesType |
getEntryTimeToLive()
Gets the value of the entryTimeToLive property.
|
RegionAttributesType.EvictionAttributes |
getEvictionAttributes()
Gets the value of the evictionAttributes property.
|
java.lang.String |
getGatewaySenderIds()
Gets the value of the gatewaySenderIds property.
|
java.util.Set<java.lang.String> |
getGatewaySenderIdsAsSet()
turn the comma separated ids into a set of id
|
java.lang.String |
getHubId()
Gets the value of the hubId property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
RegionAttributesIndexUpdateType |
getIndexUpdateType()
Gets the value of the indexUpdateType property.
|
java.lang.String |
getInitialCapacity()
Gets the value of the initialCapacity property.
|
java.lang.String |
getKeyConstraint()
Gets the value of the keyConstraint property.
|
java.lang.String |
getLoadFactor()
Gets the value of the loadFactor property.
|
RegionAttributesType.MembershipAttributes |
getMembershipAttributes()
Gets the value of the membershipAttributes property.
|
RegionAttributesMirrorType |
getMirrorType()
Gets the value of the mirrorType property.
|
RegionAttributesType.PartitionAttributes |
getPartitionAttributes()
Gets the value of the partitionAttributes property.
|
java.lang.String |
getPoolName()
Gets the value of the poolName property.
|
java.lang.String |
getRefid()
Gets the value of the refid property.
|
RegionAttributesType.ExpirationAttributesType |
getRegionIdleTime()
Gets the value of the regionIdleTime property.
|
RegionAttributesType.ExpirationAttributesType |
getRegionTimeToLive()
Gets the value of the regionTimeToLive property.
|
RegionAttributesScope |
getScope()
Gets the value of the scope property.
|
RegionAttributesType.SubscriptionAttributes |
getSubscriptionAttributes()
Gets the value of the subscriptionAttributes property.
|
java.lang.String |
getValueConstraint()
Gets the value of the valueConstraint property.
|
java.lang.Boolean |
isCloningEnabled()
Gets the value of the cloningEnabled property.
|
boolean |
isConcurrencyChecksEnabled()
Gets the value of the concurrencyChecksEnabled property.
|
java.lang.Boolean |
isDiskSynchronous()
Gets the value of the diskSynchronous property.
|
java.lang.Boolean |
isEarlyAck()
Gets the value of the earlyAck property.
|
java.lang.Boolean |
isEnableAsyncConflation()
Gets the value of the enableAsyncConflation property.
|
java.lang.Boolean |
isEnableGateway()
Gets the value of the enableGateway property.
|
java.lang.Boolean |
isEnableSubscriptionConflation()
Gets the value of the enableSubscriptionConflation property.
|
java.lang.Boolean |
isIgnoreJta()
Gets the value of the ignoreJta property.
|
java.lang.Boolean |
isIsLockGrantor()
Gets the value of the isLockGrantor property.
|
java.lang.Boolean |
isMulticastEnabled()
Gets the value of the multicastEnabled property.
|
java.lang.Boolean |
isOffHeap()
Gets the value of the offHeap property.
|
java.lang.Boolean |
isPersistBackup()
Gets the value of the persistBackup property.
|
java.lang.Boolean |
isPublisher()
Gets the value of the publisher property.
|
java.lang.Boolean |
isStatisticsEnabled()
Gets the value of the statisticsEnabled property.
|
void |
setAsyncEventQueueIds(java.lang.String value)
Sets the value of the asyncEventQueueIds property.
|
void |
setCacheLoader(DeclarableType value)
Sets the value of the cacheLoader property.
|
void |
setCacheWriter(DeclarableType value)
Sets the value of the cacheWriter property.
|
void |
setCloningEnabled(java.lang.Boolean value)
Sets the value of the cloningEnabled property.
|
void |
setCompressor(ClassNameType value)
Sets the value of the compressor property.
|
void |
setConcurrencyChecksEnabled(java.lang.Boolean value)
Sets the value of the concurrencyChecksEnabled property.
|
void |
setConcurrencyLevel(java.lang.String value)
Sets the value of the concurrencyLevel property.
|
void |
setDataPolicy(RegionAttributesDataPolicy value)
Sets the value of the dataPolicy property.
|
void |
setDiskDirs(DiskDirsType value)
Sets the value of the diskDirs property.
|
void |
setDiskStoreName(java.lang.String value)
Sets the value of the diskStoreName property.
|
void |
setDiskSynchronous(java.lang.Boolean value)
Sets the value of the diskSynchronous property.
|
void |
setDiskWriteAttributes(RegionAttributesType.DiskWriteAttributes value)
Sets the value of the diskWriteAttributes property.
|
void |
setEarlyAck(java.lang.Boolean value)
Sets the value of the earlyAck property.
|
void |
setEnableAsyncConflation(java.lang.Boolean value)
Sets the value of the enableAsyncConflation property.
|
void |
setEnableGateway(java.lang.Boolean value)
Sets the value of the enableGateway property.
|
void |
setEnableSubscriptionConflation(java.lang.Boolean value)
Sets the value of the enableSubscriptionConflation property.
|
void |
setEntryIdleTime(RegionAttributesType.ExpirationAttributesType value)
Sets the value of the entryIdleTime property.
|
void |
setEntryTimeToLive(RegionAttributesType.ExpirationAttributesType value)
Sets the value of the entryTimeToLive property.
|
void |
setEvictionAttributes(RegionAttributesType.EvictionAttributes value)
Sets the value of the evictionAttributes property.
|
void |
setGatewaySenderIds(java.lang.String value)
Sets the value of the gatewaySenderIds property.
|
void |
setHubId(java.lang.String value)
Sets the value of the hubId property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setIgnoreJta(java.lang.Boolean value)
Sets the value of the ignoreJta property.
|
void |
setIndexUpdateType(RegionAttributesIndexUpdateType value)
Sets the value of the indexUpdateType property.
|
void |
setInitialCapacity(java.lang.String value)
Sets the value of the initialCapacity property.
|
void |
setInterestPolicy(java.lang.String interestPolicy) |
void |
setIsLockGrantor(java.lang.Boolean value)
Sets the value of the isLockGrantor property.
|
void |
setKeyConstraint(java.lang.String value)
Sets the value of the keyConstraint property.
|
void |
setLoadFactor(java.lang.String value)
Sets the value of the loadFactor property.
|
void |
setLocalMaxMemory(java.lang.String maxMemory) |
void |
setLruHeapPercentageEvictionAction(EnumActionDestroyOverflow action) |
void |
setMembershipAttributes(RegionAttributesType.MembershipAttributes value)
Sets the value of the membershipAttributes property.
|
void |
setMirrorType(RegionAttributesMirrorType value)
Sets the value of the mirrorType property.
|
void |
setMulticastEnabled(java.lang.Boolean value)
Sets the value of the multicastEnabled property.
|
void |
setOffHeap(java.lang.Boolean value)
Sets the value of the offHeap property.
|
void |
setPartitionAttributes(RegionAttributesType.PartitionAttributes value)
Sets the value of the partitionAttributes property.
|
void |
setPersistBackup(java.lang.Boolean value)
Sets the value of the persistBackup property.
|
void |
setPoolName(java.lang.String value)
Sets the value of the poolName property.
|
void |
setPublisher(java.lang.Boolean value)
Sets the value of the publisher property.
|
void |
setRedundantCopy(java.lang.String copies) |
void |
setRefid(java.lang.String value)
Sets the value of the refid property.
|
void |
setRegionIdleTime(RegionAttributesType.ExpirationAttributesType value)
Sets the value of the regionIdleTime property.
|
void |
setRegionTimeToLive(RegionAttributesType.ExpirationAttributesType value)
Sets the value of the regionTimeToLive property.
|
void |
setScope(RegionAttributesScope value)
Sets the value of the scope property.
|
void |
setStatisticsEnabled(java.lang.Boolean value)
Sets the value of the statisticsEnabled property.
|
void |
setSubscriptionAttributes(RegionAttributesType.SubscriptionAttributes value)
Sets the value of the subscriptionAttributes property.
|
void |
setValueConstraint(java.lang.String value)
Sets the value of the valueConstraint property.
|
void |
updateEntryIdleTime(java.lang.Integer timeout,
java.lang.String action,
ClassName expiry)
update the entry idle time using timeout, action or expiry.
|
void |
updateEntryTimeToLive(java.lang.Integer timeout,
java.lang.String action,
ClassName expiry)
update the entry time to live using timeout, action or expiry.
|
void |
updateRegionIdleTime(java.lang.Integer timeout,
java.lang.String action,
ClassName expiry)
update the region idle time using timeout, action or expiry.
|
void |
updateRegionTimeToLive(java.lang.Integer timeout,
java.lang.String action,
ClassName expiry)
update the region time to live using timeout, action or expiry.
|
protected java.lang.String keyConstraint
protected java.lang.String valueConstraint
protected RegionAttributesType.ExpirationAttributesType regionTimeToLive
protected RegionAttributesType.ExpirationAttributesType regionIdleTime
protected RegionAttributesType.ExpirationAttributesType entryTimeToLive
protected RegionAttributesType.ExpirationAttributesType entryIdleTime
protected RegionAttributesType.DiskWriteAttributes diskWriteAttributes
protected DiskDirsType diskDirs
protected RegionAttributesType.PartitionAttributes partitionAttributes
protected RegionAttributesType.MembershipAttributes membershipAttributes
protected RegionAttributesType.SubscriptionAttributes subscriptionAttributes
protected DeclarableType cacheLoader
protected DeclarableType cacheWriter
protected java.util.List<DeclarableType> cacheListeners
protected ClassNameType compressor
protected RegionAttributesType.EvictionAttributes evictionAttributes
protected java.lang.String concurrencyLevel
protected RegionAttributesDataPolicy dataPolicy
protected java.lang.Boolean earlyAck
protected java.lang.Boolean enableAsyncConflation
protected java.lang.Boolean enableGateway
protected java.lang.Boolean enableSubscriptionConflation
protected java.lang.String gatewaySenderIds
protected java.lang.String asyncEventQueueIds
protected java.lang.String hubId
protected java.lang.String id
protected java.lang.Boolean ignoreJta
protected RegionAttributesIndexUpdateType indexUpdateType
protected java.lang.String initialCapacity
protected java.lang.Boolean isLockGrantor
protected java.lang.String loadFactor
protected RegionAttributesMirrorType mirrorType
protected java.lang.Boolean multicastEnabled
protected java.lang.Boolean persistBackup
protected java.lang.String poolName
protected java.lang.String diskStoreName
protected java.lang.Boolean diskSynchronous
protected java.lang.Boolean publisher
protected java.lang.String refid
protected RegionAttributesScope scope
protected java.lang.Boolean statisticsEnabled
protected java.lang.Boolean cloningEnabled
protected java.lang.Boolean concurrencyChecksEnabled
protected java.lang.Boolean offHeap
public java.lang.String getKeyConstraint()
Objectpublic void setKeyConstraint(java.lang.String value)
Objectpublic java.lang.String getValueConstraint()
Stringpublic void setValueConstraint(java.lang.String value)
Stringpublic RegionAttributesType.ExpirationAttributesType getRegionTimeToLive()
RegionAttributesType.ExpirationAttributesTypepublic void setRegionTimeToLive(RegionAttributesType.ExpirationAttributesType value)
RegionAttributesType.ExpirationAttributesTypepublic void updateRegionTimeToLive(java.lang.Integer timeout,
java.lang.String action,
ClassName expiry)
timeout - could be nullaction - could be nullexpiry - could be nullpublic RegionAttributesType.ExpirationAttributesType getRegionIdleTime()
RegionAttributesType.ExpirationAttributesTypepublic void setRegionIdleTime(RegionAttributesType.ExpirationAttributesType value)
RegionAttributesType.ExpirationAttributesTypepublic void updateRegionIdleTime(java.lang.Integer timeout,
java.lang.String action,
ClassName expiry)
timeout - could be nullaction - could be nullexpiry - could be nullpublic RegionAttributesType.ExpirationAttributesType getEntryTimeToLive()
RegionAttributesType.ExpirationAttributesTypepublic void setEntryTimeToLive(RegionAttributesType.ExpirationAttributesType value)
RegionAttributesType.ExpirationAttributesTypepublic void updateEntryTimeToLive(java.lang.Integer timeout,
java.lang.String action,
ClassName expiry)
timeout - could be nullaction - could be nullexpiry - could be nullpublic RegionAttributesType.ExpirationAttributesType getEntryIdleTime()
RegionAttributesType.ExpirationAttributesTypepublic void setEntryIdleTime(RegionAttributesType.ExpirationAttributesType value)
RegionAttributesType.ExpirationAttributesTypepublic void updateEntryIdleTime(java.lang.Integer timeout,
java.lang.String action,
ClassName expiry)
timeout - could be nullaction - could be nullexpiry - could be nullpublic RegionAttributesType.DiskWriteAttributes getDiskWriteAttributes()
RegionAttributesType.DiskWriteAttributespublic void setDiskWriteAttributes(RegionAttributesType.DiskWriteAttributes value)
RegionAttributesType.DiskWriteAttributespublic DiskDirsType getDiskDirs()
DiskDirsTypepublic void setDiskDirs(DiskDirsType value)
DiskDirsTypepublic RegionAttributesType.PartitionAttributes getPartitionAttributes()
RegionAttributesType.PartitionAttributespublic void setPartitionAttributes(RegionAttributesType.PartitionAttributes value)
RegionAttributesType.PartitionAttributespublic RegionAttributesType.MembershipAttributes getMembershipAttributes()
RegionAttributesType.MembershipAttributespublic void setMembershipAttributes(RegionAttributesType.MembershipAttributes value)
RegionAttributesType.MembershipAttributespublic RegionAttributesType.SubscriptionAttributes getSubscriptionAttributes()
RegionAttributesType.SubscriptionAttributespublic void setSubscriptionAttributes(RegionAttributesType.SubscriptionAttributes value)
RegionAttributesType.SubscriptionAttributespublic DeclarableType getCacheLoader()
DeclarableTypepublic void setCacheLoader(DeclarableType value)
DeclarableTypepublic DeclarableType getCacheWriter()
DeclarableTypepublic void setCacheWriter(DeclarableType value)
DeclarableTypepublic java.util.List<DeclarableType> getCacheListeners()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the cacheListener property.
For example, to add a new item, do as follows:
getCacheListeners().add(newItem);
Objects of the following type(s) are allowed in the list
DeclarableType
public ClassNameType getCompressor()
ClassNameTypepublic void setCompressor(ClassNameType value)
ClassNameTypepublic RegionAttributesType.EvictionAttributes getEvictionAttributes()
RegionAttributesType.EvictionAttributespublic void setEvictionAttributes(RegionAttributesType.EvictionAttributes value)
RegionAttributesType.EvictionAttributespublic java.lang.String getConcurrencyLevel()
Stringpublic void setConcurrencyLevel(java.lang.String value)
Stringpublic RegionAttributesDataPolicy getDataPolicy()
RegionAttributesDataPolicypublic void setDataPolicy(RegionAttributesDataPolicy value)
RegionAttributesDataPolicypublic java.lang.Boolean isEarlyAck()
Booleanpublic void setEarlyAck(java.lang.Boolean value)
Booleanpublic java.lang.Boolean isEnableAsyncConflation()
Booleanpublic void setEnableAsyncConflation(java.lang.Boolean value)
Booleanpublic java.lang.Boolean isEnableGateway()
Booleanpublic void setEnableGateway(java.lang.Boolean value)
Booleanpublic java.lang.Boolean isEnableSubscriptionConflation()
Booleanpublic void setEnableSubscriptionConflation(java.lang.Boolean value)
Booleanpublic java.lang.String getGatewaySenderIds()
Stringpublic java.util.Set<java.lang.String> getGatewaySenderIdsAsSet()
public void setGatewaySenderIds(java.lang.String value)
Stringpublic java.lang.String getAsyncEventQueueIds()
Stringpublic java.util.Set<java.lang.String> getAsyncEventQueueIdsAsSet()
public void setAsyncEventQueueIds(java.lang.String value)
Stringpublic java.lang.String getHubId()
Stringpublic void setHubId(java.lang.String value)
Stringpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
Stringpublic java.lang.Boolean isIgnoreJta()
Booleanpublic void setIgnoreJta(java.lang.Boolean value)
Booleanpublic RegionAttributesIndexUpdateType getIndexUpdateType()
RegionAttributesIndexUpdateTypepublic void setIndexUpdateType(RegionAttributesIndexUpdateType value)
RegionAttributesIndexUpdateTypepublic java.lang.String getInitialCapacity()
Stringpublic void setInitialCapacity(java.lang.String value)
Stringpublic java.lang.Boolean isIsLockGrantor()
Booleanpublic void setIsLockGrantor(java.lang.Boolean value)
Booleanpublic java.lang.String getLoadFactor()
Stringpublic void setLoadFactor(java.lang.String value)
Stringpublic RegionAttributesMirrorType getMirrorType()
RegionAttributesMirrorTypepublic void setMirrorType(RegionAttributesMirrorType value)
RegionAttributesMirrorTypepublic java.lang.Boolean isMulticastEnabled()
Booleanpublic void setMulticastEnabled(java.lang.Boolean value)
Booleanpublic java.lang.Boolean isPersistBackup()
Booleanpublic void setPersistBackup(java.lang.Boolean value)
Booleanpublic java.lang.String getPoolName()
Stringpublic void setPoolName(java.lang.String value)
Stringpublic java.lang.String getDiskStoreName()
Stringpublic void setDiskStoreName(java.lang.String value)
Stringpublic java.lang.Boolean isDiskSynchronous()
Booleanpublic void setDiskSynchronous(java.lang.Boolean value)
Booleanpublic java.lang.Boolean isPublisher()
Booleanpublic void setPublisher(java.lang.Boolean value)
Booleanpublic java.lang.String getRefid()
Stringpublic void setRefid(java.lang.String value)
Stringpublic RegionAttributesScope getScope()
RegionAttributesScopepublic void setScope(RegionAttributesScope value)
RegionAttributesScopepublic java.lang.Boolean isStatisticsEnabled()
Booleanpublic void setStatisticsEnabled(java.lang.Boolean value)
Booleanpublic java.lang.Boolean isCloningEnabled()
Booleanpublic void setCloningEnabled(java.lang.Boolean value)
Booleanpublic boolean isConcurrencyChecksEnabled()
Booleanpublic void setConcurrencyChecksEnabled(java.lang.Boolean value)
Booleanpublic java.lang.Boolean isOffHeap()
Booleanpublic void setOffHeap(java.lang.Boolean value)
Booleanpublic void setLruHeapPercentageEvictionAction(EnumActionDestroyOverflow action)
public void setInterestPolicy(java.lang.String interestPolicy)
public void setRedundantCopy(java.lang.String copies)
public void setLocalMaxMemory(java.lang.String maxMemory)