public class SlowLogSpanEmptyImpl extends Object implements SlowLogSpan
| Modifier and Type | Field and Description |
|---|---|
static SlowLogSpanEmptyImpl |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(String key,
String value) |
void |
end() |
void |
start() |
com.google.gson.JsonElement |
toJsonElement() |
public static final SlowLogSpanEmptyImpl INSTANCE
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.