Uses of Class
io.opencensus.stats.View.Name
Packages that use View.Name
Package
Description
API for stats recording.
-
Uses of View.Name in io.opencensus.contrib.zpages
Fields in io.opencensus.contrib.zpages declared as View.NameModifier and TypeFieldDescription(package private) final View.Name
StatszZPageHandler.TreeNode.viewName
Methods in io.opencensus.contrib.zpages with parameters of type View.NameModifier and TypeMethodDescriptionprivate static void
StatszZPageHandler.emitViewData
(ViewData viewData, View.Name viewName, PrintWriter out, Formatter formatter) Constructors in io.opencensus.contrib.zpages with parameters of type View.Name -
Uses of View.Name in io.opencensus.implcore.stats
Fields in io.opencensus.implcore.stats with type parameters of type View.NameMethods in io.opencensus.implcore.stats with parameters of type View.NameModifier and TypeMethodDescriptionprivate MutableViewData
MeasureToViewMap.getMutableViewData
(View.Name viewName) (package private) ViewData
MeasureToViewMap.getView
(View.Name viewName, Clock clock, CurrentState.State state) (package private) ViewData
-
Uses of View.Name in io.opencensus.stats
Subclasses of View.Name in io.opencensus.statsFields in io.opencensus.stats declared as View.NameFields in io.opencensus.stats with type parameters of type View.NameMethods in io.opencensus.stats that return View.NameModifier and TypeMethodDescriptionstatic View.Name
Creates aView.Name
from aString
.AutoValue_View.getName()
abstract View.Name
View.getName()
Name of view.Methods in io.opencensus.stats with parameters of type View.NameModifier and TypeMethodDescriptionstatic View
View.create
(View.Name name, String description, Measure measure, Aggregation aggregation, List<TagKey> columns) Constructs a newView
.static View
View.create
(View.Name name, String description, Measure measure, Aggregation aggregation, List<TagKey> columns, View.AggregationWindow window) Deprecated.abstract ViewData
Returns the current stats data,ViewData
, associated with the given view name.Constructors in io.opencensus.stats with parameters of type View.NameModifierConstructorDescription(package private)
AutoValue_View
(View.Name name, String description, Measure measure, Aggregation aggregation, List<TagKey> columns, View.AggregationWindow window)
View.create(Name, String, Measure, Aggregation, List)
.