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

Public Member Functions

 LockComponent (const LockComponent &)
 
LockComponentoperator= (const LockComponent &)
 
void __set_type (const LockType::type val)
 
void __set_level (const LockLevel::type val)
 
void __set_dbname (const std::string &val)
 
void __set_tablename (const std::string &val)
 
void __set_partitionname (const std::string &val)
 
void __set_operationType (const DataOperationType::type val)
 
void __set_isTransactional (const bool val)
 
void __set_isDynamicPartitionWrite (const bool val)
 
bool operator== (const LockComponent &rhs) const
 
bool operator!= (const LockComponent &rhs) const
 
bool operator< (const LockComponent &) 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

LockType::type type
 
LockLevel::type level
 
std::string dbname
 
std::string tablename
 
std::string partitionname
 
DataOperationType::type operationType
 
bool isTransactional
 
bool isDynamicPartitionWrite
 
_LockComponent__isset __isset
 

Member Data Documentation

◆ level

LockLevel::type Apache::Hadoop::Hive::LockComponent::level
See also
LockLevel

◆ operationType

DataOperationType::type Apache::Hadoop::Hive::LockComponent::operationType

◆ type

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

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