public class BigQueryDirectWriterCommitMessageContext extends Object implements WriterCommitMessageContext
| Constructor and Description |
|---|
BigQueryDirectWriterCommitMessageContext(String writeStreamName,
int partitionId,
long taskId,
long epochId,
String tablePath,
long rowCount,
long bytesWritten) |
| Modifier and Type | Method and Description |
|---|---|
long |
getBytesWritten() |
long |
getEpochId() |
int |
getPartitionId() |
long |
getRowCount() |
String |
getTablePath() |
long |
getTaskId() |
String |
getWriteStreamName() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetErrorpublic String getWriteStreamName()
public int getPartitionId()
public long getTaskId()
public long getEpochId()
public String getTablePath()
public long getRowCount()
public long getBytesWritten()
Copyright © 2024. All rights reserved.