MCPcopy Create free account
hub / github.com/dianping/cat / logRemoteCallClient

Method logRemoteCallClient

cat-client/src/main/java/com/dianping/cat/Cat.java:385–387  ·  view source on GitHub ↗

logRemoteCallClient is used in rpc client @param ctx ctx is rpc context ,such as duboo context , please use rpc context implement Context @param domain domain is default, if use default config, the performance of server storage is bad。

(Context ctx)

Source from the content-addressed store, hash-verified

383 * domain is default, if use default config, the performance of server storage is bad。
384 */
385 public static void logRemoteCallClient(Context ctx) {
386 logRemoteCallClient(ctx, "default");
387 }
388
389 /**
390 * logRemoteCallClient is used in rpc client

Callers 1

testClientMessageMethod · 0.95

Calls 11

getManagerMethod · 0.95
getMessageIdMethod · 0.95
createMessageIdMethod · 0.95
setMessageIdMethod · 0.95
getProducerMethod · 0.95
logEventMethod · 0.95
getRootMessageIdMethod · 0.95
errorHandlerMethod · 0.95
createRpcServerIdMethod · 0.65
addPropertyMethod · 0.65

Tested by 1

testClientMessageMethod · 0.76