Sets whether or not this RPC is can be buffered on the client side. The default is true. Setting this to false bypasses the client-side buffering, which is used to send RPCs in batches for greater throughput, and causes this RPC to be sent directly to the server. @param bufferabl
(final boolean bufferable)
| 111 | * @see HBaseClient#setFlushInterval |
| 112 | */ |
| 113 | public final void setBufferable(final boolean bufferable) { |
| 114 | this.bufferable = bufferable; |
| 115 | } |
| 116 | |
| 117 | /** |
| 118 | * Changes the durability setting of this edit. |
no outgoing calls