|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.snmp4j.smi.AbstractVariable
org.snmp4j.smi.UnsignedInteger32
org.snmp4j.smi.Gauge32
goldengate.snmp.interf.GgGauge32
goldengate.snmp.utils.MemoryGauge32
public class MemoryGauge32
Specific Value for Gauge32 for Memory usage
Nested Class Summary | |
---|---|
static class |
MemoryGauge32.MemoryType
The different Type of Memory Gauge32 elements |
Field Summary | |
---|---|
protected Runtime |
runtime
Runtime for Memory |
protected MemoryGauge32.MemoryType |
type
Type of MemoryType used |
Fields inherited from class org.snmp4j.smi.UnsignedInteger32 |
---|
value |
Fields inherited from class org.snmp4j.smi.AbstractVariable |
---|
SMISYNTAXES_PROPERTIES |
Constructor Summary | |
---|---|
MemoryGauge32(MemoryGauge32.MemoryType type)
|
Method Summary | |
---|---|
protected void |
setInternalValue()
Function to set the data before it is accessed by SNMP4J. |
protected void |
setInternalValue(long value)
Function to set the data before it is accessed by SNMP4J. |
Methods inherited from class goldengate.snmp.interf.GgGauge32 |
---|
clone, getValue, isDynamic |
Methods inherited from class org.snmp4j.smi.Gauge32 |
---|
getSyntax |
Methods inherited from class org.snmp4j.smi.UnsignedInteger32 |
---|
compareTo, decodeBER, encodeBER, equals, fromSubIndex, getBERLength, hashCode, setValue, setValue, toInt, toLong, toString, toSubIndex |
Methods inherited from class org.snmp4j.smi.AbstractVariable |
---|
createFromBER, createFromSyntax, equal, getBERPayloadLength, getSyntaxFromString, getSyntaxString, getSyntaxString, isException |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Runtime runtime
protected MemoryGauge32.MemoryType type
Constructor Detail |
---|
public MemoryGauge32(MemoryGauge32.MemoryType type)
type
- the type of MemoryType usedMethod Detail |
---|
protected void setInternalValue()
GgGauge32
setInternalValue
in class GgGauge32
protected void setInternalValue(long value)
GgGauge32
setInternalValue
in class GgGauge32
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |