Class RegionAttributesType
java.lang.Object
org.apache.geode.cache.configuration.RegionAttributesType
- All Implemented Interfaces:
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>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type.static classstatic classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<DeclarableType>protected DeclarableTypeprotected DeclarableTypeprotected Booleanprotected ClassNameTypeprotected Booleanprotected Stringprotected RegionAttributesDataPolicyprotected DiskDirsTypeprotected Stringprotected Booleanprotected RegionAttributesType.DiskWriteAttributesprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected RegionAttributesType.EvictionAttributesprotected Stringprotected Stringprotected Stringprotected Booleanprotected RegionAttributesIndexUpdateTypeprotected Stringprotected Booleanprotected Stringprotected Stringprotected RegionAttributesMirrorTypeprotected Booleanprotected Booleanprotected RegionAttributesType.PartitionAttributesprotected Booleanprotected Stringprotected Booleanprotected Stringprotected RegionAttributesScopeprotected Booleanprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the asyncEventQueueIds property.turn the comma separated id into a set of idsGets the value of the cacheListener property.Gets the value of the cacheLoader property.Gets the value of the cacheWriter property.Gets the value of the compressor property.Gets the value of the concurrencyLevel property.Gets the value of the dataPolicy property.Gets the value of the diskDirs property.Gets the value of the diskStoreName property.Gets the value of the diskWriteAttributes property.Gets the value of the entryIdleTime property.Gets the value of the entryTimeToLive property.Gets the value of the evictionAttributes property.Gets the value of the gatewaySenderIds property.turn the comma separated ids into a set of idgetHubId()Gets the value of the hubId property.getId()Gets the value of the id property.Gets the value of the indexUpdateType property.Gets the value of the initialCapacity property.Gets the value of the keyConstraint property.Gets the value of the loadFactor property.Gets the value of the membershipAttributes property.Gets the value of the mirrorType property.Gets the value of the partitionAttributes property.Gets the value of the poolName property.getRefid()Gets the value of the refid property.Gets the value of the regionIdleTime property.Gets the value of the regionTimeToLive property.getScope()Gets the value of the scope property.Gets the value of the subscriptionAttributes property.Gets the value of the valueConstraint property.Gets the value of the cloningEnabled property.booleanGets the value of the concurrencyChecksEnabled property.Gets the value of the diskSynchronous property.Gets the value of the earlyAck property.Gets the value of the enableAsyncConflation property.Gets the value of the enableGateway property.Gets the value of the enableSubscriptionConflation property.Gets the value of the ignoreJta property.Gets the value of the isLockGrantor property.Gets the value of the multicastEnabled property.Gets the value of the offHeap property.Gets the value of the persistBackup property.Gets the value of the publisher property.Gets the value of the statisticsEnabled property.voidsetAsyncEventQueueIds(String value) Sets the value of the asyncEventQueueIds property.voidsetCacheLoader(DeclarableType value) Sets the value of the cacheLoader property.voidsetCacheWriter(DeclarableType value) Sets the value of the cacheWriter property.voidsetCloningEnabled(Boolean value) Sets the value of the cloningEnabled property.voidsetCompressor(ClassNameType value) Sets the value of the compressor property.voidSets the value of the concurrencyChecksEnabled property.voidsetConcurrencyLevel(String value) Sets the value of the concurrencyLevel property.voidSets the value of the dataPolicy property.voidsetDiskDirs(DiskDirsType value) Sets the value of the diskDirs property.voidsetDiskStoreName(String value) Sets the value of the diskStoreName property.voidsetDiskSynchronous(Boolean value) Sets the value of the diskSynchronous property.voidSets the value of the diskWriteAttributes property.voidsetEarlyAck(Boolean value) Sets the value of the earlyAck property.voidsetEnableAsyncConflation(Boolean value) Sets the value of the enableAsyncConflation property.voidsetEnableGateway(Boolean value) Sets the value of the enableGateway property.voidSets the value of the enableSubscriptionConflation property.voidSets the value of the entryIdleTime property.voidSets the value of the entryTimeToLive property.voidSets the value of the evictionAttributes property.voidsetGatewaySenderIds(String value) Sets the value of the gatewaySenderIds property.voidSets the value of the hubId property.voidSets the value of the id property.voidsetIgnoreJta(Boolean value) Sets the value of the ignoreJta property.voidSets the value of the indexUpdateType property.voidsetInitialCapacity(String value) Sets the value of the initialCapacity property.voidsetInterestPolicy(String interestPolicy) voidsetIsLockGrantor(Boolean value) Sets the value of the isLockGrantor property.voidsetKeyConstraint(String value) Sets the value of the keyConstraint property.voidsetLoadFactor(String value) Sets the value of the loadFactor property.voidsetLocalMaxMemory(String maxMemory) voidvoidSets the value of the membershipAttributes property.voidSets the value of the mirrorType property.voidsetMulticastEnabled(Boolean value) Sets the value of the multicastEnabled property.voidsetOffHeap(Boolean value) Sets the value of the offHeap property.voidSets the value of the partitionAttributes property.voidsetPersistBackup(Boolean value) Sets the value of the persistBackup property.voidsetPoolName(String value) Sets the value of the poolName property.voidsetPublisher(Boolean value) Sets the value of the publisher property.voidsetRedundantCopy(String copies) voidSets the value of the refid property.voidSets the value of the regionIdleTime property.voidSets the value of the regionTimeToLive property.voidsetScope(RegionAttributesScope value) Sets the value of the scope property.voidsetStatisticsEnabled(Boolean value) Sets the value of the statisticsEnabled property.voidSets the value of the subscriptionAttributes property.voidsetValueConstraint(String value) Sets the value of the valueConstraint property.voidupdateEntryIdleTime(Integer timeout, String action, org.apache.geode.management.configuration.ClassName expiry) update the entry idle time using timeout, action or expiry.voidupdateEntryTimeToLive(Integer timeout, String action, org.apache.geode.management.configuration.ClassName expiry) update the entry time to live using timeout, action or expiry.voidupdateRegionIdleTime(Integer timeout, String action, org.apache.geode.management.configuration.ClassName expiry) update the region idle time using timeout, action or expiry.voidupdateRegionTimeToLive(Integer timeout, String action, org.apache.geode.management.configuration.ClassName expiry) update the region time to live using timeout, action or expiry.
-
Field Details
-
keyConstraint
-
valueConstraint
-
regionTimeToLive
-
regionIdleTime
-
entryTimeToLive
-
entryIdleTime
-
diskWriteAttributes
-
diskDirs
-
partitionAttributes
-
membershipAttributes
-
subscriptionAttributes
-
cacheLoader
-
cacheWriter
-
cacheListeners
-
compressor
-
evictionAttributes
-
concurrencyLevel
-
dataPolicy
-
earlyAck
-
enableAsyncConflation
-
enableGateway
-
enableSubscriptionConflation
-
gatewaySenderIds
-
asyncEventQueueIds
-
hubId
-
id
-
ignoreJta
-
indexUpdateType
-
initialCapacity
-
isLockGrantor
-
loadFactor
-
mirrorType
-
multicastEnabled
-
persistBackup
-
poolName
-
diskStoreName
-
diskSynchronous
-
publisher
-
refid
-
scope
-
statisticsEnabled
-
cloningEnabled
-
concurrencyChecksEnabled
-
offHeap
-
-
Constructor Details
-
RegionAttributesType
public RegionAttributesType()
-
-
Method Details
-
getKeyConstraint
Gets the value of the keyConstraint property. possible object isObject- Returns:
- the value of the keyConstraint property
-
setKeyConstraint
Sets the value of the keyConstraint property. allowed object isObject- Parameters:
value- the value of the keyConstraint property
-
getValueConstraint
Gets the value of the valueConstraint property. possible object isString- Returns:
- the value of the valueConstraint property
-
setValueConstraint
Sets the value of the valueConstraint property. allowed object isString- Parameters:
value- the value of the valueConstraint property
-
getRegionTimeToLive
Gets the value of the regionTimeToLive property. possible object isRegionAttributesType.ExpirationAttributesType- Returns:
- the value of the regionTimeToLive property
-
setRegionTimeToLive
Sets the value of the regionTimeToLive property. allowed object isRegionAttributesType.ExpirationAttributesType- Parameters:
value- the value of the regionTimeToLive property
-
updateRegionTimeToLive
public void updateRegionTimeToLive(Integer timeout, String action, org.apache.geode.management.configuration.ClassName expiry) update the region time to live using timeout, action or expiry. If all three are null, there would be no update to the existing value- Parameters:
timeout- could be nullaction- could be nullexpiry- could be null
-
getRegionIdleTime
Gets the value of the regionIdleTime property. possible object isRegionAttributesType.ExpirationAttributesType- Returns:
- the value of the regionIdleTime property
-
setRegionIdleTime
Sets the value of the regionIdleTime property. allowed object isRegionAttributesType.ExpirationAttributesType- Parameters:
value- the value of the regionIdleTime property
-
updateRegionIdleTime
public void updateRegionIdleTime(Integer timeout, String action, org.apache.geode.management.configuration.ClassName expiry) update the region idle time using timeout, action or expiry. If all three are null, there would be no update to the existing value- Parameters:
timeout- could be nullaction- could be nullexpiry- could be null
-
getEntryTimeToLive
Gets the value of the entryTimeToLive property. possible object isRegionAttributesType.ExpirationAttributesType- Returns:
- the value of the entryTimeToLive property
-
setEntryTimeToLive
Sets the value of the entryTimeToLive property. allowed object isRegionAttributesType.ExpirationAttributesType- Parameters:
value- the value of the entryTimeToLive property
-
updateEntryTimeToLive
public void updateEntryTimeToLive(Integer timeout, String action, org.apache.geode.management.configuration.ClassName expiry) update the entry time to live using timeout, action or expiry. If all three are null, there would be no update to the existing value- Parameters:
timeout- could be nullaction- could be nullexpiry- could be null
-
getEntryIdleTime
Gets the value of the entryIdleTime property. possible object isRegionAttributesType.ExpirationAttributesType- Returns:
- the value of the entryIdleTime property
-
setEntryIdleTime
Sets the value of the entryIdleTime property. allowed object isRegionAttributesType.ExpirationAttributesType- Parameters:
value- the value of the entryIdleTime property
-
updateEntryIdleTime
public void updateEntryIdleTime(Integer timeout, String action, org.apache.geode.management.configuration.ClassName expiry) update the entry idle time using timeout, action or expiry. If all three are null, there would be no update to the existing value- Parameters:
timeout- could be nullaction- could be nullexpiry- could be null
-
getDiskWriteAttributes
Gets the value of the diskWriteAttributes property. possible object isRegionAttributesType.DiskWriteAttributes- Returns:
- the value of the diskWriteAttributes property
-
setDiskWriteAttributes
Sets the value of the diskWriteAttributes property. allowed object isRegionAttributesType.DiskWriteAttributes- Parameters:
value- the value of the diskWriteAttributes property
-
getDiskDirs
Gets the value of the diskDirs property. possible object isDiskDirsType- Returns:
- the value of the diskDirs property
-
setDiskDirs
Sets the value of the diskDirs property. allowed object isDiskDirsType- Parameters:
value- the value of the diskDirs property
-
getPartitionAttributes
Gets the value of the partitionAttributes property. possible object isRegionAttributesType.PartitionAttributes- Returns:
- the value of the partitionAttributes property
-
setPartitionAttributes
Sets the value of the partitionAttributes property. allowed object isRegionAttributesType.PartitionAttributes- Parameters:
value- the value of the partitionAttributes property
-
getMembershipAttributes
Gets the value of the membershipAttributes property. possible object isRegionAttributesType.MembershipAttributes- Returns:
- the value of the membershipAttributes property
-
setMembershipAttributes
Sets the value of the membershipAttributes property. allowed object isRegionAttributesType.MembershipAttributes- Parameters:
value- the value of the membershipAttributes property
-
getSubscriptionAttributes
Gets the value of the subscriptionAttributes property. possible object isRegionAttributesType.SubscriptionAttributes- Returns:
- the value of the subscriptionAttributes property
-
setSubscriptionAttributes
Sets the value of the subscriptionAttributes property. allowed object isRegionAttributesType.SubscriptionAttributes- Parameters:
value- the value of the subscriptionAttributes property
-
getCacheLoader
Gets the value of the cacheLoader property. possible object isDeclarableType- Returns:
- the value of the cacheLoader property
-
setCacheLoader
Sets the value of the cacheLoader property. allowed object isDeclarableType- Parameters:
value- the value of the cacheLoader property
-
getCacheWriter
Gets the value of the cacheWriter property. possible object isDeclarableType- Returns:
- the value of the cacheWriter property
-
setCacheWriter
Sets the value of the cacheWriter property. allowed object isDeclarableType- Parameters:
value- the value of the cacheWriter property
-
getCacheListeners
Gets the value of the cacheListener property.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
setmethod 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- Returns:
- the value of the cacheListener property
-
getCompressor
Gets the value of the compressor property. possible object isClassNameType- Returns:
- the value of the compressor property
-
setCompressor
Sets the value of the compressor property. allowed object isClassNameType- Parameters:
value- the value of the compressor property
-
getEvictionAttributes
Gets the value of the evictionAttributes property. possible object isRegionAttributesType.EvictionAttributes- Returns:
- the value of the evictionAttributes property
-
setEvictionAttributes
Sets the value of the evictionAttributes property. allowed object isRegionAttributesType.EvictionAttributes- Parameters:
value- the value of the evictionAttributes property
-
getConcurrencyLevel
Gets the value of the concurrencyLevel property. possible object isString- Returns:
- the value of the concurrencyLevel property
-
setConcurrencyLevel
Sets the value of the concurrencyLevel property. allowed object isString- Parameters:
value- the value of the concurrencyLevel property
-
getDataPolicy
Gets the value of the dataPolicy property. possible object isRegionAttributesDataPolicy- Returns:
- the value of the dataPolicy property
-
setDataPolicy
Sets the value of the dataPolicy property. allowed object isRegionAttributesDataPolicy- Parameters:
value- the value of the dataPolicy property
-
isEarlyAck
Gets the value of the earlyAck property. possible object isBoolean- Returns:
- the value of the earlyAck property
-
setEarlyAck
Sets the value of the earlyAck property. allowed object isBoolean- Parameters:
value- the value of the earlyAck property
-
isEnableAsyncConflation
Gets the value of the enableAsyncConflation property. possible object isBoolean- Returns:
- the value of the enableAsyncConflation property
-
setEnableAsyncConflation
Sets the value of the enableAsyncConflation property. allowed object isBoolean- Parameters:
value- the value of the enableAsyncConflation property
-
isEnableGateway
Gets the value of the enableGateway property. possible object isBoolean- Returns:
- the value of the enableGateway property
-
setEnableGateway
Sets the value of the enableGateway property. allowed object isBoolean- Parameters:
value- the value of the enableGateway property
-
isEnableSubscriptionConflation
Gets the value of the enableSubscriptionConflation property. possible object isBoolean- Returns:
- the value of the enableSubscriptionConflation property
-
setEnableSubscriptionConflation
Sets the value of the enableSubscriptionConflation property. allowed object isBoolean- Parameters:
value- the value of the enableSubscriptionConflation property
-
getGatewaySenderIds
Gets the value of the gatewaySenderIds property. possible object isString- Returns:
- the value of the gatewaySenderIds property
-
getGatewaySenderIdsAsSet
turn the comma separated ids into a set of id- Returns:
- a set of gatewaySenderIds
-
setGatewaySenderIds
Sets the value of the gatewaySenderIds property. allowed object isString- Parameters:
value- the value of the gatewaySenderIds property
-
getAsyncEventQueueIds
Gets the value of the asyncEventQueueIds property. possible object isString- Returns:
- the value of the asyncEventQueueIds property
-
getAsyncEventQueueIdsAsSet
turn the comma separated id into a set of ids- Returns:
- a set of asyncEventQueueIds
-
setAsyncEventQueueIds
Sets the value of the asyncEventQueueIds property. allowed object isString- Parameters:
value- the value of the asyncEventQueueIds property
-
getHubId
Gets the value of the hubId property. possible object isString- Returns:
- the value of the hubId property
-
setHubId
Sets the value of the hubId property. allowed object isString- Parameters:
value- the value of the hubId property
-
getId
Gets the value of the id property. possible object isString- Returns:
- the value of the id property
-
setId
Sets the value of the id property. allowed object isString- Parameters:
value- the value of the id property
-
isIgnoreJta
Gets the value of the ignoreJta property. possible object isBoolean- Returns:
- the value of the ignoreJta property
-
setIgnoreJta
Sets the value of the ignoreJta property. allowed object isBoolean- Parameters:
value- the value of the ignoreJta property
-
getIndexUpdateType
Gets the value of the indexUpdateType property. possible object isRegionAttributesIndexUpdateType- Returns:
- the value of the indexUpdateType property
-
setIndexUpdateType
Sets the value of the indexUpdateType property. allowed object isRegionAttributesIndexUpdateType- Parameters:
value- the value of the indexUpdateType property
-
getInitialCapacity
Gets the value of the initialCapacity property. possible object isString- Returns:
- the value of the initialCapacity property
-
setInitialCapacity
Sets the value of the initialCapacity property. allowed object isString- Parameters:
value- the value of the initialCapacity property
-
isIsLockGrantor
Gets the value of the isLockGrantor property. possible object isBoolean- Returns:
- the value of the isLockGrantor property
-
setIsLockGrantor
Sets the value of the isLockGrantor property. allowed object isBoolean- Parameters:
value- the value of the isLockGrantor property
-
getLoadFactor
Gets the value of the loadFactor property. possible object isString- Returns:
- the value of the loadFactor property
-
setLoadFactor
Sets the value of the loadFactor property. allowed object isString- Parameters:
value- the value of the loadFactor property
-
getMirrorType
Gets the value of the mirrorType property. possible object isRegionAttributesMirrorType- Returns:
- the value of the mirrorType property
-
setMirrorType
Sets the value of the mirrorType property. allowed object isRegionAttributesMirrorType- Parameters:
value- the value of the mirrorType property
-
isMulticastEnabled
Gets the value of the multicastEnabled property. possible object isBoolean- Returns:
- the value of the multicastEnabled property
-
setMulticastEnabled
Sets the value of the multicastEnabled property. allowed object isBoolean- Parameters:
value- the value of the multicastEnabled property
-
isPersistBackup
Gets the value of the persistBackup property. possible object isBoolean- Returns:
- the value of the persistBackup property
-
setPersistBackup
Sets the value of the persistBackup property. allowed object isBoolean- Parameters:
value- the value of the persistBackup property
-
getPoolName
Gets the value of the poolName property. possible object isString- Returns:
- the value of the poolName property
-
setPoolName
Sets the value of the poolName property. allowed object isString- Parameters:
value- the value of the poolName property
-
getDiskStoreName
Gets the value of the diskStoreName property. possible object isString- Returns:
- the value of the diskStoreName property
-
setDiskStoreName
Sets the value of the diskStoreName property. allowed object isString- Parameters:
value- the value of the diskStoreName property
-
isDiskSynchronous
Gets the value of the diskSynchronous property. possible object isBoolean- Returns:
- the value of the diskSynchronous property
-
setDiskSynchronous
Sets the value of the diskSynchronous property. allowed object isBoolean- Parameters:
value- the value of the diskSynchronous property
-
isPublisher
Gets the value of the publisher property. possible object isBoolean- Returns:
- the value of the publisher property
-
setPublisher
Sets the value of the publisher property. allowed object isBoolean- Parameters:
value- the value of the publisher property
-
getRefid
Gets the value of the refid property. possible object isString- Returns:
- the value of the refid property
-
setRefid
Sets the value of the refid property. allowed object isString- Parameters:
value- the value of the refid property
-
getScope
Gets the value of the scope property. possible object isRegionAttributesScope- Returns:
- the value of the scope property
-
setScope
Sets the value of the scope property. allowed object isRegionAttributesScope- Parameters:
value- the value of the scope property
-
isStatisticsEnabled
Gets the value of the statisticsEnabled property. possible object isBoolean- Returns:
- the value of the statisticsEnabled property
-
setStatisticsEnabled
Sets the value of the statisticsEnabled property. allowed object isBoolean- Parameters:
value- the value of the statisticsEnabled property
-
isCloningEnabled
Gets the value of the cloningEnabled property. possible object isBoolean- Returns:
- the value of the cloningEnabled property
-
setCloningEnabled
Sets the value of the cloningEnabled property. allowed object isBoolean- Parameters:
value- the value of the cloningEnabled property
-
isConcurrencyChecksEnabled
public boolean isConcurrencyChecksEnabled()Gets the value of the concurrencyChecksEnabled property. possible object isBoolean- Returns:
- the value of the concurrencyChecksEnabled property
-
setConcurrencyChecksEnabled
Sets the value of the concurrencyChecksEnabled property. allowed object isBoolean- Parameters:
value- the value of the concurrencyChecksEnabled property
-
isOffHeap
Gets the value of the offHeap property. possible object isBoolean- Returns:
- the value of the offHeap property
-
setOffHeap
Sets the value of the offHeap property. allowed object isBoolean- Parameters:
value- the value of the offHeap property
-
setLruHeapPercentageEvictionAction
-
setInterestPolicy
-
setRedundantCopy
-
setLocalMaxMemory
-