Package org.apache.pinot.spi.trace
Interface InvocationScope
-
- All Superinterfaces:
AutoCloseable,InvocationRecording,Scope
- All Known Implementing Classes:
NoOpRecording
public interface InvocationScope extends Scope, InvocationRecording
Convergence of {@see Span} (the lifecycle) and {@see InvocationRecording} (the data).
-
-
Method Summary
-
Methods inherited from interface org.apache.pinot.spi.trace.InvocationRecording
isEnabled, setBytesProcessed, setColumnCardinality, setColumnName, setDocIdRange, setFilter, setFunctionName, setInputDataType, setNumChildren, setNumDocsMatchingAfterFilter, setNumDocsScanned, setNumGroups, setNumSegments, setNumTasks, setOutputDataType
-
-