Uses of Interface
org.apache.pinot.spi.trace.InvocationRecording
-
Packages that use InvocationRecording Package Description org.apache.pinot.spi.trace -
-
Uses of InvocationRecording in org.apache.pinot.spi.trace
Subinterfaces of InvocationRecording in org.apache.pinot.spi.trace Modifier and Type Interface Description interfaceInvocationScopeConvergence of {@see Span} (the lifecycle) and {@see InvocationRecording} (the data).Classes in org.apache.pinot.spi.trace that implement InvocationRecording Modifier and Type Class Description classBaseRecordingA base recording class.classNoOpRecordingUsed when tracing is disabled.Methods in org.apache.pinot.spi.trace that return InvocationRecording Modifier and Type Method Description InvocationRecordingTracer. activeRecording()static InvocationRecordingTracing. activeRecording()Get the active recording on the current thread to write values into.Methods in org.apache.pinot.spi.trace that return types with arguments of type InvocationRecording Modifier and Type Method Description Deque<InvocationRecording>TraceState. getRecordings()Get the stack of recordings.
-