org.neo4j.cypher.internal.spi.gdsimpl
Class GDSBackedLocker
java.lang.Object
org.neo4j.cypher.internal.spi.gdsimpl.GDSBackedLocker
- All Implemented Interfaces:
- RepeatableReadQueryContext.Locker
public class GDSBackedLocker
- extends Object
- implements RepeatableReadQueryContext.Locker
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GDSBackedLocker
public GDSBackedLocker(Transaction transaction)
readLock
public void readLock(PropertyContainer pc)
- Specified by:
readLock in interface RepeatableReadQueryContext.Locker
releaseAllReadLocks
public void releaseAllReadLocks()
- Specified by:
releaseAllReadLocks in interface RepeatableReadQueryContext.Locker
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.