| Modifier and Type | Method and Description |
|---|---|
static TableMeta |
OTSProtocolParser.parseTableMeta(OtsInternalApi.TableMeta tableMeta) |
| Modifier and Type | Method and Description |
|---|---|
static OtsInternalApi.TableMeta |
OTSProtocolBuilder.buildTableMeta(TableMeta tableMeta) |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
TableMeta |
LeftMatchResult.getTableMeta() |
TableMeta |
TableCatalog.getTableMeta() |
| Modifier and Type | Method and Description |
|---|---|
List<TableMeta> |
TableCatalog.getIndexMetaList() |
| Modifier and Type | Method and Description |
|---|---|
void |
TablestoreSplit.setKvTableMeta(TableMeta meta) |
| Constructor and Description |
|---|
LeftMatchResult(String tableName,
List<String> keyList,
boolean canAppend,
int beginIndex,
TableMeta meta) |
LeftMatchResult(String indexName,
TableMeta meta) |
| Modifier and Type | Method and Description |
|---|---|
TableMeta |
CreateTableRequest.getTableMeta()
获取表的结构信息。
|
TableMeta |
DescribeTableResponse.getTableMeta()
返回表的Meta定义。
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateTableRequest.setTableMeta(TableMeta tableMeta)
设置表的结构信息。
|
void |
DescribeTableResponse.setTableMeta(TableMeta tableMeta) |
| Constructor and Description |
|---|
CreateTableRequest(TableMeta tableMeta,
TableOptions tableOptions)
初始化CreateTableRequest实例。
|
CreateTableRequest(TableMeta tableMeta,
TableOptions tableOptions,
List<IndexMeta> indexMeta) |
CreateTableRequest(TableMeta tableMeta,
TableOptions tableOptions,
ReservedThroughput reservedThroughput) |
CreateTableRequest(TableMeta tableMeta,
TableOptions tableOptions,
ReservedThroughput reservedThroughput,
List<IndexMeta> indexMeta) |
CreateTableRequestEx(TableMeta tableMeta,
TableOptions tableOptions) |
CreateTableRequestEx(TableMeta tableMeta,
TableOptions tableOptions,
List<IndexMeta> indexMeta) |
CreateTableRequestEx(TableMeta tableMeta,
TableOptions tableOptions,
ReservedThroughput reservedThroughput) |
CreateTableRequestEx(TableMeta tableMeta,
TableOptions tableOptions,
ReservedThroughput reservedThroughput,
List<IndexMeta> indexMeta) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ReaderUtils.checkTableMeta(TableMeta meta,
PrimaryKey primaryKey) |
Copyright © 2024. All Rights Reserved.