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) class
AutoValue_ServerStats
Methods in io.opencensus.common that return ServerStats Modifier and Type Method Description static 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 ServerStats Modifier and Type Method Description static byte[]
ServerStatsEncoding. toBytes(ServerStats stats)
Encodes theServerStats
as per the Opencensus Summary Span specification.
-