public class MasterTable extends Table<MasterTable> implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
keyword |
protected MasterTable |
update |
autoDropColumn, catalog, charset, checkSchemaTime, collate, columns, comment, constraints, createTime, dataLength, dataRows, engine, indexLength, indexs, primaryKey, refGeneration, schema, selfReferencingColumn, srid, tags, ttl, type, typeCat, typeName, typeSchema, updateTime| 构造器和说明 |
|---|
MasterTable() |
MasterTable(String name) |
MasterTable(String schema,
String table) |
MasterTable(String catalog,
String schema,
String name) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getKeyword() |
Partition |
getPartition() |
Table |
getPartition(DataRow value)
根据值定位分区表
|
Table |
getPartition(Tag... tags)
根据标签定位分区表
|
LinkedHashMap<String,Table> |
getPartitions() |
MasterTable |
setPartition(Partition partition) |
MasterTable |
setPartitions(LinkedHashMap<String,Table> partitions) |
String |
toString() |
addColumn, addColumn, addColumn, addColumn, addColumn, addTag, addTag, addTag, addTag, clone, getCharset, getCheckSchemaTime, getCollate, getColumn, getColumns, getConstraints, getCreateTime, getDataLength, getDataRows, getEngine, getIndex, getIndexLength, getIndexs, getName, getPrimaryKey, getRefGeneration, getSelfReferencingColumn, getSrid, getTag, getTags, getTtl, getType, getTypeCat, getTypeName, getTypeSchema, getUpdateTime, isAutoDropColumn, names, primary, primarys, setAutoDropColumn, setCharset, setCheckSchemaTime, setCollate, setColumns, setConstraints, setCreateTime, setDataLength, setDataRows, setEngine, setIndexLength, setIndexs, setPrimaryKey, setPrimaryKey, setRefGeneration, setSelfReferencingColumn, setSrid, setTags, setTtl, setType, setTypeCat, setTypeName, setTypeSchema, setUpdateTimeaddDdl, ddl, ddl, ddls, ddls, delete, drop, getAction, getCatalog, getComment, getDdl, getDdl, getDdls, getDdls, getDefinition, getName, getObjectId, getSchema, getTable, getTableName, getUpdate, isDelete, isDrop, setAction, setCatalog, setComment, setDdls, setDefinition, setDelete, setDrop, setName, setNewName, setNewName, setObjectId, setSchema, setTable, setTable, setUpdate, update, updateprotected String keyword
protected MasterTable update
public MasterTable()
public MasterTable(String name)
public Partition getPartition()
public MasterTable setPartition(Partition partition)
public String getKeyword()
getKeyword 在类中 Table<MasterTable>public LinkedHashMap<String,Table> getPartitions()
public MasterTable setPartitions(LinkedHashMap<String,Table> partitions)
public String toString()
toString 在类中 Table<MasterTable>Copyright © 2023. All rights reserved.