Home
last modified time | relevance | path

Searched refs:rpcType (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DClientRunners.cs127 readonly RpcType rpcType; field in Grpc.IntegrationTesting.ClientRunnerImpl
137 …public ClientRunnerImpl(List<Channel> channels, ClientType clientType, RpcType rpcType, int outsta… in ClientRunnerImpl() argument
143 this.rpcType = rpcType; in ClientRunnerImpl()
312 …GrpcPreconditions.CheckArgument(rpcType == RpcType.Streaming, "Generic client only supports stream… in RunClientAsync()
319 …GrpcPreconditions.CheckArgument(rpcType == RpcType.Unary, "Sync client can only be used for Unary … in RunClientAsync()
325 switch (rpcType) in RunClientAsync()
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/qps/
DClientConfiguration.java62 RpcType rpcType = RpcType.UNARY; field in ClientConfiguration
214 config.rpcType = RpcType.STREAMING; in setClientValue()
DAsyncClient.java141 switch (config.rpcType) { in doRpcs()