|
|
| CompactionRequest (const CompactionRequest &) |
| |
|
CompactionRequest & | operator= (const CompactionRequest &) |
| |
|
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::map< std::string, std::string > &val) |
| |
|
void | __set_initiatorId (const std::string &val) |
| |
|
void | __set_initiatorVersion (const std::string &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 CompactionRequest &rhs) const |
| |
|
bool | operator!= (const CompactionRequest &rhs) const |
| |
|
bool | operator< (const CompactionRequest &) 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 |
| |
|
|
std::string | dbname |
| |
|
std::string | tablename |
| |
|
std::string | partitionname |
| |
| CompactionType::type | type |
| |
|
std::string | runas |
| |
|
std::map< std::string, std::string > | properties |
| |
|
std::string | initiatorId |
| |
|
std::string | initiatorVersion |
| |
|
std::string | poolName |
| |
|
int32_t | numberOfBuckets |
| |
|
std::string | orderByClause |
| |
|
_CompactionRequest__isset | __isset |
| |
◆ type
| CompactionType::type Apache::Hadoop::Hive::CompactionRequest::type |
The documentation for this class was generated from the following files: