Class DiskDirType
java.lang.Object
org.apache.geode.cache.configuration.DiskDirType
A "disk-dir" element specifies one of a region or diskstore's disk directories.
Java class for disk-dir-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="disk-dir-type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="dir-size" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA "disk-dir" element specifies one of a region or diskstore's disk directories.Gets the value of the dirSize property.voidsetContent(String value) Sets the value of the content property.voidsetDirSize(String value) Sets the value of the dirSize property.
-
Field Details
-
-
dirSize
-
-
Constructor Details
-
DiskDirType
public DiskDirType()
-
-
Method Details
-
getContent
A "disk-dir" element specifies one of a region or diskstore's disk directories. possible object isString- Returns:
- the content.
-
setContent
Sets the value of the content property. allowed object isString- Parameters:
value- the content.
-
getDirSize
Gets the value of the dirSize property. possible object isString- Returns:
- the directory size.
-
setDirSize
Sets the value of the dirSize property. allowed object isString- Parameters:
value- the directory size.
-