public interface TracingSpi<S extends SpiSpecificSpan> extends IgniteSpi
| Modifier and Type | Method and Description |
|---|---|
S |
create(@NotNull String name,
@Nullable byte[] serializedSpan)
Creates Span given name and explicit parent.
|
S |
create(@NotNull String name,
S parentSpan)
Creates Span given name and explicit parent.
|
byte[] |
serialize(S span)
Serializes span to byte array to send context over network.
|
byte |
type() |
getName, getNodeAttributes, onClientDisconnected, onClientReconnected, onContextDestroyed, onContextInitialized, spiStart, spiStopS create(@NotNull @NotNull String name, @Nullable @Nullable byte[] serializedSpan) throws Exception
name - Name of span to create.serializedSpan - Parent span as serialized bytes.Exception - If failed to deserialize patent span.@NotNull S create(@NotNull @NotNull String name, @Nullable S parentSpan)
name - Name of span to create.parentSpan - Parent span.byte[] serialize(@NotNull
S span)
span - Span.byte type()
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025