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

Public Member Functions

 OpenTxnRequest (const OpenTxnRequest &)
 
OpenTxnRequestoperator= (const OpenTxnRequest &)
 
void __set_num_txns (const int32_t val)
 
void __set_user (const std::string &val)
 
void __set_hostname (const std::string &val)
 
void __set_agentInfo (const std::string &val)
 
void __set_replPolicy (const std::string &val)
 
void __set_replSrcTxnIds (const std::vector< int64_t > &val)
 
void __set_txn_type (const TxnType::type val)
 
bool operator== (const OpenTxnRequest &rhs) const
 
bool operator!= (const OpenTxnRequest &rhs) const
 
bool operator< (const OpenTxnRequest &) 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

int32_t num_txns
 
std::string user
 
std::string hostname
 
std::string agentInfo
 
std::string replPolicy
 
std::vector< int64_t > replSrcTxnIds
 
TxnType::type txn_type
 
_OpenTxnRequest__isset __isset
 

Member Data Documentation

◆ txn_type

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

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