Searched refs:outboundUncompressedSize (Results 1 – 9 of 9) sorted by relevance
92 protected final AtomicLong outboundUncompressedSize = new AtomicLong(); field in TestStreamTracer.TestBaseStreamTracer132 return outboundUncompressedSize.get(); in getOutboundUncompressedSize()146 public void outboundUncompressedSize(long bytes) { in outboundUncompressedSize() method in TestStreamTracer.TestBaseStreamTracer147 outboundUncompressedSize.addAndGet(bytes); in outboundUncompressedSize()
100 public void outboundUncompressedSize(long bytes) { in outboundUncompressedSize() method in TestServerStreamTracer101 delegate.outboundUncompressedSize(bytes); in outboundUncompressedSize()
121 public void outboundUncompressedSize(long bytes) { in outboundUncompressedSize() method in TestClientStreamTracer122 delegate.outboundUncompressedSize(bytes); in outboundUncompressedSize()
215 volatile long outboundUncompressedSize; field in CensusStatsModule.ClientTracer240 public void outboundUncompressedSize(long bytes) { in outboundUncompressedSize() method in CensusStatsModule.ClientTracer244 outboundUncompressedSize += bytes; in outboundUncompressedSize()399 tracer.outboundUncompressedSize) in callEnded()485 private volatile long outboundUncompressedSize; field in CensusStatsModule.ServerTracer528 public void outboundUncompressedSize(long bytes) { in outboundUncompressedSize() method in CensusStatsModule.ServerTracer532 outboundUncompressedSize += bytes; in outboundUncompressedSize()597 .put(RpcMeasureConstants.RPC_SERVER_UNCOMPRESSED_RESPONSE_BYTES, outboundUncompressedSize) in streamClosed()
201 public void outboundUncompressedSize(long bytes) { in outboundUncompressedSize() method in StatsTraceContext203 tracer.outboundUncompressedSize(bytes); in outboundUncompressedSize()
159 statsTraceCtx.outboundUncompressedSize(written); in writePayload()
481 statsTraceCtx.outboundUncompressedSize(payload.length); in writePayload()
91 public void outboundUncompressedSize(long bytes) { in outboundUncompressedSize() method in StreamTracer
381 tracer.outboundUncompressedSize(1128); in subtestClientBasicStatsDefaultContext()389 tracer.outboundUncompressedSize(865); in subtestClientBasicStatsDefaultContext()842 tracer.outboundUncompressedSize(1128); in subtestServerBasicStatsNoHeaders()850 tracer.outboundUncompressedSize(865); in subtestServerBasicStatsNoHeaders()