public class FileEntityStoreMixin extends Object implements FileEntityStoreActivation, org.qi4j.spi.entitystore.helpers.MapEntityStore, org.qi4j.spi.entitystore.BackupRestore
FileEntityStoreActivation.Activator
Constructor and Description |
---|
FileEntityStoreMixin() |
Modifier and Type | Method and Description |
---|---|
void |
applyChanges(org.qi4j.spi.entitystore.helpers.MapEntityStore.MapChanges changes) |
org.qi4j.io.Input<String,IOException> |
backup() |
org.qi4j.io.Input<Reader,IOException> |
entityStates() |
Reader |
get(org.qi4j.api.entity.EntityReference entityReference) |
void |
initialize() |
org.qi4j.io.Output<String,IOException> |
restore() |
public void initialize() throws Exception
initialize
in interface FileEntityStoreActivation
Exception
public Reader get(org.qi4j.api.entity.EntityReference entityReference) throws org.qi4j.spi.entitystore.EntityStoreException
get
in interface org.qi4j.spi.entitystore.helpers.MapEntityStore
org.qi4j.spi.entitystore.EntityStoreException
public void applyChanges(org.qi4j.spi.entitystore.helpers.MapEntityStore.MapChanges changes) throws IOException
applyChanges
in interface org.qi4j.spi.entitystore.helpers.MapEntityStore
IOException
public org.qi4j.io.Input<String,IOException> backup()
backup
in interface org.qi4j.spi.entitystore.BackupRestore
public org.qi4j.io.Output<String,IOException> restore()
restore
in interface org.qi4j.spi.entitystore.BackupRestore
public org.qi4j.io.Input<Reader,IOException> entityStates()
entityStates
in interface org.qi4j.spi.entitystore.helpers.MapEntityStore