| Modifier and Type | Method and Description |
|---|---|
WriterConfig |
TableStoreWriter.getWriterConfig()
获取限制项配置。
|
WriterConfig |
DefaultTableStoreWriter.getWriterConfig() |
| Constructor and Description |
|---|
DefaultTableStoreWriter(AsyncClientInterface ots,
String tableName,
WriterConfig config,
TableStoreCallback<RowChange,ConsumedCapacity> callback,
Executor executor) |
DefaultTableStoreWriter(String endpoint,
ServiceCredentials credentials,
String instanceName,
String tableName,
WriterConfig config,
ClientConfiguration cc,
TableStoreCallback<RowChange,RowWriteResult> resultCallback) |
DefaultTableStoreWriter(String endpoint,
ServiceCredentials credentials,
String instanceName,
String tableName,
WriterConfig config,
TableStoreCallback<RowChange,RowWriteResult> resultCallback) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ParamChecker.checkColumn(Map<String,PrimaryKeySchema> pkDefinedInMeta,
Column column,
WriterConfig config) |
static void |
ParamChecker.checkRowChange(TableMeta tableMeta,
RowChange rowChange,
WriterConfig config)
It does following checkings:
- primary key schema is matched with which defined in table meta.
|
| Modifier and Type | Method and Description |
|---|---|
WriterConfig |
TimelineSchema.getWriterConfig() |
| Modifier and Type | Method and Description |
|---|---|
TimelineSchema |
TimelineSchema.withWriterConfig(WriterConfig writerConfig) |
| Constructor and Description |
|---|
TimestreamDBClient(AsyncClient asyncClient,
TimestreamDBConfiguration config,
WriterConfig writerConfig,
TableStoreCallback<RowChange,ConsumedCapacity> callback)
TimestreamDBClient的构造函数
|
| Constructor and Description |
|---|
Bucket(BucketConfig bucketConfig,
AsyncClientInterface ots,
WriterConfig writerConfig,
TableStoreCallback<RowChange,RowWriteResult> resultCallback,
Executor executor,
WriterHandleStatistics writerStatistics,
Semaphore semaphore) |
| Modifier and Type | Field and Description |
|---|---|
protected WriterConfig |
FlushCallbackFactory.writerConfig |
protected WriterConfig |
BaseRequestManager.writerConfig |
Copyright © 2024. All Rights Reserved.