org.qi4j.spi.entitystore
Interface BackupRestore

All Known Subinterfaces:
FileEntityStoreService, JdbmEntityStoreService, MemoryEntityStoreService
All Known Implementing Classes:
FileEntityStoreMixin, JdbmEntityStoreMixin, MemoryMapEntityStoreMixin

public interface BackupRestore

Allow backups and restores of data in an EntityStore to be made


Method Summary
 Input<java.lang.String,java.io.IOException> backup()
          Input that allows data from the entity store to be backed up.
 Output<java.lang.String,java.io.IOException> restore()
          Output that allows data to be restored from a backup.
 

Method Detail

backup

Input<java.lang.String,java.io.IOException> backup()
Input that allows data from the entity store to be backed up.

Returns:

restore

Output<java.lang.String,java.io.IOException> restore()
Output that allows data to be restored from a backup.