Class TraceComponentImpl
java.lang.Object
io.opencensus.trace.TraceComponent
io.opencensus.trace.TraceComponentImpl
Deprecated.
Java 7 and 8 implementation of the
TraceComponent.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Public constructor to be used with reflection loading. -
Method Summary
Modifier and TypeMethodDescriptiongetClock()Deprecated.Returns theClockwith the provided implementation.Deprecated.Returns theExportComponentwith the provided implementation.Deprecated.Returns thePropagationComponentwith the provided implementation.Deprecated.Returns theTraceConfigwith the provided implementation.Deprecated.Returns theTracerwith the provided implementations.Methods inherited from class TraceComponent
newNoopTraceComponent
-
Field Details
-
traceComponentImplBase
Deprecated.
-
-
Constructor Details
-
TraceComponentImpl
public TraceComponentImpl()Deprecated.Public constructor to be used with reflection loading.
-
-
Method Details
-
getTracer
Deprecated.Description copied from class:TraceComponentReturns theTracerwith the provided implementations. If no implementation is provided then no-op implementations will be used.- Specified by:
getTracerin classTraceComponent- Returns:
- the
Tracerimplementation.
-
getPropagationComponent
Deprecated.Description copied from class:TraceComponentReturns thePropagationComponentwith the provided implementation. If no implementation is provided then no-op implementation will be used.- Specified by:
getPropagationComponentin classTraceComponent- Returns:
- the
PropagationComponentimplementation.
-
getClock
Deprecated.Description copied from class:TraceComponentReturns theClockwith the provided implementation.- Specified by:
getClockin classTraceComponent- Returns:
- the
Clockimplementation.
-
getExportComponent
Deprecated.Description copied from class:TraceComponentReturns theExportComponentwith the provided implementation. If no implementation is provided then no-op implementations will be used.- Specified by:
getExportComponentin classTraceComponent- Returns:
- the
ExportComponentimplementation.
-
getTraceConfig
Deprecated.Description copied from class:TraceComponentReturns theTraceConfigwith the provided implementation. If no implementation is provided then no-op implementations will be used.- Specified by:
getTraceConfigin classTraceComponent- Returns:
- the
TraceConfigimplementation.
-