Uses of Class
io.trino.hive.thrift.metastore.AllocateTableWriteIdsResponse
-
Uses of AllocateTableWriteIdsResponse in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return AllocateTableWriteIdsResponseModifier and TypeMethodDescriptionThriftHiveMetastore.Client.allocateTableWriteIds(AllocateTableWriteIdsRequest rqst) ThriftHiveMetastore.Iface.allocateTableWriteIds(AllocateTableWriteIdsRequest rqst) AllocateTableWriteIdsResponse.deepCopy()ThriftHiveMetastore.AsyncClient.allocate_table_write_ids_call.getResult()ThriftHiveMetastore.allocate_table_write_ids_result.getSuccess()ThriftHiveMetastore.Client.recvAllocateTableWriteIds()AllocateTableWriteIdsResponse.setTxnToWriteIds(List<TxnToWriteId> txnToWriteIds) Methods in io.trino.hive.thrift.metastore that return types with arguments of type AllocateTableWriteIdsResponseModifier and TypeMethodDescriptionorg.apache.thrift.async.AsyncMethodCallback<AllocateTableWriteIdsResponse>ThriftHiveMetastore.AsyncProcessor.allocate_table_write_ids.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in io.trino.hive.thrift.metastore with parameters of type AllocateTableWriteIdsResponseModifier and TypeMethodDescriptionintAllocateTableWriteIdsResponse.compareTo(AllocateTableWriteIdsResponse other) booleanAllocateTableWriteIdsResponse.equals(AllocateTableWriteIdsResponse that) ThriftHiveMetastore.allocate_table_write_ids_result.setSuccess(AllocateTableWriteIdsResponse success) Method parameters in io.trino.hive.thrift.metastore with type arguments of type AllocateTableWriteIdsResponseModifier 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) voidThriftHiveMetastore.AsyncProcessor.allocate_table_write_ids.start(I iface, ThriftHiveMetastore.allocate_table_write_ids_args args, org.apache.thrift.async.AsyncMethodCallback<AllocateTableWriteIdsResponse> resultHandler) Constructors in io.trino.hive.thrift.metastore with parameters of type AllocateTableWriteIdsResponseModifierConstructorDescriptionallocate_table_write_ids_result(AllocateTableWriteIdsResponse success, NoSuchTxnException o1, TxnAbortedException o2, MetaException o3) Performs a deep copy on other.Constructor parameters in io.trino.hive.thrift.metastore with type arguments of type AllocateTableWriteIdsResponseModifierConstructorDescriptionallocate_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)