public class SlaveLockManager extends Object 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.neo4j.kernel.impl.locking.Locks.Visitor visitor) |
void |
close() |
org.neo4j.kernel.impl.locking.Locks.Client |
newClient() |
public SlaveLockManager(org.neo4j.kernel.impl.locking.Locks localLocks,
RequestContextFactory requestContextFactory,
Master master,
org.neo4j.kernel.AvailabilityGuard availabilityGuard)
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.Lockspublic void close()
close in interface org.neo4j.kernel.impl.locking.LocksCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.