Index

A C D E F G H I K L N O P R S T V 
All Classes and Interfaces|All Packages

A

accept(V) - Method in class org.apache.skywalking.apm.toolkit.trace.ConsumerWrapper
 
ActiveSpan - Class in org.apache.skywalking.apm.toolkit.trace
provide custom api that set tag for current active span.
ActiveSpan() - Constructor for class org.apache.skywalking.apm.toolkit.trace.ActiveSpan
 
apply(T) - Method in class org.apache.skywalking.apm.toolkit.trace.FunctionWrapper
 
asyncFinish() - Method in class org.apache.skywalking.apm.toolkit.trace.SpanRef
 

C

call() - Method in class org.apache.skywalking.apm.toolkit.trace.CallableWrapper
 
CallableWrapper<V> - Class in org.apache.skywalking.apm.toolkit.trace
 
CallableWrapper(Callable<V>) - Constructor for class org.apache.skywalking.apm.toolkit.trace.CallableWrapper
 
capture() - Static method in class org.apache.skywalking.apm.toolkit.trace.Tracer
 
CarrierItemRef - Class in org.apache.skywalking.apm.toolkit.trace
 
CarrierItemRef() - Constructor for class org.apache.skywalking.apm.toolkit.trace.CarrierItemRef
 
ConsumerWrapper<V> - Class in org.apache.skywalking.apm.toolkit.trace
 
ConsumerWrapper(Consumer<V>) - Constructor for class org.apache.skywalking.apm.toolkit.trace.ConsumerWrapper
 
ContextCarrierRef - Class in org.apache.skywalking.apm.toolkit.trace
 
ContextCarrierRef() - Constructor for class org.apache.skywalking.apm.toolkit.trace.ContextCarrierRef
 
ContextSnapshotRef - Class in org.apache.skywalking.apm.toolkit.trace
 
ContextSnapshotRef() - Constructor for class org.apache.skywalking.apm.toolkit.trace.ContextSnapshotRef
 
continued(ContextSnapshotRef) - Static method in class org.apache.skywalking.apm.toolkit.trace.Tracer
 
createEntrySpan(String, ContextCarrierRef) - Static method in class org.apache.skywalking.apm.toolkit.trace.Tracer
 
createExitSpan(String, String) - Static method in class org.apache.skywalking.apm.toolkit.trace.Tracer
 
createExitSpan(String, ContextCarrierRef, String) - Static method in class org.apache.skywalking.apm.toolkit.trace.Tracer
 
createLocalSpan(String) - Static method in class org.apache.skywalking.apm.toolkit.trace.Tracer
 

D

debug(String) - Static method in class org.apache.skywalking.apm.toolkit.trace.ActiveSpan
 

E

error() - Static method in class org.apache.skywalking.apm.toolkit.trace.ActiveSpan
 
error(String) - Static method in class org.apache.skywalking.apm.toolkit.trace.ActiveSpan
 
error(Throwable) - Static method in class org.apache.skywalking.apm.toolkit.trace.ActiveSpan
 
extract(ContextCarrierRef) - Static method in class org.apache.skywalking.apm.toolkit.trace.Tracer
 

F

FunctionWrapper<T,R> - Class in org.apache.skywalking.apm.toolkit.trace
 
FunctionWrapper(Function<T, R>) - Constructor for class org.apache.skywalking.apm.toolkit.trace.FunctionWrapper
 

G

get() - Method in class org.apache.skywalking.apm.toolkit.trace.SupplierWrapper
 
getCorrelation(String) - Static method in class org.apache.skywalking.apm.toolkit.trace.TraceContext
Try to get the custom value from trace context.
getHeadKey() - Method in class org.apache.skywalking.apm.toolkit.trace.CarrierItemRef
 
getHeadValue() - Method in class org.apache.skywalking.apm.toolkit.trace.CarrierItemRef
 

H

hasNext() - Method in class org.apache.skywalking.apm.toolkit.trace.CarrierItemRef
 

I

IgnoredException - Annotation Interface in org.apache.skywalking.apm.toolkit.trace
After the exception status checker activated in the agent, the span wouldn't be marked as error status if the exception has this annotation.
info(String) - Static method in class org.apache.skywalking.apm.toolkit.trace.ActiveSpan
 
inject(ContextCarrierRef) - Static method in class org.apache.skywalking.apm.toolkit.trace.Tracer
 
items() - Method in class org.apache.skywalking.apm.toolkit.trace.ContextCarrierRef
 

