Gemfire JavaDocs
Class RegionAttributesType.DiskWriteAttributes
- java.lang.Object
-
- org.apache.geode.cache.configuration.RegionAttributesType.DiskWriteAttributes
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- RegionAttributesType
public static class RegionAttributesType.DiskWriteAttributes extends java.lang.Object implements java.io.Serializable
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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RegionAttributesType.DiskWriteAttributes.AsynchronousWrites
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected RegionAttributesType.DiskWriteAttributes.AsynchronousWrites
asynchronousWrites
protected java.lang.String
maxOplogSize
protected java.lang.String
rollOplogs
protected java.lang.Object
synchronousWrites
-
Constructor Summary
Constructors Constructor Description DiskWriteAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegionAttributesType.DiskWriteAttributes.AsynchronousWrites
getAsynchronousWrites()
Gets the value of the asynchronousWrites property.java.lang.String
getMaxOplogSize()
Gets the value of the maxOplogSize property.java.lang.String
getRollOplogs()
Gets the value of the rollOplogs property.java.lang.Object
getSynchronousWrites()
Gets the value of the synchronousWrites property.void
setAsynchronousWrites(RegionAttributesType.DiskWriteAttributes.AsynchronousWrites value)
Sets the value of the asynchronousWrites property.void
setMaxOplogSize(java.lang.String value)
Sets the value of the maxOplogSize property.void
setRollOplogs(java.lang.String value)
Sets the value of the rollOplogs property.void
setSynchronousWrites(java.lang.Object value)
Sets the value of the synchronousWrites property.
-
-
-
Field Detail
-
asynchronousWrites
protected RegionAttributesType.DiskWriteAttributes.AsynchronousWrites asynchronousWrites
-
synchronousWrites
protected java.lang.Object synchronousWrites
-
maxOplogSize
protected java.lang.String maxOplogSize
-
rollOplogs
protected java.lang.String rollOplogs
-
-
Method Detail
-
getAsynchronousWrites
public RegionAttributesType.DiskWriteAttributes.AsynchronousWrites 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
public java.lang.Object getSynchronousWrites()
Gets the value of the synchronousWrites property. possible object isObject
- Returns:
- the value of the synchronousWrites property
-
setSynchronousWrites
public void setSynchronousWrites(java.lang.Object value)
Sets the value of the synchronousWrites property. allowed object isObject
- Parameters:
value
- the value of the synchronousWrites property
-
getMaxOplogSize
public java.lang.String getMaxOplogSize()
Gets the value of the maxOplogSize property. possible object isString
- Returns:
- the value of the maxOplogSize property
-
setMaxOplogSize
public void setMaxOplogSize(java.lang.String value)
Sets the value of the maxOplogSize property. allowed object isString
- Parameters:
value
- the value of the maxOplogSize property
-
getRollOplogs
public java.lang.String getRollOplogs()
Gets the value of the rollOplogs property. possible object isString
- Returns:
- the value of the rollOplogs property
-
setRollOplogs
public void setRollOplogs(java.lang.String value)
Sets the value of the rollOplogs property. allowed object isString
- Parameters:
value
- the value of the rollOplogs property
-
-