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.NameStatszZPageHandler.TreeNode. viewNameMethods in io.opencensus.contrib.zpages with parameters of type View.Name Modifier and Type Method Description private static voidStatszZPageHandler. 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. registeredViewsMethods in io.opencensus.implcore.stats with parameters of type View.Name Modifier and Type Method Description private MutableViewDataMeasureToViewMap. getMutableViewData(View.Name viewName)(package private) ViewDataMeasureToViewMap. getView(View.Name viewName, Clock clock, CurrentState.State state)(package private) ViewDataStatsManager. getView(View.Name viewName)ViewDataViewManagerImpl. 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) classAutoValue_View_NameFields in io.opencensus.stats declared as View.Name Modifier and Type Field Description private View.NameAutoValue_View. nameFields 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. registeredViewsMethods in io.opencensus.stats that return View.Name Modifier and Type Method Description static View.NameView.Name. create(java.lang.String name)Creates aView.Namefrom aString.View.NameAutoValue_View. getName()abstract View.NameView. getName()Name of view.Methods in io.opencensus.stats with parameters of type View.Name Modifier and Type Method Description static ViewView. create(View.Name name, java.lang.String description, Measure measure, Aggregation aggregation, java.util.List<TagKey> columns)Constructs a newView.static ViewView. create(View.Name name, java.lang.String description, Measure measure, Aggregation aggregation, java.util.List<TagKey> columns, View.AggregationWindow window)Deprecated.ViewDataNoopStats.NoopViewManager. getView(View.Name name)abstract ViewDataViewManager. 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)
-