Class AsyncClient


  • public class AsyncClient
    extends java.lang.Object
    QPS Client using the non-blocking API.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String... args)
      checkstyle complains if there is no javadoc comment here.
      void run()
      Start the QPS Client.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • run

        public void run()
                 throws java.lang.Exception
        Start the QPS Client.
        Throws:
        java.lang.Exception
      • main

        public static void main​(java.lang.String... args)
                         throws java.lang.Exception
        checkstyle complains if there is no javadoc comment here.
        Throws:
        java.lang.Exception