An optional timeout for the RPC in milliseconds. Note that the initial value is -1, meaning the RPC will use the default value configured in hbase.rpc.timeout. @return The timeout value in milliseconds.
()
| 557 | * @return The timeout value in milliseconds. |
| 558 | */ |
| 559 | public int getTimeout() { |
| 560 | return timeout; |
| 561 | } |
| 562 | |
| 563 | // ---------------------- // |
| 564 | // Package private stuff. // |
no outgoing calls