Send feedback
Class ConnectionWorkerPool (2.21.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.21.0 keyboard_arrow_down
public class ConnectionWorkerPool
Static Methods
setOptions(ConnectionWorkerPool.Settings settings)
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.
Parameter
Constructors
ConnectionWorkerPool(long maxInflightRequests, long maxInflightBytes, FlowController.LimitExceededBehavior limitExceededBehavior, String traceId, BigQueryWriteClient client, boolean ownsBigQueryWriteClient)
public ConnectionWorkerPool ( long maxInflightRequests , long maxInflightBytes , FlowController . LimitExceededBehavior limitExceededBehavior , String traceId , BigQueryWriteClient client , boolean ownsBigQueryWriteClient )
Parameters
Methods
append(StreamWriter streamWriter, ProtoRows rows)
public ApiFuture<AppendRowsResponse> append ( StreamWriter streamWriter , ProtoRows rows )
Distributes the writing of a message to an underlying connection.
Parameters
Returns
append(StreamWriter streamWriter, ProtoRows rows, long offset)
public ApiFuture<AppendRowsResponse> append ( StreamWriter streamWriter , ProtoRows rows , long offset )
Distributes the writing of a message to an underlying connection.
Parameters
Returns
close(StreamWriter streamWriter)
public void close ( StreamWriter streamWriter )
Close the stream writer. Shut down all resources.
Parameter
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-05 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-05 UTC."],[],[]]