public class FileEntityStoreMixin extends Object implements FileEntityStoreActivation, MapEntityStore, BackupRestore
FileEntityStoreActivation.ActivatorMapEntityStore.MapChanger, MapEntityStore.MapChanges| Constructor and Description |
|---|
FileEntityStoreMixin() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyChanges(MapEntityStore.MapChanges changes) |
Input<String,IOException> |
backup()
Input that allows data from the entity store to be backed up.
|
Input<Reader,IOException> |
entityStates() |
Reader |
get(EntityReference entityReference) |
void |
initialize() |
Output<String,IOException> |
restore()
Output that allows data to be restored from a backup.
|
public void initialize()
throws Exception
initialize in interface FileEntityStoreActivationExceptionpublic Reader get(EntityReference entityReference) throws EntityStoreException
get in interface MapEntityStoreentityReference - The reference to the entity that we want to get.EntityStoreExceptionpublic void applyChanges(MapEntityStore.MapChanges changes) throws IOException
applyChanges in interface MapEntityStoreIOExceptionpublic Input<String,IOException> backup()
BackupRestorebackup in interface BackupRestorepublic Output<String,IOException> restore()
BackupRestorerestore in interface BackupRestorepublic Input<Reader,IOException> entityStates()
entityStates in interface MapEntityStore