public class PullerFactory extends Object
| Constructor and Description |
|---|
PullerFactory(RequestContextFactory requestContextFactory,
Master master,
LastUpdateTime lastUpdateTime,
org.neo4j.logging.LogProvider logging,
org.neo4j.cluster.InstanceId serverId,
InvalidEpochExceptionHandler invalidEpochHandler,
long pullInterval,
org.neo4j.scheduler.JobScheduler jobScheduler,
org.neo4j.graphdb.DependencyResolver dependencyResolver,
org.neo4j.kernel.AvailabilityGuard availabilityGuard,
HighAvailabilityMemberStateMachine memberStateMachine,
org.neo4j.kernel.monitoring.Monitors monitors) |
| Modifier and Type | Method and Description |
|---|---|
UpdatePullingTransactionObligationFulfiller |
createObligationFulfiller(UpdatePuller updatePuller) |
SlaveUpdatePuller |
createSlaveUpdatePuller() |
UpdatePullerScheduler |
createUpdatePullerScheduler(UpdatePuller updatePuller) |
public PullerFactory(RequestContextFactory requestContextFactory, Master master, LastUpdateTime lastUpdateTime, org.neo4j.logging.LogProvider logging, org.neo4j.cluster.InstanceId serverId, InvalidEpochExceptionHandler invalidEpochHandler, long pullInterval, org.neo4j.scheduler.JobScheduler jobScheduler, org.neo4j.graphdb.DependencyResolver dependencyResolver, org.neo4j.kernel.AvailabilityGuard availabilityGuard, HighAvailabilityMemberStateMachine memberStateMachine, org.neo4j.kernel.monitoring.Monitors monitors)
public SlaveUpdatePuller createSlaveUpdatePuller()
public UpdatePullingTransactionObligationFulfiller createObligationFulfiller(UpdatePuller updatePuller)
public UpdatePullerScheduler createUpdatePullerScheduler(UpdatePuller updatePuller)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.