| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.timeserieswriter.config | |
| com.alicloud.openservices.tablestore.timeserieswriter.enums |
| Modifier and Type | Method and Description |
|---|---|
TSWriteMode |
TimeseriesBucketConfig.getWriteMode() |
TSWriteMode |
TimeseriesWriterConfig.getWriteMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeseriesWriterConfig.setWriteMode(TSWriteMode writeMode) |
| Constructor and Description |
|---|
TimeseriesBucketConfig(int bucketId,
TSWriteMode writeMode,
boolean allowDuplicateRowInBatchRequest) |
| Modifier and Type | Method and Description |
|---|---|
static TSWriteMode |
TSWriteMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TSWriteMode[] |
TSWriteMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All Rights Reserved.