Neo4j Enterprise

org.neo4j.cypher.internal.spi.gdsimpl
Class GDSBackedLocker

java.lang.Object
  extended by org.neo4j.cypher.internal.spi.gdsimpl.GDSBackedLocker
All Implemented Interfaces:
RepeatableReadQueryContext.Locker

public class GDSBackedLocker
extends Object
implements RepeatableReadQueryContext.Locker


Constructor Summary
GDSBackedLocker(Transaction transaction)
           
 
Method Summary
 void readLock(PropertyContainer pc)
           
 void releaseAllReadLocks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GDSBackedLocker

public GDSBackedLocker(Transaction transaction)
Method Detail

readLock

public void readLock(PropertyContainer pc)
Specified by:
readLock in interface RepeatableReadQueryContext.Locker

releaseAllReadLocks

public void releaseAllReadLocks()
Specified by:
releaseAllReadLocks in interface RepeatableReadQueryContext.Locker

Neo4j Enterprise

Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.