|
|
| CompactionInfoStruct (const CompactionInfoStruct &) |
| |
|
CompactionInfoStruct & | operator= (const CompactionInfoStruct &) |
| |
|
void | __set_id (const int64_t val) |
| |
|
void | __set_dbname (const std::string &val) |
| |
|
void | __set_tablename (const std::string &val) |
| |
|
void | __set_partitionname (const std::string &val) |
| |
|
void | __set_type (const CompactionType::type val) |
| |
|
void | __set_runas (const std::string &val) |
| |
|
void | __set_properties (const std::string &val) |
| |
|
void | __set_toomanyaborts (const bool val) |
| |
|
void | __set_state (const std::string &val) |
| |
|
void | __set_workerId (const std::string &val) |
| |
|
void | __set_start (const int64_t val) |
| |
|
void | __set_highestWriteId (const int64_t val) |
| |
|
void | __set_errorMessage (const std::string &val) |
| |
|
void | __set_hasoldabort (const bool val) |
| |
|
void | __set_enqueueTime (const int64_t val) |
| |
|
void | __set_retryRetention (const int64_t val) |
| |
|
void | __set_poolname (const std::string &val) |
| |
|
void | __set_numberOfBuckets (const int32_t val) |
| |
|
void | __set_orderByClause (const std::string &val) |
| |
|
bool | operator== (const CompactionInfoStruct &rhs) const |
| |
|
bool | operator!= (const CompactionInfoStruct &rhs) const |
| |
|
bool | operator< (const CompactionInfoStruct &) 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 |
| |
|
|
int64_t | id |
| |
|
std::string | dbname |
| |
|
std::string | tablename |
| |
|
std::string | partitionname |
| |
| CompactionType::type | type |
| |
|
std::string | runas |
| |
|
std::string | properties |
| |
|
bool | toomanyaborts |
| |
|
std::string | state |
| |
|
std::string | workerId |
| |
|
int64_t | start |
| |
|
int64_t | highestWriteId |
| |
|
std::string | errorMessage |
| |
|
bool | hasoldabort |
| |
|
int64_t | enqueueTime |
| |
|
int64_t | retryRetention |
| |
|
std::string | poolname |
| |
|
int32_t | numberOfBuckets |
| |
|
std::string | orderByClause |
| |
|
_CompactionInfoStruct__isset | __isset |
| |
◆ type
| CompactionType::type Apache::Hadoop::Hive::CompactionInfoStruct::type |
The documentation for this class was generated from the following files: