Uses of Class
io.opencensus.common.ServerStats
-
Packages that use ServerStats Package Description io.opencensus.common Common API between different packages in this artifact. -
-
Uses of ServerStats in io.opencensus.common
Subclasses of ServerStats in io.opencensus.common Modifier and Type Class Description (package private) classAutoValue_ServerStatsMethods in io.opencensus.common that return ServerStats Modifier and Type Method Description static 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 ServerStats Modifier and Type Method Description static byte[]ServerStatsEncoding. toBytes(ServerStats stats)Encodes theServerStatsas per the Opencensus Summary Span specification.
-