Uses of Interface
org.apache.ignite.internal.processors.tracing.Span
-
Packages that use Span Package Description org.apache.ignite.events Contains Event Subscription functionality together with various events emitted by Ignite.org.apache.ignite.internal.managers.communication TODO.org.apache.ignite.internal.managers.tracing org.apache.ignite.internal.processors.cache.distributed.dht.preloader org.apache.ignite.internal.processors.cache.distributed.near org.apache.ignite.internal.processors.query.running org.apache.ignite.internal.processors.tracing org.apache.ignite.internal.processors.tracing.messages org.apache.ignite.internal.util.nio NIO server interfaces and common utility classes for NIO. -
-
Uses of Span in org.apache.ignite.events
Methods in org.apache.ignite.events that return Span Modifier and Type Method Description SpanDiscoveryEvent. span()Gets span instance.Methods in org.apache.ignite.events with parameters of type Span Modifier and Type Method Description voidDiscoveryEvent. span(Span span)Set span. -
Uses of Span in org.apache.ignite.internal.managers.communication
Methods in org.apache.ignite.internal.managers.communication with parameters of type Span Modifier and Type Method Description voidGridIoManager. sendToGridTopic(ClusterNode node, GridTopic topic, Message msg, byte plc, Span span) -
Uses of Span in org.apache.ignite.internal.managers.tracing
Methods in org.apache.ignite.internal.managers.tracing that return Span Modifier and Type Method Description SpanGridTracingManager. create(@NotNull SpanType spanType, @org.jetbrains.annotations.Nullable byte[] serializedParentSpan)Creates Span given name and explicit parent.SpanGridTracingManager. create(@NotNull SpanType spanType, @Nullable Span parentSpan)Creates Span given name and explicit parent.@NotNull SpanGridTracingManager. create(@NotNull SpanType spanType, @Nullable Span parentSpan, @Nullable String lb)Creates Span given name and explicit parent.Methods in org.apache.ignite.internal.managers.tracing with parameters of type Span Modifier and Type Method Description SpanGridTracingManager. create(@NotNull SpanType spanType, @Nullable Span parentSpan)Creates Span given name and explicit parent.@NotNull SpanGridTracingManager. create(@NotNull SpanType spanType, @Nullable Span parentSpan, @Nullable String lb)Creates Span given name and explicit parent.byte[]GridTracingManager. serialize(@NotNull Span span)Serializes span to byte array to send context over network. -
Uses of Span in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that return Span Modifier and Type Method Description SpanGridDhtPartitionsExchangeFuture. span()Gets span instance.Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type Span Modifier and Type Method Description voidGridDhtPartitionsExchangeFuture. span(Span span)Set span. -
Uses of Span in org.apache.ignite.internal.processors.cache.distributed.near
Fields in org.apache.ignite.internal.processors.cache.distributed.near declared as Span Modifier and Type Field Description protected SpanGridNearOptimisticTxPrepareFutureAdapter. spanTracing span. -
Uses of Span in org.apache.ignite.internal.processors.query.running
Methods in org.apache.ignite.internal.processors.query.running that return Span Modifier and Type Method Description SpanGridRunningQueryInfo. span() -
Uses of Span in org.apache.ignite.internal.processors.tracing
Classes in org.apache.ignite.internal.processors.tracing that implement Span Modifier and Type Class Description classDeferredSpanEncapsulates concept of a deferred-initialized span.classNoopSpanNoop and null-safe implementation of Span.classSpanImplImplementation of aSpanFields in org.apache.ignite.internal.processors.tracing declared as Span Modifier and Type Field Description static SpanNoopSpan. INSTANCEInstance.Methods in org.apache.ignite.internal.processors.tracing that return Span Modifier and Type Method Description SpanDeferredSpan. addLog(Supplier<String> logDescSupplier)Logs work to span.SpanNoopSpan. addLog(Supplier<String> logDescSupplier)Logs work to span.SpanSpan. addLog(Supplier<String> logDescSupplier)Logs work to span.SpanSpanImpl. addLog(Supplier<String> logDescSupplier)Logs work to span.SpanDeferredSpan. addTag(String tagName, Supplier<String> tagValSupplier)Adds tag to span withStringvalue.SpanNoopSpan. addTag(String tagName, Supplier<String> tagValSupplier)Adds tag to span withStringvalue.SpanSpan. addTag(String tagName, Supplier<String> tagValSupplier)Adds tag to span withStringvalue.SpanSpanImpl. addTag(String tagName, Supplier<String> tagValSupplier)Adds tag to span withStringvalue.SpanNoopTracing. create(@NotNull SpanType spanType, @org.jetbrains.annotations.Nullable byte[] serializedParentSpan)Creates Span given name and explicit parent.SpanNoopTracing. create(@NotNull SpanType spanType, @Nullable Span parentSpan)Creates Span given name and explicit parent.@NotNull SpanNoopTracing. create(@NotNull SpanType spanType, @Nullable Span parentSpan, @Nullable String label)Creates Span given name and explicit parent.default SpanSpanManager. create(@NotNull SpanType spanType)Creates Span with given name.SpanSpanManager. create(@NotNull SpanType spanType, @org.jetbrains.annotations.Nullable byte[] serializedParentSpan)Creates Span given name and explicit parent.SpanSpanManager. create(@NotNull SpanType spanType, @Nullable Span parentSpan)Creates Span given name and explicit parent.@NotNull SpanSpanManager. create(@NotNull SpanType spanType, @Nullable Span parentSpan, @Nullable String lb)Creates Span given name and explicit parent.SpanDeferredSpan. end()Ends span.SpanNoopSpan. end()Ends span.SpanSpan. end()Ends span.SpanSpanImpl. end()Ends span.SpanDeferredSpan. setStatus(SpanStatus spanStatus)Explicitly set status for span.SpanNoopSpan. setStatus(SpanStatus spanStatus)Explicitly set status for span.SpanSpan. setStatus(SpanStatus spanStatus)Explicitly set status for span.SpanSpanImpl. setStatus(SpanStatus spanStatus)Explicitly set status for span.static @NotNull SpanMTC. span()Methods in org.apache.ignite.internal.processors.tracing with parameters of type Span Modifier and Type Method Description SpanNoopTracing. create(@NotNull SpanType spanType, @Nullable Span parentSpan)Creates Span given name and explicit parent.@NotNull SpanNoopTracing. create(@NotNull SpanType spanType, @Nullable Span parentSpan, @Nullable String label)Creates Span given name and explicit parent.SpanSpanManager. create(@NotNull SpanType spanType, @Nullable Span parentSpan)Creates Span given name and explicit parent.@NotNull SpanSpanManager. create(@NotNull SpanType spanType, @Nullable Span parentSpan, @Nullable String lb)Creates Span given name and explicit parent.byte[]NoopTracing. serialize(@NotNull Span span)Serializes span to byte array to send context over network.byte[]SpanManager. serialize(@NotNull Span span)Serializes span to byte array to send context over network.static MTC.TraceSurroundingsMTC. support(Span startSpan)Attach given span to current thread if it isn't null or NOOP_SPAN.static MTC.TraceSurroundingsMTC. supportContinual(Span startSpan)Attach given span to current thread if it isn't null or NOOP_SPAN.static voidMTC. supportInitial(Span startSpan)Support initial span. -
Uses of Span in org.apache.ignite.internal.processors.tracing.messages
Methods in org.apache.ignite.internal.processors.tracing.messages that return Span Modifier and Type Method Description @NotNull SpanSpanContainer. span()Methods in org.apache.ignite.internal.processors.tracing.messages with parameters of type Span Modifier and Type Method Description voidSpanContainer. span(@NotNull Span span) -
Uses of Span in org.apache.ignite.internal.util.nio
Methods in org.apache.ignite.internal.util.nio that return Span Modifier and Type Method Description SpanSessionWriteRequest. span()Stored span for tracing.
-