public class GlusterMemoryPool extends Object
Java class for GlusterMemoryPool complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GlusterMemoryPool">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="hot_count" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="cold_count" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="padded_size" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="alloc_count" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="max_alloc" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="pool_misses" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="max_stdalloc" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GlusterMemoryPool() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAllocCount()
Gets the value of the allocCount property.
|
Integer |
getColdCount()
Gets the value of the coldCount property.
|
Integer |
getHotCount()
Gets the value of the hotCount property.
|
Integer |
getMaxAlloc()
Gets the value of the maxAlloc property.
|
Integer |
getMaxStdalloc()
Gets the value of the maxStdalloc property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getPaddedSize()
Gets the value of the paddedSize property.
|
Integer |
getPoolMisses()
Gets the value of the poolMisses property.
|
boolean |
isSetAllocCount() |
boolean |
isSetColdCount() |
boolean |
isSetHotCount() |
boolean |
isSetMaxAlloc() |
boolean |
isSetMaxStdalloc() |
boolean |
isSetName() |
boolean |
isSetPaddedSize() |
boolean |
isSetPoolMisses() |
void |
setAllocCount(Integer value)
Sets the value of the allocCount property.
|
void |
setColdCount(Integer value)
Sets the value of the coldCount property.
|
void |
setHotCount(Integer value)
Sets the value of the hotCount property.
|
void |
setMaxAlloc(Integer value)
Sets the value of the maxAlloc property.
|
void |
setMaxStdalloc(Integer value)
Sets the value of the maxStdalloc property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPaddedSize(Integer value)
Sets the value of the paddedSize property.
|
void |
setPoolMisses(Integer value)
Sets the value of the poolMisses property.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public Integer getHotCount()
Integerpublic void setHotCount(Integer value)
value - allowed object is
Integerpublic boolean isSetHotCount()
public Integer getColdCount()
Integerpublic void setColdCount(Integer value)
value - allowed object is
Integerpublic boolean isSetColdCount()
public Integer getPaddedSize()
Integerpublic void setPaddedSize(Integer value)
value - allowed object is
Integerpublic boolean isSetPaddedSize()
public Integer getAllocCount()
Integerpublic void setAllocCount(Integer value)
value - allowed object is
Integerpublic boolean isSetAllocCount()
public Integer getMaxAlloc()
Integerpublic void setMaxAlloc(Integer value)
value - allowed object is
Integerpublic boolean isSetMaxAlloc()
public Integer getPoolMisses()
Integerpublic void setPoolMisses(Integer value)
value - allowed object is
Integerpublic boolean isSetPoolMisses()
public Integer getMaxStdalloc()
Integerpublic void setMaxStdalloc(Integer value)
value - allowed object is
Integerpublic boolean isSetMaxStdalloc()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0