Uses of Class
io.opencensus.stats.View.Name
-
Packages that use View.Name Package Description io.opencensus.contrib.zpages io.opencensus.implcore.stats io.opencensus.stats API for stats recording. -
-
Uses of View.Name in io.opencensus.contrib.zpages
Fields in io.opencensus.contrib.zpages declared as View.Name Modifier and Type Field Description (package private) View.Name
StatszZPageHandler.TreeNode. viewName
Methods in io.opencensus.contrib.zpages with parameters of type View.Name Modifier and Type Method Description private static void
StatszZPageHandler. emitViewData(ViewData viewData, View.Name viewName, java.io.PrintWriter out, java.util.Formatter formatter)
Constructors in io.opencensus.contrib.zpages with parameters of type View.Name Constructor Description TreeNode(View.Name viewName)
-
Uses of View.Name in io.opencensus.implcore.stats
Fields in io.opencensus.implcore.stats with type parameters of type View.Name Modifier and Type Field Description private java.util.Map<View.Name,View>
MeasureToViewMap. registeredViews
Methods in io.opencensus.implcore.stats with parameters of type View.Name Modifier and Type Method Description private MutableViewData
MeasureToViewMap. getMutableViewData(View.Name viewName)
(package private) ViewData
MeasureToViewMap. getView(View.Name viewName, Clock clock, CurrentState.State state)
(package private) ViewData
StatsManager. getView(View.Name viewName)
ViewData
ViewManagerImpl. getView(View.Name viewName)
-
Uses of View.Name in io.opencensus.stats
Subclasses of View.Name in io.opencensus.stats Modifier and Type Class Description (package private) class
AutoValue_View_Name
Fields in io.opencensus.stats declared as View.Name Modifier and Type Field Description private View.Name
AutoValue_View. name
Fields in io.opencensus.stats with type parameters of type View.Name Modifier and Type Field Description private java.util.Map<View.Name,View>
NoopStats.NoopViewManager. registeredViews
Methods in io.opencensus.stats that return View.Name Modifier and Type Method Description static View.Name
View.Name. create(java.lang.String name)
Creates aView.Name
from aString
.View.Name
AutoValue_View. getName()
abstract View.Name
View. getName()
Name of view.Methods in io.opencensus.stats with parameters of type View.Name Modifier and Type Method Description static View
View. create(View.Name name, java.lang.String description, Measure measure, Aggregation aggregation, java.util.List<TagKey> columns)
Constructs a newView
.static View
View. create(View.Name name, java.lang.String description, Measure measure, Aggregation aggregation, java.util.List<TagKey> columns, View.AggregationWindow window)
Deprecated.ViewData
NoopStats.NoopViewManager. getView(View.Name name)
abstract ViewData
ViewManager. getView(View.Name view)
Returns the current stats data,ViewData
, associated with the given view name.Constructors in io.opencensus.stats with parameters of type View.Name Constructor Description AutoValue_View(View.Name name, java.lang.String description, Measure measure, Aggregation aggregation, java.util.List<TagKey> columns, View.AggregationWindow window)
-