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,
org.neo4j.logging.LogProvider logProvider,
org.neo4j.kernel.configuration.Config config) |
| 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,
org.neo4j.logging.LogProvider logProvider,
org.neo4j.kernel.configuration.Config config)
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–2017 The Neo4j Graph Database Project. All rights reserved.