Class GrpclbLongLivedAffinityTestClient


  • public final class GrpclbLongLivedAffinityTestClient
    extends java.lang.Object
    Test client that verifies all requests are sent to the same server even running for an extended time, while allowing for occasionally switching server. This is intended for testing the GRPCLB pick_first mode in GCE.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Entry point.
      • Methods inherited from class java.lang.Object

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

      • GrpclbLongLivedAffinityTestClient

        public GrpclbLongLivedAffinityTestClient()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Entry point.
        Throws:
        java.lang.Exception