Class XdsFederationTestClient


  • public final class XdsFederationTestClient
    extends java.lang.Object
    Test client that can be used to verify that XDS federation works. A list of server URIs (which can each be load balanced by different XDS servers), can be configured via flags. A separate thread is created for each of these clients and the configured test (either rpc_soak or channel_soak) is ran for each client on each thread.
    • 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

      • XdsFederationTestClient

        public XdsFederationTestClient()
    • Method Detail

      • main

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