Uses of Class
io.opencensus.common.Clock
-
Packages that use Clock Package Description io.opencensus.impl.trace io.opencensus.implcore.common io.opencensus.implcore.internal io.opencensus.implcore.metrics io.opencensus.implcore.stats io.opencensus.implcore.trace io.opencensus.impllite.trace io.opencensus.internal Interfaces and implementations that are internal to OpenCensus.io.opencensus.testing.common io.opencensus.trace API for distributed tracing. -
-
Uses of Clock in io.opencensus.impl.trace
Methods in io.opencensus.impl.trace that return Clock Modifier and Type Method Description Clock
TraceComponentImpl. getClock()
-
Uses of Clock in io.opencensus.implcore.common
Subclasses of Clock in io.opencensus.implcore.common Modifier and Type Class Description class
MillisClock
-
Uses of Clock in io.opencensus.implcore.internal
Methods in io.opencensus.implcore.internal with parameters of type Clock Modifier and Type Method Description static TimestampConverter
TimestampConverter. now(Clock clock)
-
Uses of Clock in io.opencensus.implcore.metrics
Fields in io.opencensus.implcore.metrics declared as Clock Modifier and Type Field Description private Clock
MetricRegistryImpl. clock
private Clock
MetricRegistryImpl.MetricProducerForRegistry. clock
Methods in io.opencensus.implcore.metrics with parameters of type Clock Modifier and Type Method Description Metric
DerivedDoubleCumulativeImpl. getMetric(Clock clock)
Metric
DerivedDoubleGaugeImpl. getMetric(Clock clock)
Metric
DerivedLongCumulativeImpl. getMetric(Clock clock)
Metric
DerivedLongGaugeImpl. getMetric(Clock clock)
Metric
DoubleCumulativeImpl. getMetric(Clock clock)
Metric
DoubleGaugeImpl. getMetric(Clock clock)
Metric
LongCumulativeImpl. getMetric(Clock clock)
Metric
LongGaugeImpl. getMetric(Clock clock)
Metric
Meter. getMetric(Clock clock)
Provides aMetric
with one or moreTimeSeries
.private TimeSeries
DerivedDoubleCumulativeImpl.PointWithFunction. getTimeSeries(Clock clock)
private TimeSeries
DerivedDoubleGaugeImpl.PointWithFunction. getTimeSeries(Clock clock)
private TimeSeries
DerivedLongCumulativeImpl.PointWithFunction. getTimeSeries(Clock clock)
private TimeSeries
DerivedLongGaugeImpl.PointWithFunction. getTimeSeries(Clock clock)
private TimeSeries
DoubleCumulativeImpl.PointImpl. getTimeSeries(Clock clock)
private TimeSeries
DoubleGaugeImpl.PointImpl. getTimeSeries(Clock clock)
private TimeSeries
LongCumulativeImpl.PointImpl. getTimeSeries(Clock clock)
private TimeSeries
LongGaugeImpl.PointImpl. getTimeSeries(Clock clock)
Constructors in io.opencensus.implcore.metrics with parameters of type Clock Constructor Description MetricProducerForRegistry(MetricRegistryImpl.RegisteredMeters registeredMeters, Clock clock)
MetricRegistryImpl(Clock clock)
MetricsComponentImplBase(Clock clock)
-
Uses of Clock in io.opencensus.implcore.stats
Fields in io.opencensus.implcore.stats declared as Clock Modifier and Type Field Description private Clock
StatsManager. clock
Methods in io.opencensus.implcore.stats with parameters of type Clock Modifier and Type Method Description (package private) java.util.List<Metric>
MeasureToViewMap. getMetrics(Clock clock, CurrentState.State state)
(package private) ViewData
MeasureToViewMap. getView(View.Name viewName, Clock clock, CurrentState.State state)
(package private) void
MeasureToViewMap. registerView(View view, Clock clock)
Enable stats collection for the givenView
.Constructors in io.opencensus.implcore.stats with parameters of type Clock Constructor Description StatsComponentImplBase(EventQueue queue, Clock clock)
Creates a newStatsComponentImplBase
.StatsManager(EventQueue queue, Clock clock, CurrentState state)
-
Uses of Clock in io.opencensus.implcore.trace
Fields in io.opencensus.implcore.trace declared as Clock Modifier and Type Field Description private Clock
RecordEventsSpanImpl. clock
private Clock
SpanBuilderImpl.Options. clock
private Clock
TraceComponentImplBase. clock
Methods in io.opencensus.implcore.trace that return Clock Modifier and Type Method Description Clock
TraceComponentImplBase. getClock()
Methods in io.opencensus.implcore.trace with parameters of type Clock Modifier and Type Method Description static RecordEventsSpanImpl
RecordEventsSpanImpl. startSpan(SpanContext context, java.lang.String name, Span.Kind kind, SpanId parentSpanId, java.lang.Boolean hasRemoteParent, TraceParams traceParams, RecordEventsSpanImpl.StartEndHandler startEndHandler, TimestampConverter timestampConverter, Clock clock)
Creates and starts a span with the given configuration.Constructors in io.opencensus.implcore.trace with parameters of type Clock Constructor Description Options(RandomHandler randomHandler, RecordEventsSpanImpl.StartEndHandler startEndHandler, Clock clock, TraceConfig traceConfig)
RecordEventsSpanImpl(SpanContext context, java.lang.String name, Span.Kind kind, SpanId parentSpanId, java.lang.Boolean hasRemoteParent, TraceParams traceParams, RecordEventsSpanImpl.StartEndHandler startEndHandler, TimestampConverter timestampConverter, Clock clock)
TraceComponentImplBase(Clock clock, RandomHandler randomHandler, EventQueue eventQueue)
Creates a newTraceComponentImplBase
.TracerImpl(RandomHandler randomHandler, RecordEventsSpanImpl.StartEndHandler startEndHandler, Clock clock, TraceConfig traceConfig)
-
Uses of Clock in io.opencensus.impllite.trace
Methods in io.opencensus.impllite.trace that return Clock Modifier and Type Method Description Clock
TraceComponentImplLite. getClock()
-
Uses of Clock in io.opencensus.internal
Subclasses of Clock in io.opencensus.internal Modifier and Type Class Description class
ZeroTimeClock
AClock
that always returns 0. -
Uses of Clock in io.opencensus.testing.common
Subclasses of Clock in io.opencensus.testing.common Modifier and Type Class Description class
TestClock
AClock
that allows the time to be set for testing. -
Uses of Clock in io.opencensus.trace
Methods in io.opencensus.trace that return Clock Modifier and Type Method Description abstract Clock
TraceComponent. getClock()
Returns theClock
with the provided implementation.Clock
TraceComponent.NoopTraceComponent. getClock()
Clock
TraceComponentImpl. getClock()
Deprecated.Clock
TraceComponentImplLite. getClock()
Deprecated.static Clock
Tracing. getClock()
Returns the globalClock
.
-