public class TimelineMetaSchema extends Object
| Constructor and Description |
|---|
TimelineMetaSchema(String tableName,
TimelineIdentifierSchema identifierSchema) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2024. All Rights Reserved.