MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / setBufferable

Method setBufferable

src/BatchableRpc.java:113–115  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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.

Calls

no outgoing calls