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 ServerStats
ServerStats.create
(long lbLatencyNs, long serviceLatencyNs, byte traceOption) Creates newServerStats
from specified parameters.static ServerStats
ServerStatsEncoding.parseBytes
(byte[] serialized) Decodes serialized byte array to createServerStats
as per Opencensus Summary Span specification.Methods in io.opencensus.common with parameters of type ServerStatsModifier and TypeMethodDescriptionstatic byte[]
ServerStatsEncoding.toBytes
(ServerStats stats) Encodes theServerStats
as per the Opencensus Summary Span specification.