Class RegionAttributesType.DiskWriteAttributes.AsynchronousWrites
java.lang.Object
org.apache.geode.cache.configuration.RegionAttributesType.DiskWriteAttributes.AsynchronousWrites
- Enclosing class:
- RegionAttributesType.DiskWriteAttributes
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bytesThreshold property.Gets the value of the timeInterval property.voidsetBytesThreshold(String value) Sets the value of the bytesThreshold property.voidsetTimeInterval(String value) Sets the value of the timeInterval property.
-
Field Details
-
bytesThreshold
-
timeInterval
-
-
Constructor Details
-
AsynchronousWrites
public AsynchronousWrites()
-
-
Method Details
-
getBytesThreshold
Gets the value of the bytesThreshold property. possible object isString- Returns:
- the value of the bytesThreshold property
-
setBytesThreshold
Sets the value of the bytesThreshold property. allowed object isString- Parameters:
value- the value of the bytesThreshold property
-
getTimeInterval
Gets the value of the timeInterval property. possible object isString- Returns:
- the value of the timeInterval property
-
setTimeInterval
Sets the value of the timeInterval property. allowed object isString- Parameters:
value- the value of the timeInterval property
-