public class PullerFactory extends Object
| Constructor and Description |
|---|
PullerFactory(RequestContextFactory requestContextFactory,
Master master,
LastUpdateTime lastUpdateTime,
org.neo4j.kernel.logging.Logging logging,
org.neo4j.cluster.InstanceId serverId,
InvalidEpochExceptionHandler invalidEpochHandler,
long pullInterval,
org.neo4j.kernel.impl.util.JobScheduler jobScheduler,
org.neo4j.graphdb.DependencyResolver dependencyResolver,
org.neo4j.kernel.AvailabilityGuard availabilityGuard,
HighAvailabilityMemberStateMachine memberStateMachine) |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.com.storecopy.TransactionObligationFulfiller |
createObligationFulfiller(org.neo4j.kernel.lifecycle.LifeSupport life,
UpdatePuller updatePuller) |
UpdatePuller |
createUpdatePuller(org.neo4j.kernel.lifecycle.LifeSupport life) |
UpdatePullerScheduler |
createUpdatePullerScheduler(UpdatePuller updatePuller) |
public PullerFactory(RequestContextFactory requestContextFactory, Master master, LastUpdateTime lastUpdateTime, org.neo4j.kernel.logging.Logging logging, org.neo4j.cluster.InstanceId serverId, InvalidEpochExceptionHandler invalidEpochHandler, long pullInterval, org.neo4j.kernel.impl.util.JobScheduler jobScheduler, org.neo4j.graphdb.DependencyResolver dependencyResolver, org.neo4j.kernel.AvailabilityGuard availabilityGuard, HighAvailabilityMemberStateMachine memberStateMachine)
public UpdatePuller createUpdatePuller(org.neo4j.kernel.lifecycle.LifeSupport life)
public org.neo4j.com.storecopy.TransactionObligationFulfiller createObligationFulfiller(org.neo4j.kernel.lifecycle.LifeSupport life,
UpdatePuller updatePuller)
public UpdatePullerScheduler createUpdatePullerScheduler(UpdatePuller updatePuller)
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.