| Constructor and Description |
|---|
POPTrackingMethod() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deserialize(POPBuffer buffer)
Deserialize an object from the buffer
|
java.lang.String |
getMethod()
The method used.
|
long |
getTotalCalls()
Total number of calls to this method.
|
long |
getTotalInputParamsSize()
The total size of the input parameters of the method in bytes.
|
long |
getTotalOutputResultSize()
The total size of the output result object returned by the method (if any) in
bytes.
|
long |
getTotalTime()
The total time used by this method in milliseconds.
|
void |
increment(long time,
int inputParamsSize,
int outputResultSize)
Register a new method call.
|
boolean |
serialize(POPBuffer buffer)
Serialize an object into the buffer
|
java.lang.String |
toString() |
public java.lang.String getMethod()
public long getTotalCalls()
public void increment(long time,
int inputParamsSize,
int outputResultSize)
time - how much did it takespublic long getTotalTime()
public long getTotalInputParamsSize()
public long getTotalOutputResultSize()
public boolean serialize(POPBuffer buffer)
IPOPBasepublic boolean deserialize(POPBuffer buffer)
IPOPBasedeserialize in interface IPOPBasebuffer - The buffer to deserialize frompublic java.lang.String toString()
toString in class java.lang.Object