Package io.grpc.benchmarks.qps
Class AsyncServer
- java.lang.Object
-
- io.grpc.benchmarks.qps.AsyncServer
-
public class AsyncServer extends java.lang.ObjectQPS server using the non-blocking API.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAsyncServer.BenchmarkServiceImpl
-
Constructor Summary
Constructors Constructor Description AsyncServer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String... args)checkstyle complains if there is no javadoc comment here.voidrun(java.lang.String[] args)Equivalent of "main", but non-static.
-
-
-
Method Detail
-
main
public static void main(java.lang.String... args) throws java.lang.Exceptioncheckstyle complains if there is no javadoc comment here.- Throws:
java.lang.Exception
-
run
public void run(java.lang.String[] args) throws java.lang.ExceptionEquivalent of "main", but non-static.- Throws:
java.lang.Exception
-
-