| Package | Description |
|---|---|
| com.aliyun.odps.storage | |
| com.aliyun.odps.storage.write |
| Modifier and Type | Method and Description |
|---|---|
TableWriteSessionBuilder |
MaxStorageClient.createTableWriteSessionBuilder(TableIdentifier table)
Creates a new builder for a table write session.
|
| Modifier and Type | Method and Description |
|---|---|
TableWriteSessionBuilder |
TableWriteSessionBuilder.withOverwrite(boolean overwrite)
Sets whether to overwrite existing data when writing to the table.
|
TableWriteSessionBuilder |
TableWriteSessionBuilder.withPartition(PartitionSpec partitionSpec)
Sets the partition specification for writing data to a specific partition.
|
TableWriteSessionBuilder |
TableWriteSessionBuilder.withSessionId(String sessionId)
Set the sessionId to reload write session.
|
TableWriteSessionBuilder |
TableWriteSessionBuilder.withWriteMode(WriteMode writeMode)
Sets the write mode for the session.
|
Copyright © 2026 Alibaba Cloud Computing. All rights reserved.