Package io.atomix.raft.storage.log.entry
Class ApplicationEntry
java.lang.Object
io.atomix.raft.storage.log.entry.ApplicationEntry
- All Implemented Interfaces:
RaftEntry
Stores an entry that contains serialized records, ordered by their position; the lowestPosition
and highestPosition metadata allow for fast binary search over a collection of entries to quickly
find a particular record.
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationEntry(long lowestPosition, long highestPosition, ByteBuffer data) ApplicationEntry(long lowestPosition, long highestPosition, org.agrona.DirectBuffer data) -
Method Summary
-
Constructor Details
-
ApplicationEntry
-
ApplicationEntry
public ApplicationEntry(long lowestPosition, long highestPosition, org.agrona.DirectBuffer data)
-
-
Method Details