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


public interface FileSystemAbstraction


Method Summary
 FileChannel open(String fileName, String mode)
           
 FileLock tryLock(String fileName, FileChannel channel)
           
 

Method Detail

open

FileChannel open(String fileName,
                 String mode)
                 throws IOException
Throws:
IOException

tryLock

FileLock tryLock(String fileName,
                 FileChannel channel)
                 throws IOException
Throws:
IOException


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