K

key() - Element in annotation interface org.apache.skywalking.apm.toolkit.trace.Tag
 

L

log(Throwable) - Method in class org.apache.skywalking.apm.toolkit.trace.SpanRef
 
log(Map<String, ?>) - Method in class org.apache.skywalking.apm.toolkit.trace.SpanRef
 

N

next() - Method in class org.apache.skywalking.apm.toolkit.trace.CarrierItemRef
 

O

of(Runnable) - Static method in class org.apache.skywalking.apm.toolkit.trace.RunnableWrapper
 
of(Callable<V>) - Static method in class org.apache.skywalking.apm.toolkit.trace.CallableWrapper
 
of(Consumer<V>) - Static method in class org.apache.skywalking.apm.toolkit.trace.ConsumerWrapper
 
of(Function<T, R>) - Static method in class org.apache.skywalking.apm.toolkit.trace.FunctionWrapper
 
of(Supplier<V>) - Static method in class org.apache.skywalking.apm.toolkit.trace.SupplierWrapper
 
operationName() - Element in annotation interface org.apache.skywalking.apm.toolkit.trace.Trace
 
org.apache.skywalking.apm.toolkit.trace - package org.apache.skywalking.apm.toolkit.trace
 

P

prepareForAsync() - Method in class org.apache.skywalking.apm.toolkit.trace.SpanRef
 
putCorrelation(String, String) - Static method in class org.apache.skywalking.apm.toolkit.trace.TraceContext
Put the custom key/value into trace context.

R

run() - Method in class org.apache.skywalking.apm.toolkit.trace.RunnableWrapper
 
RunnableWrapper - Class in org.apache.skywalking.apm.toolkit.trace
 
RunnableWrapper(Runnable) - Constructor for class org.apache.skywalking.apm.toolkit.trace.RunnableWrapper
 

S

segmentId() - Static method in class org.apache.skywalking.apm.toolkit.trace.TraceContext
Try to get the segmentId of current trace context.
setHeadValue(String) - Method in class org.apache.skywalking.apm.toolkit.trace.CarrierItemRef
 
setOperationName(String) - Static method in class org.apache.skywalking.apm.toolkit.trace.ActiveSpan
 
spanId() - Static method in class org.apache.skywalking.apm.toolkit.trace.TraceContext
Try to get the spanId of current trace context.
SpanRef - Class in org.apache.skywalking.apm.toolkit.trace
 
SpanRef() - Constructor for class org.apache.skywalking.apm.toolkit.trace.SpanRef
 
stopSpan() - Static method in class org.apache.skywalking.apm.toolkit.trace.Tracer
 
SupplierWrapper<V> - Class in org.apache.skywalking.apm.toolkit.trace
 
SupplierWrapper(Supplier<V>) - Constructor for class org.apache.skywalking.apm.toolkit.trace.SupplierWrapper
 

T

tag(String, String) - Static method in class org.apache.skywalking.apm.toolkit.trace.ActiveSpan
 
tag(String, String) - Method in class org.apache.skywalking.apm.toolkit.trace.SpanRef
 
Tag - Annotation Interface in org.apache.skywalking.apm.toolkit.trace
Tag the current active span with key Tag.key() and value Tag.value(), if there is no active span, this annotation takes no effect.
Tags - Annotation Interface in org.apache.skywalking.apm.toolkit.trace
A wrapper annotation for Tag that allows to apply multiple tags to a single method span,
Trace - Annotation Interface in org.apache.skywalking.apm.toolkit.trace
The agent create local span if the method that annotation with Trace.
TraceContext - Class in org.apache.skywalking.apm.toolkit.trace
Try to access the sky-walking tracer context.
TraceContext() - Constructor for class org.apache.skywalking.apm.toolkit.trace.TraceContext
 
TraceCrossThread - Annotation Interface in org.apache.skywalking.apm.toolkit.trace
 
traceId() - Static method in class org.apache.skywalking.apm.toolkit.trace.TraceContext
Try to get the traceId of current trace context.
Tracer - Class in org.apache.skywalking.apm.toolkit.trace
 
Tracer() - Constructor for class org.apache.skywalking.apm.toolkit.trace.Tracer
 

V

value() - Element in annotation interface org.apache.skywalking.apm.toolkit.trace.Tag
 
value() - Element in annotation interface org.apache.skywalking.apm.toolkit.trace.Tags
 
A C D E F G H I K L N O P R S T V 
All Classes and Interfaces|All Packages