Return client protocol name that is specific to Impala test framework. Possible return value are either of 'beeswax', 'hs2', or 'hs2-http'.
(self)
| 149 | |
| 150 | @abc.abstractmethod |
| 151 | def get_test_protocol(self): |
| 152 | """Return client protocol name that is specific to Impala test framework. |
| 153 | Possible return value are either of 'beeswax', 'hs2', or 'hs2-http'.""" |
| 154 | pass |
| 155 | |
| 156 | @abc.abstractmethod |
| 157 | def get_host_port(self): |
no outgoing calls