| Package | Description | 
|---|---|
| org.apache.avro.ipc.trace | 
| Modifier and Type | Field and Description | 
|---|---|
| ID | Span. parentSpanIDDeprecated.  | 
| ID | Span. spanIDDeprecated.  | 
| ID | Span. traceIDDeprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
| Constructor and Description | 
|---|
| Span(ID traceID,
    ID spanID,
    ID parentSpanID,
    String messageName,
    Long requestPayloadSize,
    Long responsePayloadSize,
    String requestorHostname,
    String responderHostname,
    List<TimestampedEvent> events,
    Boolean complete)All-args constructor. | 
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.