Uses of Interface
org.apache.pinot.spi.trace.Scope
-
Packages that use Scope Package Description org.apache.pinot.spi.trace -
-
Uses of Scope in org.apache.pinot.spi.trace
Subinterfaces of Scope in org.apache.pinot.spi.trace Modifier and Type Interface Description interfaceInvocationScopeConvergence of {@see Span} (the lifecycle) and {@see InvocationRecording} (the data).interfaceRequestScopeA scope wrapping an end to end synchronous pinot request.Classes in org.apache.pinot.spi.trace that implement Scope Modifier and Type Class Description classDefaultRequestContextA class to hold the details regarding a request and the statistics.classNoOpRecordingUsed when tracing is disabled.
-