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
()
| 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 */ |
no outgoing calls