Package io.opencensus.trace
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 theClock
with the provided implementation.Deprecated.Returns theExportComponent
with the provided implementation.Deprecated.Returns thePropagationComponent
with the provided implementation.Deprecated.Returns theTraceConfig
with the provided implementation.Deprecated.Returns theTracer
with the provided implementations.Methods inherited from class io.opencensus.trace.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:TraceComponent
Returns theTracer
with the provided implementations. If no implementation is provided then no-op implementations will be used.- Specified by:
getTracer
in classTraceComponent
- Returns:
- the
Tracer
implementation.
-
getPropagationComponent
Deprecated.Description copied from class:TraceComponent
Returns thePropagationComponent
with the provided implementation. If no implementation is provided then no-op implementation will be used.- Specified by:
getPropagationComponent
in classTraceComponent
- Returns:
- the
PropagationComponent
implementation.
-
getClock
Deprecated.Description copied from class:TraceComponent
Returns theClock
with the provided implementation.- Specified by:
getClock
in classTraceComponent
- Returns:
- the
Clock
implementation.
-
getExportComponent
Deprecated.Description copied from class:TraceComponent
Returns theExportComponent
with the provided implementation. If no implementation is provided then no-op implementations will be used.- Specified by:
getExportComponent
in classTraceComponent
- Returns:
- the
ExportComponent
implementation.
-
getTraceConfig
Deprecated.Description copied from class:TraceComponent
Returns theTraceConfig
with the provided implementation. If no implementation is provided then no-op implementations will be used.- Specified by:
getTraceConfig
in classTraceComponent
- Returns:
- the
TraceConfig
implementation.
-