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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConnectionWorkerPool.Settings
Settings for connection pool.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
setOptions(ConnectionWorkerPool.Settings settings)
Sets static connection pool options.
-
-
-
Method Detail
-
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.
-
-