@Experimental public class DynamicRegionFactoryType extends 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 Boolean |
disablePersistBackup |
protected Boolean |
disableRegisterInterest |
protected DiskDirType |
diskDir |
protected String |
poolName |
Constructor and Description |
---|
DynamicRegionFactoryType() |
Modifier and Type | Method and Description |
---|---|
DiskDirType |
getDiskDir()
Gets the value of the diskDir property.
|
String |
getPoolName()
Gets the value of the poolName property.
|
Boolean |
isDisablePersistBackup()
Gets the value of the disablePersistBackup property.
|
Boolean |
isDisableRegisterInterest()
Gets the value of the disableRegisterInterest property.
|
void |
setDisablePersistBackup(Boolean value)
Sets the value of the disablePersistBackup property.
|
void |
setDisableRegisterInterest(Boolean value)
Sets the value of the disableRegisterInterest property.
|
void |
setDiskDir(DiskDirType value)
Sets the value of the diskDir property.
|
void |
setPoolName(String value)
Sets the value of the poolName property.
|
protected DiskDirType diskDir
protected Boolean disablePersistBackup
protected Boolean disableRegisterInterest
protected String poolName
public DiskDirType getDiskDir()
DiskDirType
public void setDiskDir(DiskDirType value)
DiskDirType
public Boolean isDisablePersistBackup()
Boolean
public void setDisablePersistBackup(Boolean value)
Boolean
public Boolean isDisableRegisterInterest()
Boolean
public void setDisableRegisterInterest(Boolean value)
Boolean
public String getPoolName()
String