|
iceberg-cpp
|
Public Member Functions | |
| GetRuntimeStatsRequest (const GetRuntimeStatsRequest &) noexcept | |
| GetRuntimeStatsRequest & | operator= (const GetRuntimeStatsRequest &) noexcept |
| void | __set_maxWeight (const int32_t val) |
| void | __set_maxCreateTime (const int32_t val) |
| bool | operator== (const GetRuntimeStatsRequest &rhs) const |
| bool | operator!= (const GetRuntimeStatsRequest &rhs) const |
| bool | operator< (const GetRuntimeStatsRequest &) 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 | |
| int32_t | maxWeight |
| int32_t | maxCreateTime |