| 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 | |
| org.apache.ignite.internal.processors.cache.distributed.dht.preloader | |
| org.apache.ignite.internal.processors.cache.distributed.near | |
| org.apache.ignite.internal.processors.query | |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Span |
DiscoveryEvent.span()
Gets span instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiscoveryEvent.span(Span span)
Set span.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridIoManager.sendToGridTopic(ClusterNode node,
GridTopic topic,
Message msg,
byte plc,
Span span) |
| 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 |
|---|---|
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.
|
byte[] |
GridTracingManager.serialize(@NotNull Span span)
Serializes span to byte array to send context over network.
|
| Modifier and Type | Method and Description |
|---|---|
Span |
GridDhtTxLocalAdapter.span() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridDhtTxLocalAdapter.span(Span span) |
| Modifier and Type | Method and Description |
|---|---|
Span |
GridDhtPartitionsExchangeFuture.span()
Gets span instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridDhtPartitionsExchangeFuture.span(Span span)
Set span.
|
| Modifier and Type | Field and Description |
|---|---|
protected Span |
GridNearOptimisticTxPrepareFutureAdapter.span
Tracing span.
|
| Modifier and Type | Method and Description |
|---|---|
Span |
GridRunningQueryInfo.span() |
| Modifier and Type | Class and Description |
|---|---|
class |
DeferredSpan
Encapsulates concept of a deferred-initialized span.
|
class |
NoopSpan
Noop and null-safe implementation of Span.
|
class |
SpanImpl
Implementation of a
Span |
| Modifier and Type | Field and Description |
|---|---|
static Span |
NoopSpan.INSTANCE
Instance.
|
| Modifier and Type | Method and Description |
|---|---|
Span |
NoopSpan.addLog(Supplier<String> logDescSupplier)
Logs work to span.
|
Span |
DeferredSpan.addLog(Supplier<String> logDescSupplier)
Logs work to span.
|
Span |
Span.addLog(Supplier<String> logDescSupplier)
Logs work to span.
|
Span |
SpanImpl.addLog(Supplier<String> logDescSupplier) |
Span |
NoopSpan.addTag(String tagName,
Supplier<String> tagValSupplier)
Adds tag to span with
String value. |
Span |
DeferredSpan.addTag(String tagName,
Supplier<String> tagValSupplier)
Adds tag to span with
String value. |
Span |
Span.addTag(String tagName,
Supplier<String> tagValSupplier)
Adds tag to span with
String value. |
Span |
SpanImpl.addTag(String tagName,
Supplier<String> tagValSupplier) |
default Span |
SpanManager.create(@NotNull SpanType spanType)
Creates Span with given name.
|
Span |
NoopTracing.create(@NotNull SpanType spanType,
@Nullable byte[] serializedParentSpan)
Creates Span given name and explicit parent.
|
Span |
SpanManager.create(@NotNull SpanType spanType,
@Nullable byte[] serializedParentSpan)
Creates Span given name and explicit parent.
|
Span |
NoopTracing.create(@NotNull SpanType spanType,
@Nullable Span parentSpan)
Creates Span given name and explicit parent.
|
Span |
SpanManager.create(@NotNull SpanType spanType,
@Nullable Span parentSpan)
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.
|
@NotNull Span |
SpanManager.create(@NotNull SpanType spanType,
@Nullable Span parentSpan,
@Nullable String lb)
Creates Span given name and explicit parent.
|
Span |
NoopSpan.end()
Ends span.
|
Span |
DeferredSpan.end()
Ends span.
|
Span |
Span.end()
Ends span.
|
Span |
SpanImpl.end()
Ends span.
|
Span |
NoopSpan.setStatus(SpanStatus spanStatus)
Explicitly set status for span.
|
Span |
DeferredSpan.setStatus(SpanStatus spanStatus)
Explicitly set status for span.
|
Span |
Span.setStatus(SpanStatus spanStatus)
Explicitly set status for span.
|
Span |
SpanImpl.setStatus(SpanStatus spanStatus)
Explicitly set status for span.
|
static @NotNull Span |
MTC.span() |
| Modifier and Type | Method and Description |
|---|---|
Span |
NoopTracing.create(@NotNull SpanType spanType,
@Nullable Span parentSpan)
Creates Span given name and explicit parent.
|
Span |
SpanManager.create(@NotNull SpanType spanType,
@Nullable Span parentSpan)
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.
|
@NotNull Span |
SpanManager.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.TraceSurroundings |
MTC.support(Span startSpan)
Attach given span to current thread if it isn't null or NOOP_SPAN.
|
static MTC.TraceSurroundings |
MTC.supportContinual(Span startSpan)
Attach given span to current thread if it isn't null or NOOP_SPAN.
|
static void |
MTC.supportInitial(Span startSpan)
Support initial span.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull Span |
SpanContainer.span() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpanContainer.span(@NotNull Span span) |
| Modifier and Type | Method and Description |
|---|---|
Span |
SessionWriteRequest.span()
Stored span for tracing.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021