Class ConnectionWorkerPool

java.lang.Object
com.google.cloud.bigquery.storage.v1.ConnectionWorkerPool

public class ConnectionWorkerPool extends Object
Pool of connections to accept appends and distirbute to different connections.
  • Method Details

    • setOptions

      public static void setOptions(ConnectionWorkerPool.Settings settings)
      Sets static connection pool options.

      Note: this method should be triggered prior to the construction of connection pool.