Uses of Class
io.trino.hive.thrift.metastore.TableMeta
-
Uses of TableMeta in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return TableMetaModifier and TypeMethodDescriptionTableMeta.deepCopy()TableMeta.setCatName(String catName) TableMeta.setComments(String comments) TableMeta.setTableName(String tableName) TableMeta.setTableType(String tableType) Methods in io.trino.hive.thrift.metastore that return types with arguments of type TableMetaModifier and TypeMethodDescriptionThriftHiveMetastore.AsyncClient.get_table_meta_call.getResult()ThriftHiveMetastore.AsyncProcessor.get_table_meta.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) ThriftHiveMetastore.get_table_meta_result.getSuccess()ThriftHiveMetastore.get_table_meta_result.getSuccessIterator()ThriftHiveMetastore.Client.getTableMeta(String db_patterns, String tbl_patterns, List<String> tbl_types) ThriftHiveMetastore.Iface.getTableMeta(String db_patterns, String tbl_patterns, List<String> tbl_types) ThriftHiveMetastore.Client.recvGetTableMeta()Methods in io.trino.hive.thrift.metastore with parameters of type TableMetaModifier and TypeMethodDescriptionvoidThriftHiveMetastore.get_table_meta_result.addToSuccess(TableMeta elem) intbooleanMethod parameters in io.trino.hive.thrift.metastore with type arguments of type TableMetaModifier and TypeMethodDescriptionvoidThriftHiveMetastore.AsyncClient.getTableMeta(String db_patterns, String tbl_patterns, List<String> tbl_types, org.apache.thrift.async.AsyncMethodCallback<List<TableMeta>> resultHandler) voidThriftHiveMetastore.AsyncIface.getTableMeta(String db_patterns, String tbl_patterns, List<String> tbl_types, org.apache.thrift.async.AsyncMethodCallback<List<TableMeta>> resultHandler) ThriftHiveMetastore.get_table_meta_result.setSuccess(List<TableMeta> success) voidThriftHiveMetastore.AsyncProcessor.get_table_meta.start(I iface, ThriftHiveMetastore.get_table_meta_args args, org.apache.thrift.async.AsyncMethodCallback<List<TableMeta>> resultHandler) Constructors in io.trino.hive.thrift.metastore with parameters of type TableMetaConstructor parameters in io.trino.hive.thrift.metastore with type arguments of type TableMetaModifierConstructorDescriptionget_table_meta_call(String db_patterns, String tbl_patterns, List<String> tbl_types, org.apache.thrift.async.AsyncMethodCallback<List<TableMeta>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) get_table_meta_result(List<TableMeta> success, MetaException o1)