Uses of Class
io.opencensus.common.ServerStats
Packages that use ServerStats
-
Uses of ServerStats in io.opencensus.common
Subclasses of ServerStats in io.opencensus.commonMethods in io.opencensus.common that return ServerStatsModifier and TypeMethodDescriptionstatic ServerStatsServerStats.create(long lbLatencyNs, long serviceLatencyNs, byte traceOption) Creates newServerStatsfrom specified parameters.static ServerStatsServerStatsEncoding.parseBytes(byte[] serialized) Decodes serialized byte array to createServerStatsas per Opencensus Summary Span specification.Methods in io.opencensus.common with parameters of type ServerStatsModifier and TypeMethodDescriptionstatic byte[]ServerStatsEncoding.toBytes(ServerStats stats) Encodes theServerStatsas per the Opencensus Summary Span specification.