public class QueryEntry extends OperationEntry
The QueryEntry is a special entry that is typically not ever written to the Raft log.
Query entries are simply used to represent the context within which a query is applied to the
state machine. Query entry sequence numbers and indexes
are used to sequence queries as they're applied to the user state machine.
| Constructor and Description |
|---|
QueryEntry(long term,
long timestamp,
long session,
long sequence,
RaftOperation operation) |
operation, sequenceNumber, toStringsessiontimestamptermpublic QueryEntry(long term,
long timestamp,
long session,
long sequence,
RaftOperation operation)
Copyright © 2013–2017. All rights reserved.