(final ArrayList<Object> args)
| 1611 | public Deferred<Object> flush() throws HBaseException { |
| 1612 | final class HClientFlush implements Callback<Object, ArrayList<Object>> { |
| 1613 | public Object call(final ArrayList<Object> args) { |
| 1614 | return client.flush(); |
| 1615 | } |
| 1616 | public String toString() { |
| 1617 | return "flush HBase client"; |
| 1618 | } |