public class ZeebeEntry
extends io.atomix.protocols.raft.storage.log.entry.TimestampedEntry
Each entry is written with the leader's timestamp at the time the entry was logged
This gives state machines an approximation of time with which to react to the application of entries to the
state machine.
| Constructor and Description |
|---|
ZeebeEntry(long term,
long timestamp,
byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData() |
Copyright © 2013-2019. All Rights Reserved.