MCPcopy Create free account
hub / github.com/apache/mesos / append

Method append

src/java/src/org/apache/mesos/Log.java:311–312  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers 2

mainMethod · 0.95

Calls

no outgoing calls

Tested by 1

mainMethod · 0.76