Searched refs:getRpcType (Results 1 – 4 of 4) sorted by relevance
181 if (config.getRpcType() == Control.RpcType.UNARY) { in start()185 if (config.getRpcType() == Control.RpcType.UNARY) { in start()187 } else if (config.getRpcType() == Control.RpcType.STREAMING) { in start()195 if (config.getRpcType() == Control.RpcType.UNARY) { in start()199 if (config.getRpcType() == Control.RpcType.UNARY) { in start()201 } else if (config.getRpcType() == Control.RpcType.STREAMING) { in start()215 throw new IllegalStateException(config.getRpcType().name() in start()
124 if ($config->getRpcType() == Grpc\Testing\RpcType::UNARY) {
268 public function getRpcType() function in Grpc\\Testing\\ClientConfig
3694 io.grpc.benchmarks.proto.Control.RpcType getRpcType(); in getRpcType() method4187 public io.grpc.benchmarks.proto.Control.RpcType getRpcType() { in getRpcType() method in Control.ClientConfig5488 public io.grpc.benchmarks.proto.Control.RpcType getRpcType() { in getRpcType() method in Control.ClientConfig.Builder