public class TimelineMetaSchema extends Object
| 构造器和说明 |
|---|
TimelineMetaSchema(String tableName,
TimelineIdentifierSchema identifierSchema) |
| 限定符和类型 | 方法和说明 |
|---|---|
TimelineIdentifierSchema |
getIdentifierSchema() |
String |
getIndexName() |
IndexSchema |
getIndexSchema() |
String |
getTableName() |
boolean |
hasMetaIndex() |
TimelineMetaSchema |
withIndex(String indexName,
IndexSchema metaIndex) |
public TimelineMetaSchema(String tableName, TimelineIdentifierSchema identifierSchema)
public TimelineMetaSchema withIndex(String indexName, IndexSchema metaIndex)
public boolean hasMetaIndex()
public TimelineIdentifierSchema getIdentifierSchema()
public String getTableName()
public String getIndexName()
public IndexSchema getIndexSchema()
Copyright © 2025. All Rights Reserved.