public class SlowLogSpanImpl extends Object implements SlowLogSpan
| Constructor and Description |
|---|
SlowLogSpanImpl(String name,
long requestStartMS,
long requestStartInstantNS) |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(String key,
String value) |
void |
end() |
void |
start() |
com.google.gson.JsonElement |
toJsonElement() |
public SlowLogSpanImpl(String name, long requestStartMS, long requestStartInstantNS)
public void addProperty(String key, String value)
addProperty in interface SlowLogSpanpublic void start()
start in interface SlowLogSpanpublic void end()
end in interface SlowLogSpanpublic com.google.gson.JsonElement toJsonElement()
toJsonElement in interface SlowLogSpanCopyright © 2025 PingCAP. All rights reserved.