|
|
| LockComponent (const LockComponent &) |
| |
|
LockComponent & | operator= (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 |
| |
|
| 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 |
| |
◆ level
| LockLevel::type Apache::Hadoop::Hive::LockComponent::level |
◆ operationType
| DataOperationType::type Apache::Hadoop::Hive::LockComponent::operationType |
◆ type
| LockType::type Apache::Hadoop::Hive::LockComponent::type |
The documentation for this class was generated from the following files: