public class SlaveStatementLocksFactory extends Object implements org.neo4j.kernel.impl.locking.StatementLocksFactory
| Constructor and Description |
|---|
SlaveStatementLocksFactory(org.neo4j.kernel.impl.locking.StatementLocksFactory delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(org.neo4j.kernel.impl.locking.Locks locks,
org.neo4j.kernel.configuration.Config config) |
org.neo4j.kernel.impl.locking.StatementLocks |
newInstance() |
public SlaveStatementLocksFactory(org.neo4j.kernel.impl.locking.StatementLocksFactory delegate)
public void initialize(org.neo4j.kernel.impl.locking.Locks locks,
org.neo4j.kernel.configuration.Config config)
initialize in interface org.neo4j.kernel.impl.locking.StatementLocksFactorypublic org.neo4j.kernel.impl.locking.StatementLocks newInstance()
newInstance in interface org.neo4j.kernel.impl.locking.StatementLocksFactoryCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.