protected class ODataContextImpl.RuntimeMeasurementImpl extends Object implements ODataContext.RuntimeMeasurement
| Modifier | Constructor and Description |
|---|---|
protected |
RuntimeMeasurementImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
long |
getMemoryStarted() |
long |
getMemoryStopped() |
String |
getMethodName() |
long |
getTimeStarted() |
long |
getTimeStopped() |
void |
setClassName(String className) |
void |
setMemoryStarted(long used) |
void |
setMemoryStopped(long used) |
void |
setMethodName(String methodName) |
void |
setTimeStarted(long start) |
void |
setTimeStopped(long stop) |
String |
toString() |
public void setClassName(String className)
setClassName in interface ODataContext.RuntimeMeasurementpublic String getClassName()
getClassName in interface ODataContext.RuntimeMeasurementpublic void setMethodName(String methodName)
setMethodName in interface ODataContext.RuntimeMeasurementpublic String getMethodName()
getMethodName in interface ODataContext.RuntimeMeasurementpublic void setTimeStarted(long start)
setTimeStarted in interface ODataContext.RuntimeMeasurementpublic long getTimeStarted()
getTimeStarted in interface ODataContext.RuntimeMeasurementpublic void setTimeStopped(long stop)
setTimeStopped in interface ODataContext.RuntimeMeasurementpublic long getTimeStopped()
getTimeStopped in interface ODataContext.RuntimeMeasurementpublic void setMemoryStarted(long used)
setMemoryStarted in interface ODataContext.RuntimeMeasurementpublic void setMemoryStopped(long used)
setMemoryStopped in interface ODataContext.RuntimeMeasurementpublic long getMemoryStarted()
getMemoryStarted in interface ODataContext.RuntimeMeasurementpublic long getMemoryStopped()
getMemoryStopped in interface ODataContext.RuntimeMeasurementCopyright © 2013-2023 The Apache Software Foundation. All Rights Reserved.