28d81295f3
As part of HBASE-18978 the rpc timeout methods gets aligned between Table and AsyncTable interfaces. Deprecate the following methods in Table: - int getRpcTimeout() - int getReadRpcTimeout() - int getWriteRpcTimeout() - int getOperationTimeout() Add the following methods to Table: - long getRpcTimeout(TimeUnit) - long getReadRpcTimeout(TimeUnit) - long getWriteRpcTimeout(TimeUnit) - long getOperationTimeout(TimeUnit) Fix some javadoc issues. Signed-off-by: Michael Stack <stack@apache.org> |
||
---|---|---|
.. | ||
src | ||
pom.xml |