Uses of Class
org.neo4j.kernel.impl.nioneo.store.OperationType

Packages that use OperationType
org.neo4j.kernel.impl.nioneo.store   
 

Uses of OperationType in org.neo4j.kernel.impl.nioneo.store
 

Methods in org.neo4j.kernel.impl.nioneo.store that return OperationType
static OperationType OperationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OperationType[] OperationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.neo4j.kernel.impl.nioneo.store with parameters of type OperationType
 PersistenceWindow PersistenceWindowPool.acquire(long position, OperationType operationType)
          Acquires a windows for position and operationType locking the window preventing other threads from using it.
protected  PersistenceWindow CommonAbstractStore.acquireWindow(long position, OperationType type)
          Acquires a PersistenceWindow for position and operation type.
 



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