org.ehcache.xml.model
Class DiskStoreSettingsType

java.lang.Object
  extended by org.ehcache.xml.model.DiskStoreSettingsType

public class DiskStoreSettingsType
extends java.lang.Object

Java class for disk-store-settings-type complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="disk-store-settings-type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="thread-pool" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="writer-threads" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" default="1" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String threadPool
           
protected  java.math.BigInteger writerThreads
           
 
Constructor Summary
DiskStoreSettingsType()
           
 
Method Summary
 java.lang.String getThreadPool()
          Gets the value of the threadPool property.
 java.math.BigInteger getWriterThreads()
          Gets the value of the writerThreads property.
 void setThreadPool(java.lang.String value)
          Sets the value of the threadPool property.
 void setWriterThreads(java.math.BigInteger value)
          Sets the value of the writerThreads property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

threadPool

protected java.lang.String threadPool

writerThreads

protected java.math.BigInteger writerThreads
Constructor Detail

DiskStoreSettingsType

public DiskStoreSettingsType()
Method Detail

getThreadPool

public java.lang.String getThreadPool()
Gets the value of the threadPool property.

Returns:
possible object is String

setThreadPool

public void setThreadPool(java.lang.String value)
Sets the value of the threadPool property.

Parameters:
value - allowed object is String

getWriterThreads

public java.math.BigInteger getWriterThreads()
Gets the value of the writerThreads property.

Returns:
possible object is BigInteger

setWriterThreads

public void setWriterThreads(java.math.BigInteger value)
Sets the value of the writerThreads property.

Parameters:
value - allowed object is BigInteger