org.neo4j.kernel.ha
Class UpdatePuller

java.lang.Object
  extended by org.neo4j.kernel.ha.UpdatePuller
All Implemented Interfaces:
org.neo4j.kernel.lifecycle.Lifecycle

public class UpdatePuller
extends Object
implements org.neo4j.kernel.lifecycle.Lifecycle


Constructor Summary
UpdatePuller(HaXaDataSourceManager xaDataSourceManager, Master master, RequestContextFactory requestContextFactory, org.neo4j.kernel.impl.transaction.AbstractTransactionManager txManager, InstanceAccessGuard accessGuard, LastUpdateTime lastUpdateTime, org.neo4j.kernel.configuration.Config config, org.neo4j.kernel.impl.util.StringLogger logger)
           
 
Method Summary
 void init()
           
 void pullUpdates()
           
 void shutdown()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdatePuller

public UpdatePuller(HaXaDataSourceManager xaDataSourceManager,
                    Master master,
                    RequestContextFactory requestContextFactory,
                    org.neo4j.kernel.impl.transaction.AbstractTransactionManager txManager,
                    InstanceAccessGuard accessGuard,
                    LastUpdateTime lastUpdateTime,
                    org.neo4j.kernel.configuration.Config config,
                    org.neo4j.kernel.impl.util.StringLogger logger)
Method Detail

pullUpdates

public void pullUpdates()

init

public void init()
          throws Throwable
Specified by:
init in interface org.neo4j.kernel.lifecycle.Lifecycle
Throws:
Throwable

start

public void start()
           throws Throwable
Specified by:
start in interface org.neo4j.kernel.lifecycle.Lifecycle
Throws:
Throwable

stop

public void stop()
          throws Throwable
Specified by:
stop in interface org.neo4j.kernel.lifecycle.Lifecycle
Throws:
Throwable

shutdown

public void shutdown()
              throws Throwable
Specified by:
shutdown in interface org.neo4j.kernel.lifecycle.Lifecycle
Throws:
Throwable


Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.