@Experimental public class DynamicRegionFactoryType extends java.lang.Object
Java class for dynamic-region-factory-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dynamic-region-factory-type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="disk-dir" type="{http://geode.apache.org/schema/cache}disk-dir-type" minOccurs="0"/>
</sequence>
<attribute name="disable-persist-backup" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="disable-register-interest" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="pool-name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
disablePersistBackup |
protected java.lang.Boolean |
disableRegisterInterest |
protected DiskDirType |
diskDir |
protected java.lang.String |
poolName |
| Constructor and Description |
|---|
DynamicRegionFactoryType() |
| Modifier and Type | Method and Description |
|---|---|
DiskDirType |
getDiskDir()
Gets the value of the diskDir property.
|
java.lang.String |
getPoolName()
Gets the value of the poolName property.
|
java.lang.Boolean |
isDisablePersistBackup()
Gets the value of the disablePersistBackup property.
|
java.lang.Boolean |
isDisableRegisterInterest()
Gets the value of the disableRegisterInterest property.
|
void |
setDisablePersistBackup(java.lang.Boolean value)
Sets the value of the disablePersistBackup property.
|
void |
setDisableRegisterInterest(java.lang.Boolean value)
Sets the value of the disableRegisterInterest property.
|
void |
setDiskDir(DiskDirType value)
Sets the value of the diskDir property.
|
void |
setPoolName(java.lang.String value)
Sets the value of the poolName property.
|
protected DiskDirType diskDir
protected java.lang.Boolean disablePersistBackup
protected java.lang.Boolean disableRegisterInterest
protected java.lang.String poolName
public DiskDirType getDiskDir()
DiskDirTypepublic void setDiskDir(DiskDirType value)
value - allowed object is
DiskDirTypepublic java.lang.Boolean isDisablePersistBackup()
Booleanpublic void setDisablePersistBackup(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isDisableRegisterInterest()
Booleanpublic void setDisableRegisterInterest(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getPoolName()
Stringpublic void setPoolName(java.lang.String value)
value - allowed object is
String