Package org.apache.olingo.odata2.core
Class ODataContextImpl.RuntimeMeasurementImpl
- java.lang.Object
-
- org.apache.olingo.odata2.core.ODataContextImpl.RuntimeMeasurementImpl
-
- All Implemented Interfaces:
ODataContext.RuntimeMeasurement
- Enclosing class:
- ODataContextImpl
protected class ODataContextImpl.RuntimeMeasurementImpl extends Object implements ODataContext.RuntimeMeasurement
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRuntimeMeasurementImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()longgetMemoryStarted()longgetMemoryStopped()StringgetMethodName()longgetTimeStarted()longgetTimeStopped()voidsetClassName(String className)voidsetMemoryStarted(long used)voidsetMemoryStopped(long used)voidsetMethodName(String methodName)voidsetTimeStarted(long start)voidsetTimeStopped(long stop)StringtoString()
-
-
-
Method Detail
-
setClassName
public void setClassName(String className)
- Specified by:
setClassNamein interfaceODataContext.RuntimeMeasurement
-
getClassName
public String getClassName()
- Specified by:
getClassNamein interfaceODataContext.RuntimeMeasurement
-
setMethodName
public void setMethodName(String methodName)
- Specified by:
setMethodNamein interfaceODataContext.RuntimeMeasurement
-
getMethodName
public String getMethodName()
- Specified by:
getMethodNamein interfaceODataContext.RuntimeMeasurement
-
setTimeStarted
public void setTimeStarted(long start)
- Specified by:
setTimeStartedin interfaceODataContext.RuntimeMeasurement
-
getTimeStarted
public long getTimeStarted()
- Specified by:
getTimeStartedin interfaceODataContext.RuntimeMeasurement
-
setTimeStopped
public void setTimeStopped(long stop)
- Specified by:
setTimeStoppedin interfaceODataContext.RuntimeMeasurement
-
getTimeStopped
public long getTimeStopped()
- Specified by:
getTimeStoppedin interfaceODataContext.RuntimeMeasurement
-
setMemoryStarted
public void setMemoryStarted(long used)
- Specified by:
setMemoryStartedin interfaceODataContext.RuntimeMeasurement
-
setMemoryStopped
public void setMemoryStopped(long used)
- Specified by:
setMemoryStoppedin interfaceODataContext.RuntimeMeasurement
-
getMemoryStarted
public long getMemoryStarted()
- Specified by:
getMemoryStartedin interfaceODataContext.RuntimeMeasurement
-
getMemoryStopped
public long getMemoryStopped()
- Specified by:
getMemoryStoppedin interfaceODataContext.RuntimeMeasurement
-
-