org.neo4j.backup
Interface TheBackupInterface


public interface TheBackupInterface


Method Summary
 Response<Void> fullBackup(StoreWriter writer)
           
 Response<Void> incrementalBackup(SlaveContext context)
           
 

Method Detail

fullBackup

Response<Void> fullBackup(StoreWriter writer)

incrementalBackup

Response<Void> incrementalBackup(SlaveContext context)


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