Uses of Class
org.apache.accumulo.cloudtrace.thrift.TInfo

Packages that use TInfo
org.apache.accumulo.cloudtrace.instrument   
org.apache.accumulo.cloudtrace.thrift   
 

Uses of TInfo in org.apache.accumulo.cloudtrace.instrument
 

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

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

Uses of TInfo in org.apache.accumulo.cloudtrace.thrift
 

Fields in org.apache.accumulo.cloudtrace.thrift declared as TInfo
 TInfo TestService.checkTrace_args.tinfo
           
 

Methods in org.apache.accumulo.cloudtrace.thrift that return TInfo
 TInfo TInfo.deepCopy()
           
 TInfo TestService.checkTrace_args.getTinfo()
           
 TInfo TInfo.setParentId(long parentId)
           
 TInfo TInfo.setTraceId(long traceId)
           
 

Methods in org.apache.accumulo.cloudtrace.thrift with parameters of type TInfo
 boolean TestService.Iface.checkTrace(TInfo tinfo, String message)
           
 boolean TestService.Client.checkTrace(TInfo tinfo, String message)
           
 void TestService.AsyncIface.checkTrace(TInfo tinfo, String message, org.apache.thrift.async.AsyncMethodCallback<TestService.AsyncClient.checkTrace_call> resultHandler)
           
 void TestService.AsyncClient.checkTrace(TInfo tinfo, String message, org.apache.thrift.async.AsyncMethodCallback<TestService.AsyncClient.checkTrace_call> resultHandler)
           
 int TInfo.compareTo(TInfo other)
           
 boolean TInfo.equals(TInfo that)
           
 void TestService.Client.send_checkTrace(TInfo tinfo, String message)
           
 TestService.checkTrace_args TestService.checkTrace_args.setTinfo(TInfo tinfo)
           
 

Constructors in org.apache.accumulo.cloudtrace.thrift with parameters of type TInfo
TestService.AsyncClient.checkTrace_call(TInfo tinfo, String message, org.apache.thrift.async.AsyncMethodCallback<TestService.AsyncClient.checkTrace_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
TestService.checkTrace_args(TInfo tinfo, String message)
           
TInfo(TInfo other)
          Performs a deep copy on other.
 



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