Searched refs:inboundWireSize (Results 1 – 8 of 8) sorted by relevance
91 protected final AtomicLong inboundWireSize = new AtomicLong(); field in TestStreamTracer.TestBaseStreamTracer117 return inboundWireSize.get(); in getInboundWireSize()141 public void inboundWireSize(long bytes) { in inboundWireSize() method in TestStreamTracer.TestBaseStreamTracer142 inboundWireSize.addAndGet(bytes); in inboundWireSize()
95 public void inboundWireSize(long bytes) { in inboundWireSize() method in TestServerStreamTracer96 delegate.inboundWireSize(bytes); in inboundWireSize()
116 public void inboundWireSize(long bytes) { in inboundWireSize() method in TestClientStreamTracer117 delegate.inboundWireSize(bytes); in inboundWireSize()
214 volatile long inboundWireSize; field in CensusStatsModule.ClientTracer230 public void inboundWireSize(long bytes) { in inboundWireSize() method in CensusStatsModule.ClientTracer234 inboundWireSize += bytes; in inboundWireSize()396 .put(RpcMeasureConstants.RPC_CLIENT_RESPONSE_BYTES, tracer.inboundWireSize) in callEnded()484 private volatile long inboundWireSize; field in CensusStatsModule.ServerTracer518 public void inboundWireSize(long bytes) { in inboundWireSize() method in CensusStatsModule.ServerTracer522 inboundWireSize += bytes; in inboundWireSize()596 .put(RpcMeasureConstants.RPC_SERVER_REQUEST_BYTES, inboundWireSize) in streamClosed()
234 public void inboundWireSize(long bytes) { in inboundWireSize() method in StatsTraceContext236 tracer.inboundWireSize(bytes); in inboundWireSize()
357 statsTraceCtx.inboundWireSize(deflatedBytesRead); in readRequiredBytes()360 statsTraceCtx.inboundWireSize(totalBytesRead); in readRequiredBytes()
99 public void inboundWireSize(long bytes) { in inboundWireSize() method in StreamTracer
385 tracer.inboundWireSize(33); in subtestClientBasicStatsDefaultContext()393 tracer.inboundWireSize(154); in subtestClientBasicStatsDefaultContext()836 tracer.inboundWireSize(34); in subtestServerBasicStatsNoHeaders()846 tracer.inboundWireSize(154); in subtestServerBasicStatsNoHeaders()