Uses of Class
io.trino.hive.thrift.metastore.FindSchemasByColsRqst
-
Uses of FindSchemasByColsRqst in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return FindSchemasByColsRqstModifier and TypeMethodDescriptionFindSchemasByColsRqst.deepCopy()ThriftHiveMetastore.get_schemas_by_cols_args.getRqst()FindSchemasByColsRqst.setColName(String colName) FindSchemasByColsRqst.setColNamespace(String colNamespace) Methods in io.trino.hive.thrift.metastore with parameters of type FindSchemasByColsRqstModifier and TypeMethodDescriptionintFindSchemasByColsRqst.compareTo(FindSchemasByColsRqst other) booleanFindSchemasByColsRqst.equals(FindSchemasByColsRqst that) voidThriftHiveMetastore.AsyncClient.getSchemasByCols(FindSchemasByColsRqst rqst, org.apache.thrift.async.AsyncMethodCallback<FindSchemasByColsResp> resultHandler) voidThriftHiveMetastore.AsyncIface.getSchemasByCols(FindSchemasByColsRqst rqst, org.apache.thrift.async.AsyncMethodCallback<FindSchemasByColsResp> resultHandler) ThriftHiveMetastore.Client.getSchemasByCols(FindSchemasByColsRqst rqst) ThriftHiveMetastore.Iface.getSchemasByCols(FindSchemasByColsRqst rqst) voidThriftHiveMetastore.Client.sendGetSchemasByCols(FindSchemasByColsRqst rqst) ThriftHiveMetastore.get_schemas_by_cols_args.setRqst(FindSchemasByColsRqst rqst) Constructors in io.trino.hive.thrift.metastore with parameters of type FindSchemasByColsRqstModifierConstructorDescriptionPerforms a deep copy on other.get_schemas_by_cols_call(FindSchemasByColsRqst rqst, org.apache.thrift.async.AsyncMethodCallback<FindSchemasByColsResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)