org.neo4j.com
Class ToFileStoreWriter

java.lang.Object
  extended by org.neo4j.com.ToFileStoreWriter
All Implemented Interfaces:
StoreWriter

public class ToFileStoreWriter
extends Object
implements StoreWriter


Constructor Summary
ToFileStoreWriter(String graphDbStoreDir)
           
 
Method Summary
 void done()
           
 void write(String path, ReadableByteChannel data, ByteBuffer temporaryBuffer, boolean hasData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToFileStoreWriter

public ToFileStoreWriter(String graphDbStoreDir)
Method Detail

write

public void write(String path,
                  ReadableByteChannel data,
                  ByteBuffer temporaryBuffer,
                  boolean hasData)
           throws IOException
Specified by:
write in interface StoreWriter
Throws:
IOException

done

public void done()
Specified by:
done in interface StoreWriter


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