public class CommandEntry extends OperationEntry
The CommandEntry is used to store an individual state machine command from an individual
client along with information relevant to sequencing the command in the server state machine.
| Constructor and Description |
|---|
CommandEntry(long term,
long timestamp,
long session,
long sequence,
RaftOperation operation) |
operation, sequenceNumber, toStringsessiontimestamptermpublic CommandEntry(long term,
long timestamp,
long session,
long sequence,
RaftOperation operation)
Copyright © 2013–2017. All rights reserved.