Uses of Enum
io.opencensus.contrib.zpages.TracezZPageHandler.RequestType
Packages that use TracezZPageHandler.RequestType
-
Uses of TracezZPageHandler.RequestType in io.opencensus.contrib.zpages
Subclasses with type arguments of type TracezZPageHandler.RequestType in io.opencensus.contrib.zpagesMethods in io.opencensus.contrib.zpages that return TracezZPageHandler.RequestTypeModifier and TypeMethodDescription(package private) static TracezZPageHandler.RequestTypeTracezZPageHandler.RequestType.fromString(String str) 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.RequestTypeModifier and TypeMethodDescriptionprivate static voidTracezZPageHandler.emitSingleCell(PrintWriter out, Formatter formatter, String spanName, int numSamples, TracezZPageHandler.RequestType type, int subtype) private static voidTracezZPageHandler.emitSpanNameAndCountPages(Formatter formatter, String spanName, int returnedNum, TracezZPageHandler.RequestType type)