Class RegionAttributesType.DiskWriteAttributes
java.lang.Object
org.apache.geode.cache.configuration.RegionAttributesType.DiskWriteAttributes
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RegionAttributesType
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">
<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>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the asynchronousWrites property.Gets the value of the maxOplogSize property.Gets the value of the rollOplogs property.Gets the value of the synchronousWrites property.voidSets the value of the asynchronousWrites property.voidsetMaxOplogSize(String value) Sets the value of the maxOplogSize property.voidsetRollOplogs(String value) Sets the value of the rollOplogs property.voidsetSynchronousWrites(Object value) Sets the value of the synchronousWrites property.
-
Field Details
-
asynchronousWrites
-
synchronousWrites
-
maxOplogSize
-
rollOplogs
-
-
Constructor Details
-
DiskWriteAttributes
public DiskWriteAttributes()
-
-
Method Details
-
getAsynchronousWrites
Gets the value of the asynchronousWrites property. possible object isRegionAttributesType.DiskWriteAttributes.AsynchronousWrites- Returns:
- the value of the asynchronousWrites property
-
setAsynchronousWrites
public void setAsynchronousWrites(RegionAttributesType.DiskWriteAttributes.AsynchronousWrites value) Sets the value of the asynchronousWrites property. allowed object isRegionAttributesType.DiskWriteAttributes.AsynchronousWrites- Parameters:
value- the value of the asynchronousWrites property
-
getSynchronousWrites
Gets the value of the synchronousWrites property. possible object isObject- Returns:
- the value of the synchronousWrites property
-
setSynchronousWrites
Sets the value of the synchronousWrites property. allowed object isObject- Parameters:
value- the value of the synchronousWrites property
-
getMaxOplogSize
Gets the value of the maxOplogSize property. possible object isString- Returns:
- the value of the maxOplogSize property
-
setMaxOplogSize
Sets the value of the maxOplogSize property. allowed object isString- Parameters:
value- the value of the maxOplogSize property
-
getRollOplogs
Gets the value of the rollOplogs property. possible object isString- Returns:
- the value of the rollOplogs property
-
setRollOplogs
Sets the value of the rollOplogs property. allowed object isString- Parameters:
value- the value of the rollOplogs property
-