Class LogEntries

java.lang.Object
org.jgroups.protocols.raft.LogEntries
All Implemented Interfaces:
Iterable<LogEntry>, org.jgroups.util.SizeStreamable, org.jgroups.util.Streamable

public class LogEntries extends Object implements org.jgroups.util.SizeStreamable, Iterable<LogEntry>
List of LogEntry elements, provides efficient serialization. Used mainly in AppendEntriesRequest messages. Note that this class is unsynchronized, as it is intended to be used by a single thread.
Format:
| num-elements | log-entry0 | log-entry1 ... | log-entryN | 
Since:
1.0.8
Author:
Bela Ban