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 ClockTraceComponentImpl. getClock() -
Uses of Clock in io.opencensus.implcore.common
Subclasses of Clock in io.opencensus.implcore.common Modifier and Type Class Description classMillisClock -
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 TimestampConverterTimestampConverter. 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 ClockMetricRegistryImpl. clockprivate ClockMetricRegistryImpl.MetricProducerForRegistry. clockMethods in io.opencensus.implcore.metrics with parameters of type Clock Modifier and Type Method Description MetricDerivedDoubleCumulativeImpl. getMetric(Clock clock)MetricDerivedDoubleGaugeImpl. getMetric(Clock clock)MetricDerivedLongCumulativeImpl. getMetric(Clock clock)MetricDerivedLongGaugeImpl. getMetric(Clock clock)MetricDoubleCumulativeImpl. getMetric(Clock clock)MetricDoubleGaugeImpl. getMetric(Clock clock)MetricLongCumulativeImpl. getMetric(Clock clock)MetricLongGaugeImpl. getMetric(Clock clock)MetricMeter. getMetric(Clock clock)Provides aMetricwith one or moreTimeSeries.private TimeSeriesDerivedDoubleCumulativeImpl.PointWithFunction. getTimeSeries(Clock clock)private TimeSeriesDerivedDoubleGaugeImpl.PointWithFunction. getTimeSeries(Clock clock)private TimeSeriesDerivedLongCumulativeImpl.PointWithFunction. getTimeSeries(Clock clock)private TimeSeriesDerivedLongGaugeImpl.PointWithFunction. getTimeSeries(Clock clock)private TimeSeriesDoubleCumulativeImpl.PointImpl. getTimeSeries(Clock clock)private TimeSeriesDoubleGaugeImpl.PointImpl. getTimeSeries(Clock clock)private TimeSeriesLongCumulativeImpl.PointImpl. getTimeSeries(Clock clock)private TimeSeriesLongGaugeImpl.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 ClockStatsManager. clockMethods 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) ViewDataMeasureToViewMap. getView(View.Name viewName, Clock clock, CurrentState.State state)(package private) voidMeasureToViewMap. 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 ClockRecordEventsSpanImpl. clockprivate ClockSpanBuilderImpl.Options. clockprivate ClockTraceComponentImplBase. clockMethods in io.opencensus.implcore.trace that return Clock Modifier and Type Method Description ClockTraceComponentImplBase. getClock()Methods in io.opencensus.implcore.trace with parameters of type Clock Modifier and Type Method Description static RecordEventsSpanImplRecordEventsSpanImpl. 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 ClockTraceComponentImplLite. getClock() -
Uses of Clock in io.opencensus.internal
Subclasses of Clock in io.opencensus.internal Modifier and Type Class Description classZeroTimeClockAClockthat always returns 0. -
Uses of Clock in io.opencensus.testing.common
Subclasses of Clock in io.opencensus.testing.common Modifier and Type Class Description classTestClockAClockthat 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 ClockTraceComponent. getClock()Returns theClockwith the provided implementation.ClockTraceComponent.NoopTraceComponent. getClock()ClockTraceComponentImpl. getClock()Deprecated.ClockTraceComponentImplLite. getClock()Deprecated.static ClockTracing. getClock()Returns the globalClock.
-