Uses of Class
org.apache.avro.ipc.trace.Span.Builder

Packages that use Span.Builder
org.apache.avro.ipc.trace   
 

Uses of Span.Builder in org.apache.avro.ipc.trace
 

Methods in org.apache.avro.ipc.trace that return Span.Builder
 Span.Builder Span.Builder.clearComplete()
          Clears the value of the 'complete' field
 Span.Builder Span.Builder.clearEvents()
          Clears the value of the 'events' field
 Span.Builder Span.Builder.clearMessageName()
          Clears the value of the 'messageName' field
 Span.Builder Span.Builder.clearParentSpanID()
          Clears the value of the 'parentSpanID' field
 Span.Builder Span.Builder.clearRequestorHostname()
          Clears the value of the 'requestorHostname' field
 Span.Builder Span.Builder.clearRequestPayloadSize()
          Clears the value of the 'requestPayloadSize' field
 Span.Builder Span.Builder.clearResponderHostname()
          Clears the value of the 'responderHostname' field
 Span.Builder Span.Builder.clearResponsePayloadSize()
          Clears the value of the 'responsePayloadSize' field
 Span.Builder Span.Builder.clearSpanID()
          Clears the value of the 'spanID' field
 Span.Builder Span.Builder.clearTraceID()
          Clears the value of the 'traceID' field
static Span.Builder Span.newBuilder()
          Creates a new Span RecordBuilder
static Span.Builder Span.newBuilder(Span.Builder other)
          Creates a new Span RecordBuilder by copying an existing Builder
static Span.Builder Span.newBuilder(Span other)
          Creates a new Span RecordBuilder by copying an existing Span instance
 Span.Builder Span.Builder.setComplete(boolean value)
          Sets the value of the 'complete' field
 Span.Builder Span.Builder.setEvents(List<TimestampedEvent> value)
          Sets the value of the 'events' field
 Span.Builder Span.Builder.setMessageName(CharSequence value)
          Sets the value of the 'messageName' field
 Span.Builder Span.Builder.setParentSpanID(ID value)
          Sets the value of the 'parentSpanID' field
 Span.Builder Span.Builder.setRequestorHostname(CharSequence value)
          Sets the value of the 'requestorHostname' field
 Span.Builder Span.Builder.setRequestPayloadSize(long value)
          Sets the value of the 'requestPayloadSize' field
 Span.Builder Span.Builder.setResponderHostname(CharSequence value)
          Sets the value of the 'responderHostname' field
 Span.Builder Span.Builder.setResponsePayloadSize(long value)
          Sets the value of the 'responsePayloadSize' field
 Span.Builder Span.Builder.setSpanID(ID value)
          Sets the value of the 'spanID' field
 Span.Builder Span.Builder.setTraceID(ID value)
          Sets the value of the 'traceID' field
 

Methods in org.apache.avro.ipc.trace with parameters of type Span.Builder
static Span.Builder Span.newBuilder(Span.Builder other)
          Creates a new Span RecordBuilder by copying an existing Builder
 



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