| 199 | kudu::client::sp::shared_ptr<kudu::client::KuduClient>* client) WARN_UNUSED_RESULT; |
| 200 | |
| 201 | int64_t admit_mem_limit() const { return admit_mem_limit_; } |
| 202 | int64_t admission_slots() const { return admission_slots_; } |
| 203 | |
| 204 | /// Gets the resolved IP address and port where the admission control service is |
no outgoing calls