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

Public Member Functions

 ShowLocksResponseElement (const ShowLocksResponseElement &)
 
ShowLocksResponseElementoperator= (const ShowLocksResponseElement &)
 
void __set_lockid (const int64_t val)
 
void __set_dbname (const std::string &val)
 
void __set_tablename (const std::string &val)
 
void __set_partname (const std::string &val)
 
void __set_state (const LockState::type val)
 
void __set_type (const LockType::type val)
 
void __set_txnid (const int64_t val)
 
void __set_lastheartbeat (const int64_t val)
 
void __set_acquiredat (const int64_t val)
 
void __set_user (const std::string &val)
 
void __set_hostname (const std::string &val)
 
void __set_heartbeatCount (const int32_t val)
 
void __set_agentInfo (const std::string &val)
 
void __set_blockedByExtId (const int64_t val)
 
void __set_blockedByIntId (const int64_t val)
 
void __set_lockIdInternal (const int64_t val)
 
bool operator== (const ShowLocksResponseElement &rhs) const
 
bool operator!= (const ShowLocksResponseElement &rhs) const
 
bool operator< (const ShowLocksResponseElement &) 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 lockid
 
std::string dbname
 
std::string tablename
 
std::string partname
 
LockState::type state
 
LockType::type type
 
int64_t txnid
 
int64_t lastheartbeat
 
int64_t acquiredat
 
std::string user
 
std::string hostname
 
int32_t heartbeatCount
 
std::string agentInfo
 
int64_t blockedByExtId
 
int64_t blockedByIntId
 
int64_t lockIdInternal
 
_ShowLocksResponseElement__isset __isset
 

Member Data Documentation

◆ state

LockState::type Apache::Hadoop::Hive::ShowLocksResponseElement::state
See also
LockState

◆ type

LockType::type Apache::Hadoop::Hive::ShowLocksResponseElement::type
See also
LockType

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