Searched refs:getBytebufParams (Results 1 – 4 of 4) sorted by relevance
27 public function getBytebufParams() function in Grpc\\Testing\\PayloadConfig
107 genericResponse = alloc.buffer(config.getPayloadConfig().getBytebufParams().getRespSize()); in LoadServer()
147 genericRequest = alloc.buffer(config.getPayloadConfig().getBytebufParams().getRespSize()); in LoadClient()
1453 io.grpc.benchmarks.proto.Payloads.ByteBufferParams getBytebufParams(); in getBytebufParams() method1649 public io.grpc.benchmarks.proto.Payloads.ByteBufferParams getBytebufParams() { in getBytebufParams() method in Payloads.PayloadConfig1779 result = result && getBytebufParams() in equals()1780 .equals(other.getBytebufParams()); in equals()1807 hash = (53 * hash) + getBytebufParams().hashCode(); in hashCode()2038 mergeBytebufParams(other.getBytebufParams()); in mergeFrom()2106 public io.grpc.benchmarks.proto.Payloads.ByteBufferParams getBytebufParams() { in getBytebufParams() method in Payloads.PayloadConfig.Builder