MCPcopy Index your code
hub / github.com/OpenTSDB/asynchbase / getFlushInterval

Method getFlushInterval

src/HBaseClient.java:1000–1002  ·  view source on GitHub ↗

Returns the maximum time (in milliseconds) for which edits can be buffered. The default value is an unspecified and implementation dependant, but is guaranteed to be non-zero. A return value of 0 indicates that edits are sent directly to HBase without being buffered. @see #setFlushInterval

()

Source from the content-addressed store, hash-verified

998 * @see #setFlushInterval
999 */
1000 public short getFlushInterval() {
1001 return flush_interval;
1002 }
1003
1004 /** @return the default RPC timeout period in milliseconds
1005 * @since 1.7 */

Callers 4

putBatchedMethod · 0.80
appendBatchedMethod · 0.80
sendRpcMethod · 0.80

Calls

no outgoing calls

Tested by 2

putBatchedMethod · 0.64
appendBatchedMethod · 0.64