Uses of Class
org.apache.avro.ipc.trace.ID

Packages that use ID
org.apache.avro.ipc.trace   
 

Uses of ID in org.apache.avro.ipc.trace
 

Fields in org.apache.avro.ipc.trace declared as ID
 ID Span.parentSpanID
          Deprecated. 
 ID Span.spanID
          Deprecated. 
 ID Span.traceID
          Deprecated. 
 

Methods in org.apache.avro.ipc.trace that return ID
 ID Span.getParentSpanID()
          Gets the value of the 'parentSpanID' field.
 ID Span.Builder.getParentSpanID()
          Gets the value of the 'parentSpanID' field
 ID Span.getSpanID()
          Gets the value of the 'spanID' field.
 ID Span.Builder.getSpanID()
          Gets the value of the 'spanID' field
 ID Span.getTraceID()
          Gets the value of the 'traceID' field.
 ID Span.Builder.getTraceID()
          Gets the value of the 'traceID' field
 

Methods in org.apache.avro.ipc.trace with parameters of type ID
 void Span.setParentSpanID(ID value)
          Sets the value of the 'parentSpanID' field.
 Span.Builder Span.Builder.setParentSpanID(ID value)
          Sets the value of the 'parentSpanID' field
 void Span.setSpanID(ID value)
          Sets the value of the 'spanID' field.
 Span.Builder Span.Builder.setSpanID(ID value)
          Sets the value of the 'spanID' field
 void Span.setTraceID(ID value)
          Sets the value of the 'traceID' field.
 Span.Builder Span.Builder.setTraceID(ID value)
          Sets the value of the 'traceID' field
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.