Uses of Class
io.trino.hive.thrift.metastore.DropPartitionsRequest
-
Uses of DropPartitionsRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return DropPartitionsRequestModifier and TypeMethodDescriptionDropPartitionsRequest.deepCopy()ThriftHiveMetastore.drop_partitions_req_args.getReq()DropPartitionsRequest.setCatName(String catName) DropPartitionsRequest.setDeleteData(boolean deleteData) DropPartitionsRequest.setEnvironmentContext(EnvironmentContext environmentContext) DropPartitionsRequest.setIfExists(boolean ifExists) DropPartitionsRequest.setIgnoreProtection(boolean ignoreProtection) DropPartitionsRequest.setNeedResult(boolean needResult) DropPartitionsRequest.setParts(RequestPartsSpec parts) DropPartitionsRequest.setTblName(String tblName) Methods in io.trino.hive.thrift.metastore with parameters of type DropPartitionsRequestModifier and TypeMethodDescriptionintDropPartitionsRequest.compareTo(DropPartitionsRequest other) voidThriftHiveMetastore.AsyncClient.dropPartitionsReq(DropPartitionsRequest req, org.apache.thrift.async.AsyncMethodCallback<DropPartitionsResult> resultHandler) voidThriftHiveMetastore.AsyncIface.dropPartitionsReq(DropPartitionsRequest req, org.apache.thrift.async.AsyncMethodCallback<DropPartitionsResult> resultHandler) ThriftHiveMetastore.Client.dropPartitionsReq(DropPartitionsRequest req) ThriftHiveMetastore.Iface.dropPartitionsReq(DropPartitionsRequest req) booleanDropPartitionsRequest.equals(DropPartitionsRequest that) voidThriftHiveMetastore.Client.sendDropPartitionsReq(DropPartitionsRequest req) ThriftHiveMetastore.drop_partitions_req_args.setReq(DropPartitionsRequest req) Constructors in io.trino.hive.thrift.metastore with parameters of type DropPartitionsRequestModifierConstructorDescriptiondrop_partitions_req_call(DropPartitionsRequest req, org.apache.thrift.async.AsyncMethodCallback<DropPartitionsResult> 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.