Uses of Class
com.yahoo.messagebus.Trace
Packages that use Trace
Package
Description
This package contains the main API of the message bus.
This package contains an RPC implementation of the Network interface declared in the com.yahoo.messagebus.network package.
This package contains all classes and interfaces that concern routing over message bus.
-
Uses of Trace in com.yahoo.messagebus
Methods in com.yahoo.messagebus that return TraceModifier and TypeMethodDescriptionTrace.clear()Remove all trace information and set the trace level to 0.Routable.getTrace()Returns the trace object of this routable.Trace.setLevel(int level) Set the trace level. 0 means no tracing, 9 means enable all tracing.Swap the internals of this with another.Methods in com.yahoo.messagebus with parameters of type Trace -
Uses of Trace in com.yahoo.messagebus.network.rpc
Methods in com.yahoo.messagebus.network.rpc with parameters of type TraceModifier and TypeMethodDescriptionprotected abstract ReplyRPCSend.createReply(com.yahoo.jrt.Values ret, String serviceName, Trace trace) protected ReplyRPCSendV2.createReply(com.yahoo.jrt.Values ret, String serviceName, Trace trace) -
Uses of Trace in com.yahoo.messagebus.routing
Methods in com.yahoo.messagebus.routing that return Trace