| Package | Description |
|---|---|
| com.aliyun.odps.storage.write |
| Modifier and Type | Method and Description |
|---|---|
static WriteMode |
WriteMode.fromValue(String value) |
WriteMode |
TableWriteSession.getWriteMode()
Gets the write mode of this session.
|
WriteMode |
TableWriterBuilder.getWriteMode() |
static WriteMode |
WriteMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WriteMode[] |
WriteMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TableWriteSessionBuilder |
TableWriteSessionBuilder.withWriteMode(WriteMode writeMode)
Sets the write mode for the session.
|
Copyright © 2026 Alibaba Cloud Computing. All rights reserved.