| Package | Description |
|---|---|
| org.apache.skywalking.apm.agent.core.context.trace |
| Modifier and Type | Field and Description |
|---|---|
protected SpanLayer |
AbstractTracingSpan.layer |
| Modifier and Type | Method and Description |
|---|---|
static SpanLayer |
SpanLayer.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpanLayer[] |
SpanLayer.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractSpan |
NoopSpan.setLayer(SpanLayer layer) |
AbstractTracingSpan |
ExitSpan.setLayer(SpanLayer layer) |
AbstractTracingSpan |
EntrySpan.setLayer(SpanLayer layer) |
AbstractTracingSpan |
AbstractTracingSpan.setLayer(SpanLayer layer) |
AbstractSpan |
AbstractSpan.setLayer(SpanLayer layer) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.