| Package | Description |
|---|---|
| org.neo4j.kernel.ha | |
| org.neo4j.kernel.ha.cluster | |
| org.neo4j.kernel.ha.cluster.modeswitch |
| Modifier and Type | Class and Description |
|---|---|
class |
SlaveUpdatePuller
Able to pull updates from a master and apply onto this slave database.
|
| Modifier and Type | Field and Description |
|---|---|
static UpdatePuller |
UpdatePuller.NONE |
| Modifier and Type | Method and Description |
|---|---|
UpdatePullingTransactionObligationFulfiller |
PullerFactory.createObligationFulfiller(UpdatePuller updatePuller) |
UpdatePullerScheduler |
PullerFactory.createUpdatePullerScheduler(UpdatePuller updatePuller) |
| Constructor and Description |
|---|
UpdatePullerScheduler(org.neo4j.kernel.impl.util.JobScheduler scheduler,
org.neo4j.logging.LogProvider logProvider,
UpdatePuller updatePullingThread,
long pullIntervalMillis) |
UpdatePullingTransactionObligationFulfiller(UpdatePuller updatePuller,
HighAvailabilityMemberStateMachine memberStateMachine,
org.neo4j.cluster.InstanceId serverId,
Supplier<org.neo4j.kernel.impl.transaction.log.TransactionIdStore> transactionIdStoreSupplier) |
| Constructor and Description |
|---|
SwitchToSlave(File storeDir,
org.neo4j.kernel.impl.logging.LogService logService,
org.neo4j.io.fs.FileSystemAbstraction fileSystemAbstraction,
org.neo4j.kernel.configuration.Config config,
org.neo4j.graphdb.DependencyResolver resolver,
HaIdGeneratorFactory idGeneratorFactory,
DelegateInvocationHandler<Master> masterDelegateHandler,
org.neo4j.cluster.member.ClusterMemberAvailability clusterMemberAvailability,
RequestContextFactory requestContextFactory,
PullerFactory pullerFactory,
Iterable<org.neo4j.kernel.extension.KernelExtensionFactory<?>> kernelExtensions,
MasterClientResolver masterClientResolver,
SwitchToSlave.Monitor monitor,
org.neo4j.com.storecopy.StoreCopyClient.Monitor storeCopyMonitor,
Supplier<org.neo4j.kernel.NeoStoreDataSource> neoDataSourceSupplier,
Supplier<org.neo4j.kernel.impl.transaction.log.TransactionIdStore> transactionIdStoreSupplier,
Function<Slave,SlaveServer> slaveServerFactory,
UpdatePuller updatePuller,
org.neo4j.io.pagecache.PageCache pageCache,
org.neo4j.kernel.monitoring.Monitors monitors,
org.neo4j.kernel.impl.transaction.TransactionStats transactionCounters) |
| Constructor and Description |
|---|
UpdatePullerSwitcher(DelegateInvocationHandler<UpdatePuller> delegate,
PullerFactory pullerFactory) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.