org.apache.avro.ipc.trace
Class Span

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by org.apache.avro.ipc.trace.Span
All Implemented Interfaces:
Comparable<SpecificRecord>, GenericContainer, IndexedRecord, SpecificRecord

public class Span
extends SpecificRecordBase
implements SpecificRecord


Field Summary
 boolean complete
           
 List<TimestampedEvent> events
           
 CharSequence messageName
           
 ID parentSpanID
           
 CharSequence requestorHostname
           
 long requestPayloadSize
           
 CharSequence responderHostname
           
 long responsePayloadSize
           
static Schema SCHEMA$
           
 ID spanID
           
 ID traceID
           
 
Constructor Summary
Span()
           
 
Method Summary
 Object get(int field$)
           
 Schema getSchema()
           
 void put(int field$, Object value$)
           
 
Methods inherited from class org.apache.avro.specific.SpecificRecordBase
compareTo, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SCHEMA$

public static final Schema SCHEMA$

traceID

public ID traceID

spanID

public ID spanID

parentSpanID

public ID parentSpanID

messageName

public CharSequence messageName

requestPayloadSize

public long requestPayloadSize

responsePayloadSize

public long responsePayloadSize

requestorHostname

public CharSequence requestorHostname

responderHostname

public CharSequence responderHostname

events

public List<TimestampedEvent> events

complete

public boolean complete
Constructor Detail

Span

public Span()
Method Detail

getSchema

public Schema getSchema()
Specified by:
getSchema in interface GenericContainer
Specified by:
getSchema in class SpecificRecordBase

get

public Object get(int field$)
Specified by:
get in interface IndexedRecord
Specified by:
get in class SpecificRecordBase

put

public void put(int field$,
                Object value$)
Specified by:
put in interface IndexedRecord
Specified by:
put in class SpecificRecordBase


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