public class SlaveLockManager
extends org.neo4j.kernel.lifecycle.LifecycleAdapter
implements org.neo4j.kernel.impl.locking.Locks
| Constructor and Description |
|---|
SlaveLockManager(org.neo4j.kernel.impl.locking.Locks localLocks,
RequestContextFactory requestContextFactory,
Master master,
org.neo4j.kernel.AvailabilityGuard availabilityGuard,
long availabilityTimeoutMillis) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.neo4j.kernel.impl.locking.Locks.Visitor visitor) |
org.neo4j.kernel.impl.locking.Locks.Client |
newClient() |
void |
shutdown() |
public SlaveLockManager(org.neo4j.kernel.impl.locking.Locks localLocks,
RequestContextFactory requestContextFactory,
Master master,
org.neo4j.kernel.AvailabilityGuard availabilityGuard,
long availabilityTimeoutMillis)
public org.neo4j.kernel.impl.locking.Locks.Client newClient()
newClient in interface org.neo4j.kernel.impl.locking.Lockspublic void accept(org.neo4j.kernel.impl.locking.Locks.Visitor visitor)
accept in interface org.neo4j.kernel.impl.locking.LocksCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.