|
iceberg-cpp
|
Public Member Functions | |
| GetOpenTxnsInfoResponse (const GetOpenTxnsInfoResponse &) | |
| GetOpenTxnsInfoResponse & | operator= (const GetOpenTxnsInfoResponse &) |
| void | __set_txn_high_water_mark (const int64_t val) |
| void | __set_open_txns (const std::vector< TxnInfo > &val) |
| bool | operator== (const GetOpenTxnsInfoResponse &rhs) const |
| bool | operator!= (const GetOpenTxnsInfoResponse &rhs) const |
| bool | operator< (const GetOpenTxnsInfoResponse &) 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 | |
| int64_t | txn_high_water_mark |
| std::vector< TxnInfo > | open_txns |