Uses of Interface
org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction

Packages that use FileSystemAbstraction
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.kernel.impl.nioneo.store   
org.neo4j.kernel.impl.transaction.xaframework   
 

Uses of FileSystemAbstraction in org.neo4j.kernel
 

Methods in org.neo4j.kernel that return FileSystemAbstraction
static FileSystemAbstraction CommonFactories.defaultFileSystemAbstraction()
           
 

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

Methods in org.neo4j.kernel.impl.nioneo.store that return FileSystemAbstraction
protected  FileSystemAbstraction CommonAbstractStore.getFileSystem()
           
 

Uses of FileSystemAbstraction in org.neo4j.kernel.impl.transaction.xaframework
 

Methods in org.neo4j.kernel.impl.transaction.xaframework with parameters of type FileSystemAbstraction
static long[] LogIoUtils.readLogHeader(FileSystemAbstraction fileSystem, File file)
           
 



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