| Package | Description | 
|---|---|
| org.apache.avro.ipc.trace | 
| Modifier and Type | Field and Description | 
|---|---|
List<TimestampedEvent> | 
Span.events
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
TimestampedEvent | 
TimestampedEvent.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<TimestampedEvent> | 
Span.getEvents()
Gets the value of the 'events' field. 
 | 
List<TimestampedEvent> | 
Span.Builder.getEvents()
Gets the value of the 'events' field 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static TimestampedEvent.Builder | 
TimestampedEvent.newBuilder(TimestampedEvent other)
Creates a new TimestampedEvent RecordBuilder by copying an existing TimestampedEvent instance 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Span.setEvents(List<TimestampedEvent> value)
Sets the value of the 'events' field. 
 | 
Span.Builder | 
Span.Builder.setEvents(List<TimestampedEvent> value)
Sets the value of the 'events' 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-2012 The Apache Software Foundation. All Rights Reserved.