org.neo4j.com
Interface StoreWriter

All Known Implementing Classes:
ToFileStoreWriter, ToNetworkStoreWriter

public interface StoreWriter


Method Summary
 void done()
           
 void write(String path, ReadableByteChannel data, ByteBuffer temporaryBuffer, boolean hasData)
           
 

Method Detail

write

void write(String path,
           ReadableByteChannel data,
           ByteBuffer temporaryBuffer,
           boolean hasData)
           throws IOException
Throws:
IOException

done

void done()


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