Uses of Class
io.trino.hive.thrift.metastore.AllocateTableWriteIdsRequest
-
Uses of AllocateTableWriteIdsRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return AllocateTableWriteIdsRequestModifier and TypeMethodDescriptionAllocateTableWriteIdsRequest.deepCopy()ThriftHiveMetastore.allocate_table_write_ids_args.getRqst()AllocateTableWriteIdsRequest.setReplPolicy(String replPolicy) AllocateTableWriteIdsRequest.setSrcTxnToWriteIdList(List<TxnToWriteId> srcTxnToWriteIdList) AllocateTableWriteIdsRequest.setTableName(String tableName) Methods in io.trino.hive.thrift.metastore with parameters of type AllocateTableWriteIdsRequestModifier and TypeMethodDescriptionvoidThriftHiveMetastore.AsyncClient.allocateTableWriteIds(AllocateTableWriteIdsRequest rqst, org.apache.thrift.async.AsyncMethodCallback<AllocateTableWriteIdsResponse> resultHandler) voidThriftHiveMetastore.AsyncIface.allocateTableWriteIds(AllocateTableWriteIdsRequest rqst, org.apache.thrift.async.AsyncMethodCallback<AllocateTableWriteIdsResponse> resultHandler) ThriftHiveMetastore.Client.allocateTableWriteIds(AllocateTableWriteIdsRequest rqst) ThriftHiveMetastore.Iface.allocateTableWriteIds(AllocateTableWriteIdsRequest rqst) intAllocateTableWriteIdsRequest.compareTo(AllocateTableWriteIdsRequest other) booleanAllocateTableWriteIdsRequest.equals(AllocateTableWriteIdsRequest that) voidThriftHiveMetastore.Client.sendAllocateTableWriteIds(AllocateTableWriteIdsRequest rqst) ThriftHiveMetastore.allocate_table_write_ids_args.setRqst(AllocateTableWriteIdsRequest rqst) Constructors in io.trino.hive.thrift.metastore with parameters of type AllocateTableWriteIdsRequestModifierConstructorDescriptionallocate_table_write_ids_call(AllocateTableWriteIdsRequest rqst, org.apache.thrift.async.AsyncMethodCallback<AllocateTableWriteIdsResponse> 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.