All Methods Instance Methods Concrete Methods Deprecated Methods
| Modifier and Type |
Method and Description |
void |
clean() |
void |
continueTrace(String requestId,
String rpcId) |
TraceContext |
exportContext() |
String |
getClientAppId() |
String |
getCurrentRequestId() |
String |
getCurrentRpcIdAndCurrentCall() |
String |
getRpcId() |
boolean |
hasContext() |
boolean |
hasTransaction() |
void |
importContext(TraceContext context) |
boolean |
isImportContext() |
void |
logError(String message,
Throwable throwable) |
void |
logError(String message,
Throwable throwable,
Map<String,String> tags) |
void |
logError(Throwable throwable) |
void |
logEvent(String type,
String name,
String status,
String data,
Map<String,String> tags) |
void |
logHeartbeat(String type,
String name,
String status,
String data,
Map<String,String> tags) |
Event |
newEvent(String type,
String name)
Deprecated.
|
Heartbeat |
newHeartbeat(String type,
String name) |
Transaction |
newTransaction(String type,
String name) |
String |
nextLocalRpcId() |
String |
nextRemoteRpcId() |
void |
redis(String url,
String command,
long duration,
boolean succeed,
RedisResponse[] responses,
String redisType)
Deprecated.
|
void |
removeContext() |
void |
shutdown() |