Uses of Class
org.apache.ignite.internal.processors.tracing.SpanType
-
-
Uses of SpanType in org.apache.ignite.internal.managers.communication
Constructors in org.apache.ignite.internal.managers.communication with parameters of type SpanType Constructor Description TraceRunnable(Tracing tracing, SpanType spanType) -
Uses of SpanType in org.apache.ignite.internal.managers.tracing
Methods in org.apache.ignite.internal.managers.tracing with parameters of type SpanType 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. -
Uses of SpanType in org.apache.ignite.internal.processors.tracing
Methods in org.apache.ignite.internal.processors.tracing that return SpanType Modifier and Type Method Description static SpanTypeSpanType. fromIndex(int idx)SpanTypeDeferredSpan. type()SpanTypeNoopSpan. type()SpanTypeSpan. type()SpanTypeSpanImpl. type()static SpanTypeSpanType. 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.Methods in org.apache.ignite.internal.processors.tracing with parameters of type SpanType Modifier and Type Method Description 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.Constructors in org.apache.ignite.internal.processors.tracing with parameters of type SpanType Constructor Description SpanImpl(SpiSpecificSpan spiSpecificSpan, SpanType spanType, Set<Scope> includedScopes)Constructor -
Uses of SpanType in org.apache.ignite.internal.processors.tracing.messages
Methods in org.apache.ignite.internal.processors.tracing.messages that return SpanType Modifier and Type Method Description static SpanTypeTraceableMessagesTable. traceName(Class<? extends TraceableMessage> msgCls)
-