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 SlowLogSpan
public void start()
start
in interface SlowLogSpan
public void end()
end
in interface SlowLogSpan
public com.google.gson.JsonElement toJsonElement()
toJsonElement
in interface SlowLogSpan
Copyright © 2024 PingCAP. All rights reserved.