Uses of Class
io.trino.hive.thrift.metastore.AddPrimaryKeyRequest
-
Uses of AddPrimaryKeyRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return AddPrimaryKeyRequestModifier and TypeMethodDescriptionAddPrimaryKeyRequest.deepCopy()ThriftHiveMetastore.add_primary_key_args.getReq()AddPrimaryKeyRequest.setPrimaryKeyCols(List<SQLPrimaryKey> primaryKeyCols) Methods in io.trino.hive.thrift.metastore with parameters of type AddPrimaryKeyRequestModifier and TypeMethodDescriptionvoidThriftHiveMetastore.AsyncClient.addPrimaryKey(AddPrimaryKeyRequest req, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.AsyncIface.addPrimaryKey(AddPrimaryKeyRequest req, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.Client.addPrimaryKey(AddPrimaryKeyRequest req) voidThriftHiveMetastore.Iface.addPrimaryKey(AddPrimaryKeyRequest req) intAddPrimaryKeyRequest.compareTo(AddPrimaryKeyRequest other) booleanAddPrimaryKeyRequest.equals(AddPrimaryKeyRequest that) voidThriftHiveMetastore.Client.sendAddPrimaryKey(AddPrimaryKeyRequest req) ThriftHiveMetastore.add_primary_key_args.setReq(AddPrimaryKeyRequest req) Constructors in io.trino.hive.thrift.metastore with parameters of type AddPrimaryKeyRequestModifierConstructorDescriptionadd_primary_key_call(AddPrimaryKeyRequest req, org.apache.thrift.async.AsyncMethodCallback<Void> 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.