public class DefaultConversationSPI extends Object implements ConversationSPI
ConversationSPI used on master in HA setup.| Constructor and Description |
|---|
DefaultConversationSPI(org.neo4j.kernel.impl.locking.Locks locks,
org.neo4j.kernel.impl.util.JobScheduler jobScheduler) |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.kernel.impl.locking.Locks.Client |
acquireClient() |
org.neo4j.kernel.impl.util.JobScheduler.JobHandle |
scheduleRecurringJob(org.neo4j.kernel.impl.util.JobScheduler.Group group,
long interval,
Runnable job) |
public DefaultConversationSPI(org.neo4j.kernel.impl.locking.Locks locks,
org.neo4j.kernel.impl.util.JobScheduler jobScheduler)
public org.neo4j.kernel.impl.locking.Locks.Client acquireClient()
acquireClient in interface ConversationSPIpublic org.neo4j.kernel.impl.util.JobScheduler.JobHandle scheduleRecurringJob(org.neo4j.kernel.impl.util.JobScheduler.Group group,
long interval,
Runnable job)
scheduleRecurringJob in interface ConversationSPICopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.