| Modifier and Type | Method and Description |
|---|---|
RaftLog |
ConsensusModule.raftLog() |
| Constructor and Description |
|---|
RaftMachine(MemberId myself,
StateStorage<TermState> termStorage,
StateStorage<VoteState> voteStorage,
RaftLog entryLog,
long electionTimeout,
long heartbeatInterval,
RenewableTimeoutService renewableTimeoutService,
Outbound<MemberId,RaftMessages.RaftMessage> outbound,
org.neo4j.logging.LogProvider logProvider,
RaftMembershipManager membershipManager,
RaftLogShippingManager logShipping,
InFlightMap<RaftLogEntry> inFlightMap,
org.neo4j.kernel.monitoring.Monitors monitors) |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingRaftLog |
class |
InMemoryRaftLog |
class |
MonitoredRaftLog |
| Constructor and Description |
|---|
DelegatingRaftLog(RaftLog inner) |
MonitoredRaftLog(RaftLog delegate,
org.neo4j.kernel.monitoring.Monitors monitors) |
| Modifier and Type | Class and Description |
|---|---|
class |
SegmentedRaftLog
The segmented RAFT log is an append only log supporting the operations required to support
the RAFT consensus algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchAppendLogEntries.applyTo(RaftLog raftLog,
org.neo4j.logging.Log log) |
void |
RaftLogCommand.applyTo(RaftLog raftLog,
org.neo4j.logging.Log log) |
void |
AppendLogEntry.applyTo(RaftLog raftLog,
org.neo4j.logging.Log log) |
void |
PruneLogCommand.applyTo(RaftLog raftLog,
org.neo4j.logging.Log log) |
void |
TruncateLogCommand.applyTo(RaftLog raftLog,
org.neo4j.logging.Log log) |
| Constructor and Description |
|---|
RaftState(MemberId myself,
StateStorage<TermState> termStorage,
RaftMembership membership,
RaftLog entryLog,
StateStorage<VoteState> voteStorage,
InFlightMap<RaftLogEntry> inFlightMap,
org.neo4j.logging.LogProvider logProvider) |
| Constructor and Description |
|---|
CommandApplicationProcess(CoreStateMachines coreStateMachines,
RaftLog raftLog,
int maxBatchSize,
int flushEvery,
Supplier<org.neo4j.kernel.internal.DatabaseHealth> dbHealth,
org.neo4j.logging.LogProvider logProvider,
ProgressTracker progressTracker,
StateStorage<Long> lastFlushedStorage,
SessionTracker sessionTracker,
CoreStateApplier applier,
InFlightMap<RaftLogEntry> inFlightMap,
org.neo4j.kernel.monitoring.Monitors monitors) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.