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()
String
public void setName(String value)
value
- allowed object is
String
public boolean isSetName()
public Integer getHotCount()
Integer
public void setHotCount(Integer value)
value
- allowed object is
Integer
public boolean isSetHotCount()
public Integer getColdCount()
Integer
public void setColdCount(Integer value)
value
- allowed object is
Integer
public boolean isSetColdCount()
public Integer getPaddedSize()
Integer
public void setPaddedSize(Integer value)
value
- allowed object is
Integer
public boolean isSetPaddedSize()
public Integer getAllocCount()
Integer
public void setAllocCount(Integer value)
value
- allowed object is
Integer
public boolean isSetAllocCount()
public Integer getMaxAlloc()
Integer
public void setMaxAlloc(Integer value)
value
- allowed object is
Integer
public boolean isSetMaxAlloc()
public Integer getPoolMisses()
Integer
public void setPoolMisses(Integer value)
value
- allowed object is
Integer
public boolean isSetPoolMisses()
public Integer getMaxStdalloc()
Integer
public void setMaxStdalloc(Integer value)
value
- allowed object is
Integer
public boolean isSetMaxStdalloc()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0