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
    • Constructor Detail

      • DiskWriteAttributes

        public DiskWriteAttributes()
    • Method Detail

      • getSynchronousWrites

        public java.lang.Object getSynchronousWrites()
        Gets the value of the synchronousWrites property. possible object is Object
        Returns:
        the value of the synchronousWrites property
      • setSynchronousWrites

        public void setSynchronousWrites​(java.lang.Object value)
        Sets the value of the synchronousWrites property. allowed object is Object
        Parameters:
        value - the value of the synchronousWrites property
      • getMaxOplogSize

        public java.lang.String getMaxOplogSize()
        Gets the value of the maxOplogSize property. possible object is String
        Returns:
        the value of the maxOplogSize property
      • setMaxOplogSize

        public void setMaxOplogSize​(java.lang.String value)
        Sets the value of the maxOplogSize property. allowed object is String
        Parameters:
        value - the value of the maxOplogSize property
      • getRollOplogs

        public java.lang.String getRollOplogs()
        Gets the value of the rollOplogs property. possible object is String
        Returns:
        the value of the rollOplogs property
      • setRollOplogs

        public void setRollOplogs​(java.lang.String value)
        Sets the value of the rollOplogs property. allowed object is String
        Parameters:
        value - the value of the rollOplogs property