Uses of Class
io.opencensus.contrib.zpages.TracezZPageHandler.RequestType
-
Packages that use TracezZPageHandler.RequestType Package Description io.opencensus.contrib.zpages -
-
Uses of TracezZPageHandler.RequestType in io.opencensus.contrib.zpages
Methods in io.opencensus.contrib.zpages that return TracezZPageHandler.RequestType Modifier and Type Method Description (package private) static TracezZPageHandler.RequestType
TracezZPageHandler.RequestType. fromString(java.lang.String str)
static TracezZPageHandler.RequestType
TracezZPageHandler.RequestType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TracezZPageHandler.RequestType[]
TracezZPageHandler.RequestType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.opencensus.contrib.zpages with parameters of type TracezZPageHandler.RequestType Modifier and Type Method Description private static void
TracezZPageHandler. emitSingleCell(java.io.PrintWriter out, java.util.Formatter formatter, java.lang.String spanName, int numSamples, TracezZPageHandler.RequestType type, int subtype)
private static void
TracezZPageHandler. emitSpanNameAndCountPages(java.util.Formatter formatter, java.lang.String spanName, int returnedNum, TracezZPageHandler.RequestType type)
-