Uses of Class
io.opencensus.internal.DefaultVisibilityForTesting
-
Packages that use DefaultVisibilityForTesting Package Description io.opencensus.metrics This package describes the Metrics data model.io.opencensus.resource API for resource information population.io.opencensus.stats API for stats recording.io.opencensus.tags API for associating tags with scoped operations.io.opencensus.trace API for distributed tracing. -
-
Uses of DefaultVisibilityForTesting in io.opencensus.metrics
Methods in io.opencensus.metrics with annotations of type DefaultVisibilityForTesting Modifier and Type Method Description (package private) static MetricsComponentMetrics. loadMetricsComponent(java.lang.ClassLoader classLoader) -
Uses of DefaultVisibilityForTesting in io.opencensus.resource
Fields in io.opencensus.resource with annotations of type DefaultVisibilityForTesting Modifier and Type Field Description (package private) static intResource. MAX_LENGTH -
Uses of DefaultVisibilityForTesting in io.opencensus.stats
Fields in io.opencensus.stats with annotations of type DefaultVisibilityForTesting Modifier and Type Field Description (package private) static intMeasure. NAME_MAX_LENGTH(package private) static intView. NAME_MAX_LENGTHMethods in io.opencensus.stats with annotations of type DefaultVisibilityForTesting Modifier and Type Method Description (package private) static StatsComponentStats. loadStatsComponent(java.lang.ClassLoader classLoader) -
Uses of DefaultVisibilityForTesting in io.opencensus.tags
Methods in io.opencensus.tags with annotations of type DefaultVisibilityForTesting Modifier and Type Method Description (package private) static TagsComponentTags. loadTagsComponent(java.lang.ClassLoader classLoader) -
Uses of DefaultVisibilityForTesting in io.opencensus.trace
Methods in io.opencensus.trace with annotations of type DefaultVisibilityForTesting Modifier and Type Method Description (package private) byteTraceOptions. getOptions()(package private) static TraceComponentTracing. loadTraceComponent(java.lang.ClassLoader classLoader)
-