public class RaftLogEntryLocation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
long |
index
The index of this log entry.
|
long |
term
The term of this log entry.
|
| Constructor and Description |
|---|
RaftLogEntryLocation(long index,
long term)
The straightforward constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public final long term
public final long index