public class MasterTable extends Table
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
keyword |
protected MasterTable |
update |
autoDropColumn, catalog, charset, checkSchemaTime, collate, columns, comment, constraints, engine, indexs, listener, name, primaryKey, refGeneration, schema, selfReferencingColumn, tags, ttl, type, typeCat, typeName, typeSchema| 构造器和说明 |
|---|
MasterTable() |
MasterTable(String name) |
MasterTable(String schema,
String table) |
MasterTable(String catalog,
String schema,
String name) |
| 限定符和类型 | 方法和说明 |
|---|---|
MasterTable |
clone() |
String |
getKeyword() |
Partition |
getPartition() |
Table |
getPartition(DataRow value)
根据值定位分区表
|
Table |
getPartition(Tag... tags)
根据标签定位分区表
|
LinkedHashMap<String,Table> |
getPartitions() |
void |
setPartition(Partition partition) |
void |
setPartitions(LinkedHashMap<String,Table> partitions) |
String |
toString() |
MasterTable |
update() |
addColumn, addColumn, addColumn, addTag, addTag, addTag, addTag, getCatalog, getCharset, getCheckSchemaTime, getCollate, getColumn, getColumns, getComment, getConstraints, getEngine, getIndexs, getListener, getName, getName, getPrimaryKey, getRefGeneration, getSchema, getSelfReferencingColumn, getService, getTag, getTags, getTtl, getType, getTypeCat, getTypeName, getTypeSchema, getUpdate, isAutoDropColumn, primary, primarys, setAutoDropColumn, setCatalog, setCharset, setCheckSchemaTime, setCollate, setColumns, setComment, setConstraints, setCreater, setEngine, setIndexs, setListener, setName, setPrimaryKey, setPrimaryKey, setRefGeneration, setSchema, setSelfReferencingColumn, setService, setTags, setTtl, setType, setTypeCat, setTypeName, setTypeSchema, setUpdateprotected String keyword
protected MasterTable update
public MasterTable()
public MasterTable(String name)
public Partition getPartition()
public void setPartition(Partition partition)
public String getKeyword()
getKeyword 在类中 Tablepublic LinkedHashMap<String,Table> getPartitions()
public void setPartitions(LinkedHashMap<String,Table> partitions)
public MasterTable clone()
public MasterTable update()
Copyright © 2023. All rights reserved.