Uses of Class
io.trino.hive.thrift.metastore.PrimaryKeysRequest
-
Uses of PrimaryKeysRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return PrimaryKeysRequestModifier and TypeMethodDescriptionPrimaryKeysRequest.deepCopy()ThriftHiveMetastore.get_primary_keys_args.getRequest()PrimaryKeysRequest.setCatName(String catName) PrimaryKeysRequest.setTblName(String tbl_name) Methods in io.trino.hive.thrift.metastore with parameters of type PrimaryKeysRequestModifier and TypeMethodDescriptionintPrimaryKeysRequest.compareTo(PrimaryKeysRequest other) booleanPrimaryKeysRequest.equals(PrimaryKeysRequest that) voidThriftHiveMetastore.AsyncClient.getPrimaryKeys(PrimaryKeysRequest request, org.apache.thrift.async.AsyncMethodCallback<PrimaryKeysResponse> resultHandler) voidThriftHiveMetastore.AsyncIface.getPrimaryKeys(PrimaryKeysRequest request, org.apache.thrift.async.AsyncMethodCallback<PrimaryKeysResponse> resultHandler) ThriftHiveMetastore.Client.getPrimaryKeys(PrimaryKeysRequest request) ThriftHiveMetastore.Iface.getPrimaryKeys(PrimaryKeysRequest request) voidThriftHiveMetastore.Client.sendGetPrimaryKeys(PrimaryKeysRequest request) ThriftHiveMetastore.get_primary_keys_args.setRequest(PrimaryKeysRequest request) Constructors in io.trino.hive.thrift.metastore with parameters of type PrimaryKeysRequestModifierConstructorDescriptionget_primary_keys_args(PrimaryKeysRequest request) get_primary_keys_call(PrimaryKeysRequest request, org.apache.thrift.async.AsyncMethodCallback<PrimaryKeysResponse> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) Performs a deep copy on other.