Package io.atomix.primitive.log
Interface LogProducer
public interface LogProducer
Log producer.
-
Method Summary
Modifier and Type Method Description CompletableFuture<Long>append(byte[] value)Appends the given entry to the log.
-
Method Details
-
append
Appends the given entry to the log.- Parameters:
value- the entry to append- Returns:
- a future to be completed once the entry has been appended
-