| 114 | return thrift_iface_; |
| 115 | } |
| 116 | Catalog* catalog() const { return catalog_.get(); } |
| 117 | |
| 118 | /// Adds a topic item to pending_topic_updates_. Caller must hold catalog_lock_. |
| 119 | /// Returns the actual size of the item data. Returns a negative value for failures. |
no test coverage detected