Send feedback
Class TableDataWriteChannel (2.25.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.25.0 keyboard_arrow_down
public class TableDataWriteChannel extends BaseWriteChannel<BigQueryOptions , WriteChannelConfiguration >
WriteChannel implementation to stream data into a BigQuery table. Use #getJob()
to get the job used to insert streamed data. Please notice that #getJob() returns
null
until the channel is closed.
Inheritance
java.lang.Object >
com.google.cloud.BaseWriteChannel >
TableDataWriteChannel
Inherited Members
com.google.cloud.BaseWriteChannel.capture()
com.google.cloud.BaseWriteChannel.close()
com.google.cloud.BaseWriteChannel.flushBuffer(int,boolean)
com.google.cloud.BaseWriteChannel.getBuffer()
com.google.cloud.BaseWriteChannel.getChunkSize()
com.google.cloud.BaseWriteChannel.getDefaultChunkSize()
com.google.cloud.BaseWriteChannel.getEntity()
com.google.cloud.BaseWriteChannel.getLimit()
com.google.cloud.BaseWriteChannel.getMinChunkSize()
com.google.cloud.BaseWriteChannel.getOptions()
com.google.cloud.BaseWriteChannel.getPosition()
com.google.cloud.BaseWriteChannel.getUploadId()
com.google.cloud.BaseWriteChannel.isOpen()
com.google.cloud.BaseWriteChannel.restore(com.google.cloud.BaseWriteChannel.BaseState)
com.google.cloud.BaseWriteChannel.setChunkSize(int)
com.google.cloud.BaseWriteChannel.stateBuilder()
com.google.cloud.BaseWriteChannel.write(java.nio.ByteBuffer)
Methods
flushBuffer(int length, boolean last)
protected void flushBuffer ( int length , boolean last )
Overrides
com.google.cloud.BaseWriteChannel.flushBuffer(int,boolean)
getJob()
Returns the Job
created to insert the rows. The job is available only once the upload
finished and the channel was closed, returns null
otherwise.
Returns Type Description Job
stateBuilder()
protected TableDataWriteChannel . StateImpl . Builder stateBuilder ()
Returns Type Description com.google.cloud.bigquery.TableDataWriteChannel.StateImpl.Builder
Overrides
com.google.cloud.BaseWriteChannel.stateBuilder()
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 2025-01-27 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 2025-01-27 UTC."],[],[]]