|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ehcache.xml.model.SizeofType
public class SizeofType
Java class for sizeof-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sizeof-type"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="max-object-graph-size" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>positiveInteger"> </extension> </simpleContent> </complexType> </element> <element name="max-object-size" type="{http://www.ehcache.org/v3}memory-type" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
SizeofType.MaxObjectGraphSize
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected SizeofType.MaxObjectGraphSize |
maxObjectGraphSize
|
protected MemoryType |
maxObjectSize
|
Constructor Summary | |
---|---|
SizeofType()
|
Method Summary | |
---|---|
SizeofType.MaxObjectGraphSize |
getMaxObjectGraphSize()
Gets the value of the maxObjectGraphSize property. |
MemoryType |
getMaxObjectSize()
Gets the value of the maxObjectSize property. |
void |
setMaxObjectGraphSize(SizeofType.MaxObjectGraphSize value)
Sets the value of the maxObjectGraphSize property. |
void |
setMaxObjectSize(MemoryType value)
Sets the value of the maxObjectSize property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected SizeofType.MaxObjectGraphSize maxObjectGraphSize
protected MemoryType maxObjectSize
Constructor Detail |
---|
public SizeofType()
Method Detail |
---|
public SizeofType.MaxObjectGraphSize getMaxObjectGraphSize()
SizeofType.MaxObjectGraphSize
public void setMaxObjectGraphSize(SizeofType.MaxObjectGraphSize value)
value
- allowed object is
SizeofType.MaxObjectGraphSize
public MemoryType getMaxObjectSize()
MemoryType
public void setMaxObjectSize(MemoryType value)
value
- allowed object is
MemoryType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |