Uses of Class
io.trino.hive.thrift.metastore.GetValidWriteIdsRequest
-
Uses of GetValidWriteIdsRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return GetValidWriteIdsRequestModifier and TypeMethodDescriptionGetValidWriteIdsRequest.deepCopy()ThriftHiveMetastore.get_valid_write_ids_args.getRqst()GetValidWriteIdsRequest.setFullTableNames(List<String> fullTableNames) GetValidWriteIdsRequest.setValidTxnList(String validTxnList) Methods in io.trino.hive.thrift.metastore with parameters of type GetValidWriteIdsRequestModifier and TypeMethodDescriptionintGetValidWriteIdsRequest.compareTo(GetValidWriteIdsRequest other) booleanGetValidWriteIdsRequest.equals(GetValidWriteIdsRequest that) voidThriftHiveMetastore.AsyncClient.getValidWriteIds(GetValidWriteIdsRequest rqst, org.apache.thrift.async.AsyncMethodCallback<GetValidWriteIdsResponse> resultHandler) voidThriftHiveMetastore.AsyncIface.getValidWriteIds(GetValidWriteIdsRequest rqst, org.apache.thrift.async.AsyncMethodCallback<GetValidWriteIdsResponse> resultHandler) ThriftHiveMetastore.Client.getValidWriteIds(GetValidWriteIdsRequest rqst) ThriftHiveMetastore.Iface.getValidWriteIds(GetValidWriteIdsRequest rqst) voidThriftHiveMetastore.Client.sendGetValidWriteIds(GetValidWriteIdsRequest rqst) ThriftHiveMetastore.get_valid_write_ids_args.setRqst(GetValidWriteIdsRequest rqst) Constructors in io.trino.hive.thrift.metastore with parameters of type GetValidWriteIdsRequestModifierConstructorDescriptionget_valid_write_ids_call(GetValidWriteIdsRequest rqst, org.apache.thrift.async.AsyncMethodCallback<GetValidWriteIdsResponse> 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.