public static interface ThriftHoodieMetaserver.Iface
| Modifier and Type | Method and Description |
|---|---|
void |
createDatabase(String db) |
String |
createNewInstantTime(String db,
String tb) |
HoodieInstantChangeResult |
createNewInstantWithTime(String db,
String tb,
THoodieInstant instant,
ByteBuffer content) |
void |
createTable(Table table) |
HoodieInstantChangeResult |
deleteInstant(String db,
String tb,
THoodieInstant instant) |
ByteBuffer |
getInstantMetadata(String db,
String tb,
THoodieInstant instant) |
Table |
getTable(String db,
String tb) |
List<THoodieInstant> |
listInstants(String db,
String tb,
int num) |
HoodieInstantChangeResult |
transitionInstantState(String db,
String tb,
THoodieInstant fromInstant,
THoodieInstant toInstant,
ByteBuffer metadata) |
void createDatabase(String db) throws MetaserverStorageException, NoSuchObjectException, AlreadyExistException, org.apache.thrift.TException
MetaserverStorageExceptionNoSuchObjectExceptionAlreadyExistExceptionorg.apache.thrift.TExceptionvoid createTable(Table table) throws MetaserverStorageException, NoSuchObjectException, AlreadyExistException, MetaserverException, org.apache.thrift.TException
MetaserverStorageExceptionNoSuchObjectExceptionAlreadyExistExceptionMetaserverExceptionorg.apache.thrift.TExceptionTable getTable(String db, String tb) throws MetaserverStorageException, NoSuchObjectException, org.apache.thrift.TException
MetaserverStorageExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionList<THoodieInstant> listInstants(String db, String tb, int num) throws MetaserverStorageException, NoSuchObjectException, org.apache.thrift.TException
MetaserverStorageExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionByteBuffer getInstantMetadata(String db, String tb, THoodieInstant instant) throws MetaserverStorageException, NoSuchObjectException, org.apache.thrift.TException
MetaserverStorageExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionString createNewInstantTime(String db, String tb) throws MetaserverStorageException, NoSuchObjectException, org.apache.thrift.TException
MetaserverStorageExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionHoodieInstantChangeResult createNewInstantWithTime(String db, String tb, THoodieInstant instant, ByteBuffer content) throws MetaserverStorageException, NoSuchObjectException, org.apache.thrift.TException
MetaserverStorageExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionHoodieInstantChangeResult transitionInstantState(String db, String tb, THoodieInstant fromInstant, THoodieInstant toInstant, ByteBuffer metadata) throws MetaserverStorageException, NoSuchObjectException, MetaserverException, org.apache.thrift.TException
MetaserverStorageExceptionNoSuchObjectExceptionMetaserverExceptionorg.apache.thrift.TExceptionHoodieInstantChangeResult deleteInstant(String db, String tb, THoodieInstant instant) throws MetaserverStorageException, NoSuchObjectException, org.apache.thrift.TException
MetaserverStorageExceptionNoSuchObjectExceptionorg.apache.thrift.TExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.