|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ehcache.xml.model.DiskStoreSettingsType
public class DiskStoreSettingsType
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 |
---|
protected java.lang.String threadPool
protected java.math.BigInteger writerThreads
Constructor Detail |
---|
public DiskStoreSettingsType()
Method Detail |
---|
public java.lang.String getThreadPool()
String
public void setThreadPool(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getWriterThreads()
BigInteger
public void setWriterThreads(java.math.BigInteger value)
value
- allowed object is
BigInteger
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |