public class LogProfiler.UsedMemoryInfo
extends java.lang.Object
Constructor and Description |
---|
LogProfiler.UsedMemoryInfo(java.lang.String description)
The constructor with the description
|
LogProfiler.UsedMemoryInfo(java.lang.String description,
long lineNo,
long value)
The constructor with some parameters to set. * @param description the
description. * @param lineno the lineno. * @param value the value.
|
LogProfiler.UsedMemoryInfo(java.lang.String description,
long timeStamp,
long lineNo,
long value)
The constructor with all parameters to set. * @param description the
description. * @param timestamp the timestamp. * @param threadid the
threadid. * @param sessionid the sessionid. * @param lineno the lineno
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Get the description uf the UsedMemoryInfo.
|
long |
getLineNo()
Get the line number of the UsedMemoryInfo.
|
long |
getValue()
Get the description uf the UsedMemoryInfo.
|
public LogProfiler.UsedMemoryInfo(java.lang.String description)
description
- the description.public LogProfiler.UsedMemoryInfo(java.lang.String description, long timeStamp, long lineNo, long value)
public LogProfiler.UsedMemoryInfo(java.lang.String description, long lineNo, long value)
public java.lang.String getDescription()
public long getLineNo()
public long getValue()