|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DatabaseRequestTracer
Interface for outgoing database tracer. https://github.com/Dynatrace/OneAgent-SDK#database
Method Summary | |
---|---|
void |
setReturnedRowCount(int returnedRowCount)
Adds optional information about retrieved rows of the traced database request. |
void |
setRoundTripCount(int roundTripCount)
Adds optional information about round-trip count to database server. |
Methods inherited from interface com.dynatrace.oneagent.sdk.api.Tracer |
---|
end, error, error, start |
Method Detail |
---|
void setReturnedRowCount(int returnedRowCount)
returnedRowCount
- number of rows returned by this traced database request. Only positive values are allowed.void setRoundTripCount(int roundTripCount)
roundTripCount
- count of round-trips that took place. Only positive values are allowed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |