Package org.aoju.bus.tracer
Interface Backend
- All Known Implementing Classes:
AbstractBackend
public interface Backend
后端应该是线程安全的(读写被委托给线程本地状态).
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(String key) getConfiguration(String profileName) booleanisEmpty()voidvoidvoidintsize()
-
Method Details
-
getConfiguration
-
getConfiguration
TraceFilterConfig getConfiguration() -
containsKey
-
get
-
size
int size() -
clear
void clear() -
isEmpty
boolean isEmpty() -
put
-
putAll
-
copyToMap
-
remove
-
getInvocationId
String getInvocationId() -
getSessionId
String getSessionId()
-