| Constructor and Description |
|---|
SessionTracker(StateStorage<GlobalSessionTrackerState> sessionTrackerStorage) |
| 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) |
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) |
| Constructor and Description |
|---|
RaftMembershipManager(SendToMyself sendToMyself,
RaftGroup.Builder<MemberId> memberSetBuilder,
ReadableRaftLog raftLog,
org.neo4j.logging.LogProvider logProvider,
int expectedClusterSize,
long electionTimeout,
Clock clock,
long catchupTimeout,
StateStorage<RaftMembershipState> membershipStorage) |
| Constructor and Description |
|---|
RaftState(MemberId myself,
StateStorage<TermState> termStorage,
RaftMembership membership,
RaftLog entryLog,
StateStorage<VoteState> voteStorage,
InFlightMap<RaftLogEntry> inFlightMap,
org.neo4j.logging.LogProvider logProvider) |
RaftState(MemberId myself,
StateStorage<TermState> termStorage,
RaftMembership membership,
RaftLog entryLog,
StateStorage<VoteState> voteStorage,
InFlightMap<RaftLogEntry> inFlightMap,
org.neo4j.logging.LogProvider logProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
MonitoredTermStateStorage |
| Constructor and Description |
|---|
MonitoredTermStateStorage(StateStorage<TermState> delegate,
org.neo4j.kernel.monitoring.Monitors monitors) |
| 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) |
| Constructor and Description |
|---|
ReplicatedIdAllocationStateMachine(StateStorage<IdAllocationState> storage) |
| Constructor and Description |
|---|
ReplicatedLockTokenStateMachine(StateStorage<ReplicatedLockTokenState> storage) |
| Modifier and Type | Class and Description |
|---|---|
class |
DurableStateStorage<STATE> |
class |
DurableStateStorageImporter<STATE> |
class |
InMemoryStateStorage<STATE> |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.