Uses of Class
cloudtrace.thrift.TInfo

Packages that use TInfo
cloudtrace.instrument   
cloudtrace.thrift   
 

Uses of TInfo in cloudtrace.instrument
 

Methods in cloudtrace.instrument that return TInfo
static TInfo Tracer.traceInfo()
           
 

Methods in cloudtrace.instrument with parameters of type TInfo
static Span Trace.trace(TInfo info, java.lang.String description)
           
 

Uses of TInfo in cloudtrace.thrift
 

Fields in cloudtrace.thrift declared as TInfo
 TInfo TestService.checkTrace_args.tinfo
           
 

Methods in cloudtrace.thrift that return TInfo
 TInfo TInfo.clone()
          Deprecated. 
 TInfo TInfo.deepCopy()
           
 TInfo TestService.checkTrace_args.getTinfo()
           
 TInfo TInfo.setParentId(long parentId)
           
 TInfo TInfo.setTraceId(long traceId)
           
 

Methods in cloudtrace.thrift with parameters of type TInfo
 boolean TestService.Iface.checkTrace(TInfo tinfo, java.lang.String message)
           
 boolean TestService.Client.checkTrace(TInfo tinfo, java.lang.String message)
           
 int TInfo.compareTo(TInfo other)
           
 boolean TInfo.equals(TInfo that)
           
 void TestService.Client.send_checkTrace(TInfo tinfo, java.lang.String message)
           
 TestService.checkTrace_args TestService.checkTrace_args.setTinfo(TInfo tinfo)
           
 

Constructors in cloudtrace.thrift with parameters of type TInfo
TestService.checkTrace_args(TInfo tinfo, java.lang.String message)
           
TInfo(TInfo other)
          Performs a deep copy on other.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.