| Constructor and Description |
|---|
TraceRunnable(Tracing tracing,
SpanType spanType) |
| Modifier and Type | Method and Description |
|---|---|
Span |
GridTracingManager.create(@NotNull SpanType spanType,
@Nullable byte[] serializedParentSpan)
Creates Span given name and explicit parent.
|
Span |
GridTracingManager.create(@NotNull SpanType spanType,
@Nullable Span parentSpan)
Creates Span given name and explicit parent.
|
@NotNull Span |
GridTracingManager.create(@NotNull SpanType spanType,
@Nullable Span parentSpan,
@Nullable String lb)
Creates Span given name and explicit parent.
|
| Modifier and Type | Method and Description |
|---|---|
static SpanType |
SpanType.fromIndex(int idx) |
SpanType |
Span.type() |
SpanType |
NoopSpan.type() |
SpanType |
SpanImpl.type() |
SpanType |
DeferredSpan.type() |
static SpanType |
SpanType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpanType[] |
SpanType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default Span |
SpanManager.create(@NotNull SpanType spanType)
Creates Span with given name.
|
Span |
SpanManager.create(@NotNull SpanType spanType,
@Nullable byte[] serializedParentSpan)
Creates Span given name and explicit parent.
|
Span |
NoopTracing.create(@NotNull SpanType spanType,
@Nullable byte[] serializedParentSpan)
Creates Span given name and explicit parent.
|
Span |
SpanManager.create(@NotNull SpanType spanType,
@Nullable Span parentSpan)
Creates Span given name and explicit parent.
|
Span |
NoopTracing.create(@NotNull SpanType spanType,
@Nullable Span parentSpan)
Creates Span given name and explicit parent.
|
@NotNull Span |
SpanManager.create(@NotNull SpanType spanType,
@Nullable Span parentSpan,
@Nullable String lb)
Creates Span given name and explicit parent.
|
@NotNull Span |
NoopTracing.create(@NotNull SpanType spanType,
@Nullable Span parentSpan,
@Nullable String label)
Creates Span given name and explicit parent.
|
| Constructor and Description |
|---|
SpanImpl(SpiSpecificSpan spiSpecificSpan,
SpanType spanType,
Set<Scope> includedScopes)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static SpanType |
TraceableMessagesTable.traceName(Class<? extends TraceableMessage> msgCls) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021