Package | Description |
---|---|
org.apache.avro.ipc.trace |
Modifier and Type | Method and Description |
---|---|
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(String 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(String 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(String 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
|
Modifier and Type | Method and Description |
---|---|
static Span.Builder |
Span.newBuilder(Span.Builder other)
Creates a new Span RecordBuilder by copying an existing Builder
|
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.