iceberg-cpp
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Apache::Hadoop::Hive::CommitTxnRequest Class Reference
Inheritance diagram for Apache::Hadoop::Hive::CommitTxnRequest:

Public Member Functions

 CommitTxnRequest (const CommitTxnRequest &)
 
CommitTxnRequestoperator= (const CommitTxnRequest &)
 
void __set_txnid (const int64_t val)
 
void __set_replPolicy (const std::string &val)
 
void __set_writeEventInfos (const std::vector< WriteEventInfo > &val)
 
void __set_replLastIdInfo (const ReplLastIdInfo &val)
 
void __set_keyValue (const CommitTxnKeyValue &val)
 
void __set_exclWriteEnabled (const bool val)
 
void __set_txn_type (const TxnType::type val)
 
bool operator== (const CommitTxnRequest &rhs) const
 
bool operator!= (const CommitTxnRequest &rhs) const
 
bool operator< (const CommitTxnRequest &) const
 
uint32_t read (::apache::thrift::protocol::TProtocol *iprot) override
 
uint32_t write (::apache::thrift::protocol::TProtocol *oprot) const override
 
virtual void printTo (std::ostream &out) const
 

Public Attributes

int64_t txnid
 
std::string replPolicy
 
std::vector< WriteEventInfowriteEventInfos
 
ReplLastIdInfo replLastIdInfo
 
CommitTxnKeyValue keyValue
 
bool exclWriteEnabled
 
TxnType::type txn_type
 
_CommitTxnRequest__isset __isset
 

Member Data Documentation

◆ txn_type

TxnType::type Apache::Hadoop::Hive::CommitTxnRequest::txn_type
See also
TxnType

The documentation for this class was generated from the following files: