public interface RaftFailsafe
| Modifier and Type | Method and Description |
|---|---|
void |
heartbeat(RaftAlgorithm algorithm,
long now)
This gets called every heartbeat from an EloquentRaftAlgorithm where this failsafe is registered.
|
void heartbeat(RaftAlgorithm algorithm, long now)
algorithm - the calling algorithmnow - the current time