Home
last modified time | relevance | path

Searched refs:NETTY_EPOLL (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/
DTransportBenchmark.java60 INPROCESS, NETTY, NETTY_LOCAL, NETTY_EPOLL, OKHTTP enumConstant
105 case NETTY_EPOLL: in setUp()
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/
DTransport.java28 NETTY_EPOLL(true, "The Netty native EPOLL transport. Using this with TLS requires that " enumConstant
DUtils.java153 case NETTY_EPOLL: in newNettyClientChannel()
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/qps/
DServerConfiguration.java93 NETTY_EPOLL(true, "The Netty native EPOLL transport. Using this with TLS requires that " enumConstant
DAsyncServer.java104 case NETTY_EPOLL: { in newServer()
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/driver/
DLoadClient.java84 Epoll.isAvailable() ? Transport.NETTY_EPOLL : Transport.NETTY_NIO, in LoadClient()