public interface MetaDataMutated
Modifier and Type | Method and Description |
---|---|
void |
addFunction(PFunction function) |
void |
addSchema(PSchema schema) |
void |
addTable(PTable table,
long resolvedTime) |
void |
removeColumn(PName tenantId,
String tableName,
List<PColumn> columnsToRemove,
long tableTimeStamp,
long tableSeqNum,
long resolvedTime) |
void |
removeFunction(PName tenantId,
String function,
long functionTimeStamp) |
void |
removeSchema(PSchema schema,
long schemaTimeStamp) |
void |
removeTable(PName tenantId,
String tableName,
String parentTableName,
long tableTimeStamp) |
void |
updateResolvedTimestamp(PTable table,
long resolvedTimestamp) |
void addTable(PTable table, long resolvedTime) throws SQLException
SQLException
void updateResolvedTimestamp(PTable table, long resolvedTimestamp) throws SQLException
SQLException
void removeTable(PName tenantId, String tableName, String parentTableName, long tableTimeStamp) throws SQLException
SQLException
void removeColumn(PName tenantId, String tableName, List<PColumn> columnsToRemove, long tableTimeStamp, long tableSeqNum, long resolvedTime) throws SQLException
SQLException
void addFunction(PFunction function) throws SQLException
SQLException
void removeFunction(PName tenantId, String function, long functionTimeStamp) throws SQLException
SQLException
void addSchema(PSchema schema) throws SQLException
SQLException
void removeSchema(PSchema schema, long schemaTimeStamp)
Copyright © 2019 Apache Software Foundation. All Rights Reserved.