Searched refs:inboundUncompressedSize (Results 1 – 8 of 8) sorted by relevance
93 protected final AtomicLong inboundUncompressedSize = new AtomicLong(); field in TestStreamTracer.TestBaseStreamTracer122 return inboundUncompressedSize.get(); in getInboundUncompressedSize()151 public void inboundUncompressedSize(long bytes) { in inboundUncompressedSize() method in TestStreamTracer.TestBaseStreamTracer152 inboundUncompressedSize.addAndGet(bytes); in inboundUncompressedSize()
105 public void inboundUncompressedSize(long bytes) { in inboundUncompressedSize() method in TestServerStreamTracer106 delegate.inboundUncompressedSize(bytes); in inboundUncompressedSize()
126 public void inboundUncompressedSize(long bytes) { in inboundUncompressedSize() method in TestClientStreamTracer127 delegate.inboundUncompressedSize(bytes); in inboundUncompressedSize()
216 volatile long inboundUncompressedSize; field in CensusStatsModule.ClientTracer250 public void inboundUncompressedSize(long bytes) { in inboundUncompressedSize() method in CensusStatsModule.ClientTracer254 inboundUncompressedSize += bytes; in inboundUncompressedSize()402 tracer.inboundUncompressedSize); in callEnded()486 private volatile long inboundUncompressedSize; field in CensusStatsModule.ServerTracer538 public void inboundUncompressedSize(long bytes) { in inboundUncompressedSize() method in CensusStatsModule.ServerTracer542 inboundUncompressedSize += bytes; in inboundUncompressedSize()598 .put(RpcMeasureConstants.RPC_SERVER_UNCOMPRESSED_REQUEST_BYTES, inboundUncompressedSize); in streamClosed()
223 public void inboundUncompressedSize(long bytes) { in inboundUncompressedSize() method in StatsTraceContext225 tracer.inboundUncompressedSize(bytes); in inboundUncompressedSize()
416 statsTraceCtx.inboundUncompressedSize(nextFrame.readableBytes()); in getUncompressedBody()508 statsTraceCtx.inboundUncompressedSize(count - maxCount); in reportCount()
107 public void inboundUncompressedSize(long bytes) { in inboundUncompressedSize() method in StreamTracer
386 tracer.inboundUncompressedSize(67); in subtestClientBasicStatsDefaultContext()394 tracer.inboundUncompressedSize(552); in subtestClientBasicStatsDefaultContext()837 tracer.inboundUncompressedSize(67); in subtestServerBasicStatsNoHeaders()847 tracer.inboundUncompressedSize(552); in subtestServerBasicStatsNoHeaders()