Attempts to append to the log with the specified data returning the new end position of the log if successful. @param data Data to append to the log. @param timeout Max number of time units to wait before a TimeoutException. @param unit Type of time units used for the t
(byte[] data, long timeout, TimeUnit unit)
| 309 | * @see WriterFailedException |
| 310 | */ |
| 311 | public native Position append(byte[] data, long timeout, TimeUnit unit) |
| 312 | throws TimeoutException, WriterFailedException; |
| 313 | |
| 314 | /** |
| 315 | * Attempts to truncate the log (from the beginning to the |
no outgoing calls