| 构造器和说明 |
|---|
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() |
void |
setPartition(Partition partition) |
void |
setPartitions(LinkedHashMap<String,Table> partitions) |
String |
toString() |
addColumn, addColumn, addColumn, addTag, addTag, addTag, addTag, getCatalog, getCharset, getCollate, getColumn, getColumns, getComment, getConstraints, getEngine, getIndexs, getListener, getName, getRefGeneration, getSchema, getSelfReferencingColumn, getService, getTag, getTags, getTtl, getType, getTypeCat, getTypeName, getTypeSchema, getUpdate, primarys, setCatalog, setCharset, setCollate, setColumns, setComment, setConstraints, setCreater, setEngine, setIndexs, setListener, setName, setPrimaryKey, setRefGeneration, setSchema, setSelfReferencingColumn, setService, setTags, setTtl, setType, setTypeCat, setTypeName, setTypeSchema, setUpdate, updateprotected String keyword
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)
Copyright © 2022. All rights reserved.