public class LogProfiler.DeadLockInfo
extends java.lang.Object
Constructor and Description |
---|
LogProfiler.DeadLockInfo(long foundLine,
long solveLine)
The constructor with the foundLine and solveLine
|
Modifier and Type | Method and Description |
---|---|
long |
getFoundLine()
Get the foundLine.
|
long |
getSolveLine()
Get the solveLine.
|
void |
setFoundLine(long foundLine)
Set the foundLine.
|
void |
setSolveLine(long solveLine)
Set the solveLine.
|
public LogProfiler.DeadLockInfo(long foundLine, long solveLine)
foundLine
- .solveLine
- .public long getFoundLine()
public long getSolveLine()
public void setFoundLine(long foundLine)
public void setSolveLine(long solveLine)